Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_fast.c77 U32 const maxRep = curr - windowLow; in ZSTD_compressBlock_fast_generic() local
H A Dzstd_double_fast.c113 U32 const maxRep = curr - windowLow; in ZSTD_compressBlock_doubleFast_generic() local
H A Dzstd_lazy.c925 U32 const maxRep = curr - windowLow; in ZSTD_compressBlock_lazy_generic() local
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17477 U32 const maxRep = current - windowLow; in ZSTD_compressBlock_doubleFast_generic() local
17964 U32 const maxRep = current - windowLow; in ZSTD_compressBlock_fast_generic() local
19057 U32 const maxRep = current - windowLow; in ZSTD_compressBlock_lazy_generic() local