Searched defs:be64toh (Results 1 – 6 of 6) 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
30 #define be64toh(v) OSSwapBigToHostInt64(v) macro61 #define be64toh(v) _byteswap_uint64(v) macro65 #define be64toh(v) __builtin_bswap64(v) macro81 #define be64toh(v) (v) macro85 #define be64toh(v) (v) macro
33 # define be64toh(x) __bswap_64 (x) macro48 # define be64toh(x) (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