Searched defs:CPU_TO_LE16 (Results 1 – 7 of 7) sorted by relevance
284 #define CPU_TO_LE16(val) SwapUint16(val) macro
58 #define CPU_TO_LE16(x) (x) macro
60 #define CPU_TO_LE16(x) (x) macro
117 #define CPU_TO_LE16(o) htole16(o) macro
316 #define CPU_TO_LE16 htole16 macro
99 #define CPU_TO_LE16(o) htole16(o) macro