Searched defs:CPU_TO_LE32 (Results 1 – 8 of 8) sorted by relevance
296 #define CPU_TO_LE32(val) SwapUint32(val) macro
57 #define CPU_TO_LE32(x) (x) macro
59 #define CPU_TO_LE32(x) (x) macro
118 #define CPU_TO_LE32(s) htole32(s) macro
317 #define CPU_TO_LE32 htole32 macro
100 #define CPU_TO_LE32(s) htole32(s) macro
108 #define CPU_TO_LE32(dst, src) \ macro