Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_opt.c992 U32 const maxOffset = matches[nbMatches-1].off; in ZSTD_compressBlock_opt_generic() local
994 nbMatches, maxML, maxOffset, (U32)(ip-prefixStart)); in ZSTD_compressBlock_opt_generic()
999 lastSequence.off = maxOffset; in ZSTD_compressBlock_opt_generic()
H A Dzstd_compress.c3243 …U32 const maxOffset = (U32)dictContentSize + 128 KB; /* The maximum offset that must be supported … in ZSTD_loadCEntropy() local
3244 …offcodeMax = ZSTD_highbit32(maxOffset); /* Calculate minimum offset code required to represent max… in ZSTD_loadCEntropy()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c16099 …U32 const maxOffset = (U32)dictContentSize + 128 KB; /* The maximum offset that must be supported … in ZSTD_loadZstdDictionary() local
16100 …offcodeMax = ZSTD_highbit32(maxOffset); /* Calculate minimum offset code required to represent max… in ZSTD_loadZstdDictionary()
20997 U32 const maxOffset = matches[nbMatches-1].off; in ZSTD_compressBlock_opt_generic() local
20999 nbMatches, maxML, maxOffset, (U32)(ip-prefixStart)); in ZSTD_compressBlock_opt_generic()
21004 lastSequence.off = maxOffset; in ZSTD_compressBlock_opt_generic()