Home
last modified time | relevance | path

Searched refs:h2idx (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_map.c98 static size_t h2idx(uint32_t hash, uint32_t bits) { in h2idx() function
104 return (idx - h2idx(bkt->hash, tablelenbits)) & (tablelen - 1); in distance()
143 idx = h2idx(bkt->hash, map->tablelenbits); in nghttp2_map_print_distance()
154 size_t idx = h2idx(hash, tablelenbits); in insert()
259 idx = h2idx(h, map->tablelenbits); in nghttp2_map_find()
289 idx = h2idx(h, map->tablelenbits); in nghttp2_map_remove()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_map.c98 static size_t h2idx(uint32_t hash, uint32_t bits) { in h2idx() function
104 return (idx - h2idx(bkt->hash, tablelenbits)) & (tablelen - 1); in distance()
142 idx = h2idx(bkt->hash, map->tablelenbits); in ngtcp2_map_print_distance()
152 size_t idx = h2idx(hash, tablelenbits); in insert()
257 idx = h2idx(h, map->tablelenbits); in ngtcp2_map_find()
287 idx = h2idx(h, map->tablelenbits); in ngtcp2_map_remove()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_map.c98 static size_t h2idx(uint32_t hash, uint32_t bits) { in h2idx() function
104 return (idx - h2idx(bkt->hash, tablelenbits)) & (tablelen - 1); in distance()
142 idx = h2idx(bkt->hash, map->tablelenbits); in nghttp2_map_print_distance()
152 size_t idx = h2idx(hash, tablelenbits); in insert()
257 idx = h2idx(h, map->tablelenbits); in nghttp2_map_find()
287 idx = h2idx(h, map->tablelenbits); in nghttp2_map_remove()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_map.c99 static size_t h2idx(uint32_t hash, uint32_t bits) { in h2idx() function
105 return (idx - h2idx(bkt->hash, tablelenbits)) & (tablelen - 1); in distance()
143 idx = h2idx(bkt->hash, map->tablelenbits); in nghttp3_map_print_distance()
153 size_t idx = h2idx(hash, tablelenbits); in insert()
258 idx = h2idx(h, map->tablelenbits); in nghttp3_map_find()
288 idx = h2idx(h, map->tablelenbits); in nghttp3_map_remove()

Completed in 3 milliseconds