Searched defs:htobe32 (Results 1 – 5 of 5) sorted by relevance
32 #define htobe32(host_32bits) \ macro
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
518 TEST_F(UtilTest, htobe32) { in TEST_F() argument