Searched defs:CPU_TO_LE64 (Results 1 – 7 of 7) sorted by relevance
308 #define CPU_TO_LE64(val) SwapUint64(val) macro
56 #define CPU_TO_LE64(x) (x) macro
58 #define CPU_TO_LE64(x) (x) macro
119 #define CPU_TO_LE64(h) htole64(h) macro
318 #define CPU_TO_LE64 htole64 macro
101 #define CPU_TO_LE64(h) htole64(h) macro