Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c2060 size_t const maxOffset = maxOffbase - ZSTD_REP_NUM; in ZSTD_maxShortOffset() local
2062 return maxOffset; in ZSTD_maxShortOffset()
/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c4390 …U32 const maxOffset = (U32)dictContentSize + 128 KB; /* The maximum offset that must be supported … in ZSTD_loadCEntropy() local
4391 …offcodeMax = ZSTD_highbit32(maxOffset); /* Calculate minimum offset code required to represent max… in ZSTD_loadCEntropy()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c5137 …U32 const maxOffset = (U32)dictContentSize + 128 KB; /* The maximum offset that must be supported … in ZSTD_loadCEntropy() local
5138 …offcodeMax = ZSTD_highbit32(maxOffset); /* Calculate minimum offset code required to represent max… in ZSTD_loadCEntropy()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4677 unsigned maxOffset = origWidth - width; in SimplifySetCC() local
4678 for (unsigned offset = 0; offset <= maxOffset; offset += 8) { in SimplifySetCC()