Searched refs:ghtonll (Results 1 – 14 of 14) sorted by relevance
175 inline uint64_t ghtonll(uint64_t x) { return gbswap_64(x); } in ghtonll() function184 inline uint64 ghtonll(uint64 x) { return x; } in ghtonll() function193 #define htonll(x) ghtonll(x)200 inline uint64_t gntohll(uint64_t x) { return ghtonll(x); } in gntohll()
121 inline uint64_t ghtonll(uint64_t x) { return gbswap_64(x); } in ghtonll() function130 inline uint64_t ghtonll(uint64_t x) { return x; } in ghtonll() function140 inline uint64_t gntohll(uint64_t x) { return ghtonll(x); } in gntohll()
167 uint64_t comp = absl::ghtonll(kInitialNumber); in TEST()177 comp = absl::ghtonll(absl::gntohll(value)); in TEST()179 comp = absl::gntohll(absl::ghtonll(value)); in TEST()
165 uint64_t comp = absl::ghtonll(kInitialNumber); in TEST()175 comp = absl::ghtonll(absl::gntohll(value)); in TEST()177 comp = absl::gntohll(absl::ghtonll(value)); in TEST()
122 inline uint64_t ghtonll(uint64_t x) { return gbswap_64(x); } in ghtonll() function131 inline uint64_t ghtonll(uint64_t x) { return x; } in ghtonll() function141 inline uint64_t gntohll(uint64_t x) { return ghtonll(x); } in gntohll()
171 rewind_offset_nbytes_ = ghtonll(rewind_offset_in); in SetRewindOffset()226 int64_t rewind_offset_nbytes_ = ghtonll(kHeaderReservedBytes);