Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc247 const uint32_t popularity_hash = HASH_FRAGMENT_1(elem_hash); in UpdateHashtablePopularity() local
248 IncrementFilter(popularity_hash, &hpack_compressor->filter_elems_sum, in UpdateHashtablePopularity()
250 return popularity_hash; in UpdateHashtablePopularity()
254 uint32_t popularity_hash) { in CanAddToHashtable() argument
256 hpack_compressor->filter_elems[popularity_hash] >= in CanAddToHashtable()
651 const uint32_t popularity_hash = UpdateHashtablePopularity(c, elem_hash); in maybe_emit_indexed() local
662 CanAddToHashtable(c, popularity_hash)); in maybe_emit_indexed()