Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/wyhash/
Dwyhash.h108 uint64_t see1=seed; in wyhash() local
111see1=_wymix(_wyr8(p+32)^secret[3],_wyr8(p+40)^see1)^_wymix(_wyr8(p+48)^secret[4],_wyr8(p+56)^see1); in wyhash()
114 seed^=see1; in wyhash()