Searched defs:htobe64 (Results 1 – 10 of 10) 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
23 # define htobe64(x) OSSwapHostToBigInt64(x) macro41 # define htobe64(x) BE_64(x) macro74 # define htobe64(x) _byteswap_uint64(x) macro93 # define htobe64(x) __builtin_bswap64(x) macro115 # define htobe64(x) (x) macro141 # define htobe64(x) \ macro
29 #define htobe64(v) OSSwapHostToBigInt64(v) macro62 #define htobe64(v) _byteswap_uint64(v) macro66 #define htobe64(v) __builtin_bswap64(v) macro82 #define htobe64(v) (v) macro86 #define htobe64(v) (v) macro
34 # define htobe64(x) OSSwapHostToBigInt64(x) macro78 # define htobe64(x) htonll(x) macro96 # define htobe64(x) (x) macro
31 # define htobe64(x) __bswap_64 (x) macro46 # define htobe64(x) (x) macro
39 #define htobe64(x) __bswap64(x) macro52 #define htobe64(x) (uint64_t)(x) macro
53 #define htobe64(x) OSSwapHostToBigInt64(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