Home
last modified time | relevance | path

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

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