Searched defs:be32toh (Results 1 – 6 of 6) 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) __bswap_32 (x) macro43 # define be32toh(x) (x) macro
42 # define be32toh(x) ntohl(x) macro
520 TEST_F(UtilTest, be32toh) { in TEST_F() argument