Searched refs:hashHead (Results 1 – 2 of 2) sorted by relevance
146 std::vector<TextIdx> hashHead(1 << hashLen); in sieve_generate() local165 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()
284 std::vector<TextIdx> hashHead(1 << hashLen); in durchschlag_prepare() local305 TextIdx slot = hashHead[bucket]; in durchschlag_prepare()323 map.push_back({hashHead[bucket], i}); in durchschlag_prepare()324 hashHead[bucket] = hashSlot; in durchschlag_prepare()