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

/linux-4.4.14/tools/include/tools/
H A Dendian.h19 #define le16toh(x) (x) macro
43 #define le16toh(x) __bswap_16(x) macro
/linux-4.4.14/tools/lib/traceevent/
H A Dplugin_cfg80211.c13 # define le16toh(x) (x) macro
15 # define le16toh(x) __bswap_16 (x) macro

Completed in 122 milliseconds