Searched defs:htobe32 (Results 1 – 11 of 11) sorted by relevance
24 #define htobe32(x) OSSwapHostToBigInt32((x)) macro38 #define htobe32(x) htonl((x)) macro
51 #define htobe32(x) _byteswap_ulong(x) macro74 #define htobe32(x) OSSwapHostToBigInt32(x) macro161 #define htobe32(x) (x) macro168 #define htobe32(x) bswap_32(x) macro
26 # define htobe32(x) OSSwapHostToBigInt32(x) macro70 # define htobe32(x) htonl(x) macro88 # define htobe32(x) (x) macro
50 #define htobe32(x) OSSwapHostToBigInt32(x) macro 137 #define htobe32(x) (x) macro 144 #define htobe32(x) bswap_32(x) macro
143 #define htobe32( global() macro
163 #define htobe32(x) (x) macro
415 #define htobe32(x) OSSwapHostToBigInt32(x) macro
1096 #define htobe32( global() macro 1115 #define htobe32( global() macro
44 #define htobe32(x) BE_32(x) macro78 #define htobe32(x) __builtin_bswap32(x) macro94 #define htobe32(x) (x) macro
38 #define htobe32 htonl macro
76 htobe32(uint32_t x) in htobe32() function