Searched refs:maxRep (Results 1 - 3 of 3) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dzstd_lazy.c1514 U32 const maxRep = curr - windowLow; local
1515 if (offset_2 > maxRep) savedOffset = offset_2, offset_2 = 0;
1516 if (offset_1 > maxRep) savedOffset = offset_1, offset_1 = 0;
H A Dzstd_fast.c143 U32 const maxRep = curr - windowLow; local
144 if (rep_offset2 > maxRep) offsetSaved = rep_offset2, rep_offset2 = 0;
145 if (rep_offset1 > maxRep) offsetSaved = rep_offset1, rep_offset1 = 0;
H A Dzstd_double_fast.c102 U32 const maxRep = current - windowLow; local
103 if (offset_2 > maxRep) offsetSaved = offset_2, offset_2 = 0;
104 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0;

Completed in 173 milliseconds