Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dcompress.c1027 U32 const maxRep = (U32)(ip - lowest); in ZSTD_compressBlock_fast_generic() local
1028 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() local
1276 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() local
1919 if (offset_2 > maxRep) in ZSTD_compressBlock_lazy_generic()
1921 if (offset_1 > maxRep) in ZSTD_compressBlock_lazy_generic()