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.c737 size_t zeroScoreRun = 0; local
755 if (++zeroScoreRun >= maxZeroScoreRun) {
760 zeroScoreRun = 0;