Home
last modified time | relevance | path

Searched refs:_wyrot (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/wyhash/
Dwyhash.h27 static inline uint64_t _wyrot(uint64_t x) { return (x>>32)|(x<<32); } in _wyrot() function
32 *A^=_wyrot(hl)^hh; *B^=_wyrot(lh)^ll; in _wymum()
34 *A=_wyrot(hl)^hh; *B=_wyrot(lh)^ll; in _wymum()