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

/linux-master/tools/include/tools/
H A Dendian.h28 #define le64toh(x) (x) macro
52 #define le64toh(x) __bswap_64(x) macro
/linux-master/arch/mips/tools/
H A Delf-entry.c17 # define le64toh(x) (x) macro
22 # define le64toh(x) bswap_64(x) macro
H A Dloongson3-llsc-check.c22 # define le64toh(x) (x) macro
26 # define le64toh(x) bswap_64(x) macro

Completed in 88 milliseconds