Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c185 const size_t delIndex = FASTCOVER_hashPtrToIndex(ctx->samples + activeSegment.begin, f, d); in FASTCOVER_selectSegment() local
186 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() local
204 segmentFreqs[delIndex] -= 1; in FASTCOVER_selectSegment()