Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/wyhash/
Dwyhash.h99 static inline uint64_t _wyfinish(const uint8_t *p, uint64_t len, uint64_t seed, const uint64_t *sec… in _wyfinish() function
101 return _wyfinish(p+16,len,_wymix(_wyr8(p)^secret[1],_wyr8(p+8)^seed),secret,i-16); in _wyfinish()
116 return _wyfinish(p,len,seed,secret,i); in wyhash()