Home
last modified time | relevance | path

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

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