Home
last modified time | relevance | path

Searched defs:le32toh (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/tools/include/tools/
Dendian.h24 #define le32toh(x) (x) macro
48 #define le32toh(x) __bswap_32(x) macro
/linux-6.6.21/arch/mips/tools/
Delf-entry.c15 # define le32toh(x) (x) macro
20 # define le32toh(x) bswap_32(x) macro
Dloongson3-llsc-check.c21 # define le32toh(x) (x) macro
25 # define le32toh(x) bswap_32(x) macro