Searched defs:be64toh (Results 1 – 10 of 10) sorted by relevance
31 # define be64toh(x) betoh64(x) macro39 # define be64toh(x) (x) macro60 # define be64toh(x) OSSwapBigToHostInt64(x) macro84 # define be64toh(x) ntohll(x) macro106 # define be64toh(x) ntohll(x) macro124 # define be64toh(x) (x) macro171 #define be64toh(n) NTOHLL(n) macro
36 # define be64toh(x) OSSwapBigToHostInt64(x) macro58 # define be64toh(x) betoh64(x) macro80 # define be64toh(x) ntohll(x) macro98 # define be64toh(x) (x) macro
24 # define be64toh(x) OSSwapBigToHostInt64(x) macro42 # define be64toh(x) BE_64(x) macro76 # define be64toh(x) _byteswap_uint64(x) macro95 # define be64toh(x) __builtin_bswap64(x) macro116 # define be64toh(x) (x) macro148 # define be64toh(x) (htobe64((x))) macro
32 #define be64toh(v) OSSwapBigToHostInt64(v) macro63 #define be64toh(v) _byteswap_uint64(v) macro67 #define be64toh(v) __builtin_bswap64(v) macro83 #define be64toh(v) (v) macro87 #define be64toh(v) (v) macro
33 # define be64toh(x) __bswap_64 (x) macro48 # define be64toh(x) (x) macro
40 #define be64toh(x) __bswap64(x) macro53 #define be64toh(x) (uint64_t)(x) macro
55 #define be64toh(x) OSSwapBigToHostInt64(x) macro
63 #define be64toh(x) bswap64((x)) macro77 #define be64toh(x) ((uint64_t)(x)) macro
529 TEST_F(UtilTest, be64toh) { in TEST_F() argument