Searched defs:LE16 (Results 1 – 2 of 2) sorted by relevance
40 # define LE16(x) (x) macro42 # define LE16(x) bswap_16 (x) macro
549 #define LE16(x) BYTE_CAST(((uint16_t)x) >> 0), BYTE_CAST(((uint16_t)x) >> 8) macro