Searched defs:htobe32 (Results 1 – 5 of 5) sorted by relevance
29 # define htobe32(x) OSSwapHostToBigInt32(x) macro73 # define htobe32(x) htonl(x) macro91 # define htobe32(x) (x) macro
26 # define htobe32(x) __bswap_32 (x) macro41 # define htobe32(x) (x) macro
36 # define htobe32(x) htonl(x) macro
516 TEST_F(UtilTest, htobe32) { in TEST_F() argument