Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/traceevent/plugins/
Dplugin_cfg80211.c14 # define le16toh(x) (x) macro
16 # define le16toh(x) __bswap_16 (x) macro
/Linux-v5.10/tools/include/tools/
Dendian.h20 #define le16toh(x) (x) macro
44 #define le16toh(x) __bswap_16(x) macro
/Linux-v5.10/arch/mips/tools/
Dloongson3-llsc-check.c20 # define le16toh(x) (x) macro
24 # define le16toh(x) bswap_16(x) macro