Searched refs:delIndex (Results 1 – 1 of 1) sorted by relevance
185 const size_t delIndex = FASTCOVER_hashPtrToIndex(ctx->samples + activeSegment.begin, f, d); in FASTCOVER_selectSegment() local186 segmentFreqs[delIndex] -= 1; in FASTCOVER_selectSegment()188 if (segmentFreqs[delIndex] == 0) { in FASTCOVER_selectSegment()189 activeSegment.score -= freqs[delIndex]; in FASTCOVER_selectSegment()203 const size_t delIndex = FASTCOVER_hashPtrToIndex(ctx->samples + activeSegment.begin, f, d); in FASTCOVER_selectSegment() local204 segmentFreqs[delIndex] -= 1; in FASTCOVER_selectSegment()