Home
last modified time | relevance | path

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

/Linux-v5.4/tools/include/tools/
Dendian.h24 #define le32toh(x) (x) macro
48 #define le32toh(x) __bswap_32(x) macro
/Linux-v5.4/arch/mips/tools/
Delf-entry.c15 # define le32toh(x) (x) macro
20 # define le32toh(x) bswap_32(x) macro