Searched defs:htobe64 (Results 1 – 6 of 6) sorted by relevance
40 # define htobe64(x) (x) macro58 # define htobe64(x) OSSwapHostToBigInt64(x) macro85 # define htobe64(x) htonll(x) macro104 # define htobe64(x) htonll(x) macro122 # define htobe64(x) (x) macro170 #define htobe64(n) HTONLL(n) macro
27 #define htobe64(v) OSSwapHostToBigInt64(v) macro60 #define htobe64(v) _byteswap_uint64(v) macro64 #define htobe64(v) __builtin_bswap64(v) macro80 #define htobe64(v) (v) macro84 #define htobe64(v) (v) macro
31 # define htobe64(x) __bswap_64 (x) macro46 # define htobe64(x) (x) macro
34 # define htobe64(x) OSSwapHostToBigInt64(x) macro78 # define htobe64(x) htonll(x) macro96 # define htobe64(x) (x) macro
56 #define htobe64(x) bswap64((x)) macro70 #define htobe64(x) ((uint64_t)(x)) macro
525 TEST_F(UtilTest, htobe64) { in TEST_F() argument