Searched refs:gntohll (Results 1 – 14 of 14) 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()
140 inline uint64_t gntohll(uint64_t x) { return ghtonll(x); } in gntohll() function
141 inline uint64_t gntohll(uint64_t x) { return ghtonll(x); } in gntohll() function
169 comp = absl::gntohll(kInitialInNetworkOrder); in TEST()177 comp = absl::ghtonll(absl::gntohll(value)); in TEST()179 comp = absl::gntohll(absl::ghtonll(value)); in TEST()
200 inline uint64_t gntohll(uint64_t x) { return ghtonll(x); } in gntohll() function
168 int64_t GetRewindOffset() const { return gntohll(rewind_offset_nbytes_); } in GetRewindOffset()