Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc60 #define HASH_FRAGMENT_1(x) ((x)&HASH_FRAGMENT_MASK) macro
247 const uint32_t popularity_hash = HASH_FRAGMENT_1(elem_hash); in UpdateHashtablePopularity()