Searched defs:maxRep (Results 1 – 7 of 7) sorted by relevance
77 U32 const maxRep = current - windowLow; in ZSTD_compressBlock_fast_generic() local
113 U32 const maxRep = current - windowLow; in ZSTD_compressBlock_doubleFast_generic() local
672 U32 const maxRep = current - windowLow; in ZSTD_compressBlock_lazy_generic() local
143 U32 const maxRep = curr - windowLow; in ZSTD_compressBlock_fast_noDict_generic() local
102 U32 const maxRep = current - windowLow; in ZSTD_compressBlock_doubleFast_noDict_generic() local
1515 U32 const maxRep = curr - windowLow; in ZSTD_compressBlock_lazy_generic() local
923 U32 maxRep = reps[0]; in ZDICT_maxRep() local