Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c851 U32 const maxOffset = matches[nbMatches-1].off; in ZSTD_compressBlock_opt_generic() local
853 nbMatches, maxML, maxOffset, (U32)(ip-prefixStart)); in ZSTD_compressBlock_opt_generic()
858 lastSequence.off = maxOffset; in ZSTD_compressBlock_opt_generic()
H A Dzstd_compress.c3015 …U32 const maxOffset = (U32)dictContentSize + 128 KB; /* The maximum offset that must be supported … in ZSTD_loadZstdDictionary() local
3016 …offcodeMax = ZSTD_highbit32(maxOffset); /* Calculate minimum offset code required to represent max… in ZSTD_loadZstdDictionary()
/freebsd/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()
/freebsd/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()