Searched defs:be64toh (Results 1 – 5 of 5) sorted by relevance
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
82 # define be64toh(x) swap64(x) macro
71 # define be64toh(x) (x) macro
528 TEST_F(UtilTest, be64toh) { in TEST_F() argument