Searched defs:htobe64 (Results 1 – 4 of 4) 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
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
526 TEST_F(UtilTest, htobe64) { in TEST_F() argument