Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c404 size_t zeroScoreRun = 0; in FASTCOVER_buildDictionary() local
423 if (++zeroScoreRun >= maxZeroScoreRun) { in FASTCOVER_buildDictionary()
428 zeroScoreRun = 0; in FASTCOVER_buildDictionary()
H A Dcover.c685 size_t zeroScoreRun = 0; in COVER_buildDictionary() local
703 if (++zeroScoreRun >= maxZeroScoreRun) { in COVER_buildDictionary()
708 zeroScoreRun = 0; in COVER_buildDictionary()