Home
last modified time | relevance | path

Searched defs:maxRep (Results 1 – 4 of 4) sorted by relevance

/external/zstd/lib/compress/
Dzstd_fast.c241 U32 const maxRep = curr - windowLow; in ZSTD_compressBlock_fast_noDict_generic() local
765 U32 const maxRep = curr - dictStartIndex; in ZSTD_compressBlock_fast_extDict_generic() local
Dzstd_double_fast.c161 U32 const maxRep = current - windowLow; in ZSTD_compressBlock_doubleFast_noDict_generic() local
Dzstd_lazy.c1555 U32 const maxRep = curr - windowLow; in ZSTD_compressBlock_lazy_generic() local
/external/zstd/lib/dictBuilder/
Dzdict.c851 U32 maxRep = reps[0]; in ZDICT_maxRep() local