Searched refs:delIndex (Results 1 – 1 of 1) sorted by relevance
193 const size_t delIndex = FASTCOVER_hashPtrToIndex(ctx->samples + activeSegment.begin, f, d); in FASTCOVER_selectSegment() local194 segmentFreqs[delIndex] -= 1; in FASTCOVER_selectSegment()196 if (segmentFreqs[delIndex] == 0) { in FASTCOVER_selectSegment()197 activeSegment.score -= freqs[delIndex]; in FASTCOVER_selectSegment()211 const size_t delIndex = FASTCOVER_hashPtrToIndex(ctx->samples + activeSegment.begin, f, d); in FASTCOVER_selectSegment() local212 segmentFreqs[delIndex] -= 1; in FASTCOVER_selectSegment()