Searched defs:htobe32 (Results 1 – 6 of 6) sorted by relevance
26 # define htobe32(x) __bswap_32 (x) macro41 # define htobe32(x) (x) macro
29 # define htobe32(x) OSSwapHostToBigInt32(x) macro73 # define htobe32(x) htonl(x) macro91 # define htobe32(x) (x) macro
53 # define htobe32(x) OSSwapHostToBigInt32(x) macro99 # define htobe32(x) htonl(x) macro117 # define htobe32(x) (x) macro
26 #define htobe32(v) OSSwapHostToBigInt32(v) macro50 #define htobe32(v) htonl(v) macro70 #define htobe32(v) (v) macro
55 #define htobe32(x) bswap32((x)) macro69 #define htobe32(x) ((uint32_t)(x)) macro
517 TEST_F(UtilTest, htobe32) { in TEST_F() argument