Searched defs:endian_swap (Results 1 – 3 of 3) sorted by relevance
20 #define endian_swap(x) htole64(x) macro22 #define endian_swap(x) htole32(x) macro
51 uint64_t endian_swap:2; member
2063 static inline u16 endian_swap(u16 *data) in endian_swap() function
Completed in 13 milliseconds