Home
last modified time | relevance | path

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

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