Searched defs:be32toh (Results 1 – 10 of 10) sorted by relevance
28 # define be32toh(x) OSSwapBigToHostInt32(x) macro52 # define be32toh(x) betoh32(x) macro72 # define be32toh(x) ntohl(x) macro90 # define be32toh(x) (x) macro
31 #define be32toh(x) betoh32(x) macro53 #define be32toh(x) _byteswap_ulong(x) macro76 #define be32toh(x) OSSwapBigToHostInt32(x) macro163 #define be32toh(x) (x) macro170 #define be32toh(x) bswap_32(x) macro
23 #define be32toh(x) OSSwapBigToHostInt32((x)) macro37 #define be32toh(x) ntohl((x)) macro
31 #define be32toh(x) betoh32(x) macro 52 #define be32toh(x) OSSwapBigToHostInt32(x) macro 139 #define be32toh(x) (x) macro 146 #define be32toh(x) bswap_32(x) macro
175 #define be32toh( global() macro
42 #define be32toh(x) BE_32(x) macro61 #define be32toh(x) betoh32(x) macro76 #define be32toh(x) __builtin_bswap32(x) macro92 #define be32toh(x) (x) macro
195 #define be32toh(x) htobe32(x) macro
44 #define be32toh ntohl macro
98 be32toh(uint32_t x) in be32toh() function
1134 #define be32toh( global() macro