Searched defs:be64toh (Results 1 – 4 of 4) 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
33 # define be64toh(x) __bswap_64 (x) macro48 # define be64toh(x) (x) macro
530 TEST_F(UtilTest, be64toh) { in TEST_F() argument