Searched defs:LE16 (Results 1 – 2 of 2) sorted by relevance
37 # define LE16(x) (x) macro39 # define LE16(x) bswap_16 (x) macro
32 #define LE16(x) ((__BYTE_ORDER != __BIG_ENDIAN) ? (x) : __bswap_constant_16(x)) macro