Searched defs:htobe64 (Results 1 – 4 of 4) sorted by relevance
127 #define htobe64(x) bswap64((x)) macro141 #define htobe64(x) ((uint64_t)(x)) macro
106 #define htobe64( global() macro 120 #define htobe64( global() macro
59 #define htobe64(x) bswap64((x)) macro73 #define htobe64(x) ((uint64_t)(x)) macro
75 # define htobe64(x) OSSwapHostToBigInt64(x) macro82 # define htobe64(n) (n) macro85 # define htobe64(n) (((uint64_t)htonl((n) & 0xFFFFFFFF) << 32) | htonl((n) >> 32)) macro