Searched defs:htobe32 (Results 1 – 10 of 10) sorted by relevance
33 # define htobe32(x) OSSwapHostToBigInt32(x) macro51 # define htobe32(x) BE_32(x) macro69 # define htobe32(x) _byteswap_ulong(x) macro88 # define htobe32(x) __builtin_bswap32(x) macro105 # define htobe32(x) (x) macro131 # define htobe32(x) \ macro
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
53 # define htobe32(x) OSSwapHostToBigInt32(x) macro99 # define htobe32(x) htonl(x) macro117 # define htobe32(x) (x) macro
37 #define htobe32(x) __bswap32(x) macro50 #define htobe32(x) (uint32_t)(x) macro
28 #define htobe32(v) OSSwapHostToBigInt32(v) macro52 #define htobe32(v) htonl(v) macro72 #define htobe32(v) (v) macro
48 #define htobe32(x) OSSwapHostToBigInt32(x) macro
55 #define htobe32(x) bswap32((x)) macro69 #define htobe32(x) ((uint32_t)(x)) macro
517 TEST_F(UtilTest, htobe32) { in TEST_F() argument