Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c412 size_t zeroScoreRun = 0; in FASTCOVER_buildDictionary() local
431 if (++zeroScoreRun >= maxZeroScoreRun) { in FASTCOVER_buildDictionary()
436 zeroScoreRun = 0; in FASTCOVER_buildDictionary()
H A Dcover.c693 size_t zeroScoreRun = 0; in COVER_buildDictionary() local
711 if (++zeroScoreRun >= maxZeroScoreRun) { in COVER_buildDictionary()
716 zeroScoreRun = 0; in COVER_buildDictionary()