Searched defs:htobe64 (Results 1 – 10 of 10) sorted by relevance
56 #define htobe64(x) _byteswap_uint64(x) macro79 #define htobe64(x) OSSwapHostToBigInt64(x) macro179 #define htobe64(x) (x) macro186 #define htobe64(x) bswap_64(x) macro
31 # define htobe64(x) OSSwapHostToBigInt64(x) macro75 # define htobe64(x) htonll(x) macro93 # define htobe64(x) (x) macro
55 #define htobe64(x) OSSwapHostToBigInt64(x) macro 155 #define htobe64(x) (x) macro 162 #define htobe64(x) bswap_64(x) macro
73 # define htobe64(x) OSSwapHostToBigInt64(x) macro80 # define htobe64(n) (n) macro83 # define htobe64(n) (((uint64_t)htonl((n) & 0xFFFFFFFF) << 32) | htonl((n) >> 32)) macro
144 #define htobe64( global() macro
164 #define htobe64(x) (x) macro
1099 #define htobe64( global() macro 1118 #define htobe64( global() macro
49 #define htobe64(x) BE_64(x) macro83 #define htobe64(x) __builtin_bswap64(x) macro99 #define htobe64(x) (x) macro
40 #define htobe64 htonll macro
85 htobe64(uint64_t x) in htobe64() function