Home
last modified time | relevance | path

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

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