Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/research/
Dsieve.cc146 std::vector<TextIdx> hashHead(1 << hashLen); in sieve_generate() local
165 TextIdx slot = hashHead[hash]; in sieve_generate()
187 map.push_back({hashHead[hash], i, 1, piece}); in sieve_generate()
188 hashHead[hash] = hashSlot; in sieve_generate()
Ddurchschlag.cc284 std::vector<TextIdx> hashHead(1 << hashLen); in durchschlag_prepare() local
305 TextIdx slot = hashHead[bucket]; in durchschlag_prepare()
323 map.push_back({hashHead[bucket], i}); in durchschlag_prepare()
324 hashHead[bucket] = hashSlot; in durchschlag_prepare()