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

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

Completed in 216 milliseconds