Searched defs:be32toh (Results 1 – 7 of 7) sorted by relevance
51 #define be32toh(x) bswap_32 (x) macro53 #define be32toh(x) (x) macro
31 # define be32toh(x) OSSwapBigToHostInt32(x) macro55 # define be32toh(x) betoh32(x) macro75 # define be32toh(x) ntohl(x) macro93 # define be32toh(x) (x) macro
28 # define be32toh(x) betoh32(x) macro55 # define be32toh(x) OSSwapBigToHostInt32(x) macro101 # define be32toh(x) ntohl(x) macro119 # define be32toh(x) (x) macro
28 # define be32toh(x) __bswap_32 (x) macro43 # define be32toh(x) (x) macro
29 #define be32toh(v) OSSwapBigToHostInt32(v) macro52 #define be32toh(v) ntohl(v) macro72 #define be32toh(v) (v) macro
62 #define be32toh(x) bswap32((x)) macro76 #define be32toh(x) ((uint32_t)(x)) macro
521 TEST_F(UtilTest, be32toh) { in TEST_F() argument