Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_double_fast.c114 U32 const maxRep = current - windowLow; in ZSTD_compressBlock_doubleFast_generic() local
H A Dzstd_fast.c78 U32 const maxRep = current - windowLow; in ZSTD_compressBlock_fast_generic() local
H A Dzstd_lazy.c673 U32 const maxRep = current - windowLow; in ZSTD_compressBlock_lazy_generic() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c143 U32 const maxRep = curr - windowLow; in ZSTD_compressBlock_fast_noDict_generic() local
H A Dzstd_double_fast.c102 U32 const maxRep = current - windowLow; in ZSTD_compressBlock_doubleFast_noDict_generic() local
H A Dzstd_lazy.c1515 U32 const maxRep = curr - windowLow; in ZSTD_compressBlock_lazy_generic() local
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c923 U32 maxRep = reps[0]; in ZDICT_maxRep() local