Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/compress/
Dzstd_fast.c143 U32 const maxRep = curr - windowLow; in ZSTD_compressBlock_fast_noDict_generic() local
Dzstd_double_fast.c102 U32 const maxRep = current - windowLow; in ZSTD_compressBlock_doubleFast_noDict_generic() local
Dzstd_lazy.c1514 U32 const maxRep = curr - windowLow; in ZSTD_compressBlock_lazy_generic() local
/kernel/linux/linux-5.10/lib/zstd/
Dcompress.c1027 U32 const maxRep = (U32)(ip - lowest); in ZSTD_compressBlock_fast_generic() local
1275 U32 const maxRep = (U32)(ip - lowest); in ZSTD_compressBlock_doubleFast_generic() local
1918 U32 const maxRep = (U32)(ip - base); in ZSTD_compressBlock_lazy_generic() local