Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/wyhash/
Dwyhash.h119 const uint64_t _wyp[5] = {0xa0761d6478bd642full, 0xe7037ed1a0b428dbull, 0x8ebc6af09c88c6e3ull, 0x58… variable
120 …4_t wyhash64(uint64_t A, uint64_t B){ A^=_wyp[0]; B^=_wyp[1]; _wymum(&A,&B); return _wymix(A^_w… in wyhash64()
121 static inline uint64_t wyrand(uint64_t *seed){ *seed+=_wyp[0]; return _wymix(*seed,*seed^_wyp[1]);} in wyrand()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtable.c279 return wyhash(p, n, 0, _wyp); in table_hash()