Searched refs:maxOffset (Results 1 – 5 of 5) sorted by relevance
2060 size_t const maxOffset = maxOffbase - ZSTD_REP_NUM; in ZSTD_maxShortOffset() local2062 return maxOffset; in ZSTD_maxShortOffset()
2059 size_t const maxOffset = maxOffbase - ZSTD_REP_NUM; in ZSTD_maxShortOffset() local2061 return maxOffset; in ZSTD_maxShortOffset()
5136 …U32 const maxOffset = (U32)dictContentSize + 128 KB; /* The maximum offset that must be supported … in ZSTD_loadCEntropy() local5137 …offcodeMax = ZSTD_highbit32(maxOffset); /* Calculate minimum offset code required to represent max… in ZSTD_loadCEntropy()
5137 …U32 const maxOffset = (U32)dictContentSize + 128 KB; /* The maximum offset that must be supported … in ZSTD_loadCEntropy() local5138 …offcodeMax = ZSTD_highbit32(maxOffset); /* Calculate minimum offset code required to represent max… in ZSTD_loadCEntropy()
4888 unsigned maxOffset = origWidth - width; in SimplifySetCC() local4889 for (unsigned offset = 0; offset <= maxOffset; offset += 8) { in SimplifySetCC()