Searched refs:gntohll (Results 1 – 2 of 2) sorted by relevance
167 comp = absl::gntohll(kInitialInNetworkOrder); in TEST()175 comp = absl::ghtonll(absl::gntohll(value)); in TEST()177 comp = absl::gntohll(absl::ghtonll(value)); in TEST()
141 inline uint64_t gntohll(uint64_t x) { return ghtonll(x); } in gntohll() function