Searched refs:maxOffset (Results 1 – 2 of 2) sorted by relevance
851 U32 const maxOffset = matches[nbMatches-1].off; in ZSTD_compressBlock_opt_generic() local853 nbMatches, maxML, maxOffset, (U32)(ip-prefixStart)); in ZSTD_compressBlock_opt_generic()858 lastSequence.off = maxOffset; in ZSTD_compressBlock_opt_generic()
3015 …U32 const maxOffset = (U32)dictContentSize + 128 KB; /* The maximum offset that must be supported … in ZSTD_loadZstdDictionary() local3016 …offcodeMax = ZSTD_highbit32(maxOffset); /* Calculate minimum offset code required to represent max… in ZSTD_loadZstdDictionary()