Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c2651 size_t const nbLits = (size_t)(seqStore->lit - seqStore->litStart); in ZSTD_maybeRLE() local
2653 return nbSeqs < 4 && nbLits < 10; in ZSTD_maybeRLE()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c15486 size_t const nbLits = (size_t)(seqStore->lit - seqStore->litStart); in ZSTD_maybeRLE() local
15488 return nbSeqs < 4 && nbLits < 10; in ZSTD_maybeRLE()