Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/tools/
H A Dendian.h20 #define le16toh(x) (x) macro
44 #define le16toh(x) __bswap_16(x) macro
/openbmc/linux/arch/mips/tools/
H A Dloongson3-llsc-check.c20 # define le16toh(x) (x) macro
24 # define le16toh(x) bswap_16(x) macro