Searched refs:bswap_32 (Results 1 – 1 of 1) sorted by relevance
293 #define bswap_32(x) _byteswap_ulong(x) macro299 #define bswap_32(x) OSSwapInt32(x) macro308 static inline uint32 bswap_32(uint32 x) { in bswap_32() function314 #define bswap_32(x) bswap_32(x) macro340 static uint32 FromHost32(uint32 x) { return bswap_32(x); } in FromHost32()341 static uint32 ToHost32(uint32 x) { return bswap_32(x); } in ToHost32()