Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress.c3515 size_t const nbLits = (size_t)(seqStore->lit - seqStore->litStart); in ZSTD_maybeRLE() local
3517 return nbSeqs < 4 && nbLits < 10; in ZSTD_maybeRLE()