Home
last modified time | relevance | path

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

/Linux-v5.4/tools/include/tools/
Dendian.h28 #define le64toh(x) (x) macro
52 #define le64toh(x) __bswap_64(x) macro
/Linux-v5.4/arch/mips/tools/
Delf-entry.c17 # define le64toh(x) (x) macro
22 # define le64toh(x) bswap_64(x) macro