Searched refs:maxRep (Results 1 – 1 of 1) sorted by relevance
1027 U32 const maxRep = (U32)(ip - lowest); in ZSTD_compressBlock_fast_generic() local1028 if (offset_2 > maxRep) in ZSTD_compressBlock_fast_generic()1030 if (offset_1 > maxRep) in ZSTD_compressBlock_fast_generic()1275 U32 const maxRep = (U32)(ip - lowest); in ZSTD_compressBlock_doubleFast_generic() local1276 if (offset_2 > maxRep) in ZSTD_compressBlock_doubleFast_generic()1278 if (offset_1 > maxRep) in ZSTD_compressBlock_doubleFast_generic()1918 U32 const maxRep = (U32)(ip - base); in ZSTD_compressBlock_lazy_generic() local1919 if (offset_2 > maxRep) in ZSTD_compressBlock_lazy_generic()1921 if (offset_1 > maxRep) in ZSTD_compressBlock_lazy_generic()