Searched defs:be32toh (Results 1 – 11 of 11) 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
34 # define be32toh(x) OSSwapBigToHostInt32(x) macro52 # define be32toh(x) BE_32(x) macro71 # define be32toh(x) _byteswap_ulong(x) macro90 # define be32toh(x) __builtin_bswap32(x) macro106 # define be32toh(x) (x) macro137 # define be32toh(x) (htobe32((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
38 #define be32toh(x) __bswap32(x) macro51 #define be32toh(x) (uint32_t)(x) macro
31 #define be32toh(v) OSSwapBigToHostInt32(v) macro54 #define be32toh(v) ntohl(v) macro74 #define be32toh(v) (v) macro
50 #define be32toh(x) OSSwapBigToHostInt32(x) macro
62 #define be32toh(x) bswap32((x)) macro76 #define be32toh(x) ((uint32_t)(x)) macro
521 TEST_F(UtilTest, be32toh) { in TEST_F() argument