Home
last modified time | relevance | path

Searched refs:MaxOff (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_internal.h38 static UNUSED_ATTR const U32 OF_base[MaxOff+1] = {
44 static UNUSED_ATTR const U8 OF_bits[MaxOff+1] = {
H A Dzstd_decompress.c1482 { short offcodeNCount[MaxOff+1]; in ZSTD_loadDEntropy()
1483 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy()
1486 RETURN_ERROR_IF(offcodeMaxValue > MaxOff, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
H A Dzstd_decompress_block.c751 OFtype, MaxOff, OffFSELog, in ZSTD_decodeSeqHeaders()
1271 assert(ofBits <= MaxOff); in ZSTD_decodeSequence()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h37 static UNUSED_ATTR const U32 OF_base[MaxOff+1] = {
43 static UNUSED_ATTR const U8 OF_bits[MaxOff+1] = {
H A Dzstd_decompress.c1481 { short offcodeNCount[MaxOff+1]; in ZSTD_loadDEntropy()
1482 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy()
1485 RETURN_ERROR_IF(offcodeMaxValue > MaxOff, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
H A Dzstd_decompress_block.c750 OFtype, MaxOff, OffFSELog, in ZSTD_decodeSeqHeaders()
1270 assert(ofBits <= MaxOff); in ZSTD_decodeSequence()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_internal.h107 #define MaxOff 31 macro
118 #define ZSTD_MAX_FSE_HEADERS_SIZE (((MaxML + 1) * MLFSELog + (MaxLL + 1) * LLFSELog + (MaxOff + 1) …
/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h106 #define MaxOff 31 macro
117 #define ZSTD_MAX_FSE_HEADERS_SIZE (((MaxML + 1) * MLFSELog + (MaxLL + 1) * LLFSELog + (MaxOff + 1) …
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c205 for (of=0; of<=MaxOff; of++) { in ZSTD_rescaleFreqs()
240 { unsigned const baseOFCfreqs[MaxOff+1] = { in ZSTD_rescaleFreqs()
247 optPtr->offCodeSum = sum_u32(baseOFCfreqs, MaxOff+1); in ZSTD_rescaleFreqs()
258 optPtr->offCodeSum = ZSTD_scaleStats(optPtr->offCodeFreq, MaxOff, 11); in ZSTD_rescaleFreqs()
377 assert(offCode <= MaxOff); in ZSTD_updateStats()
H A Dzstd_compress_superblock.c378 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->ofType, ofCodeTable, MaxOff, in ZSTD_estimateSubBlockSize_sequences()
H A Dzstd_compress.c1675 + ZSTD_cwksp_aligned64_alloc_size((MaxOff+1) * sizeof(U32)) in ZSTD_sizeof_matchState()
2060 … ms->opt.offCodeFreq = (unsigned*)ZSTD_cwksp_reserve_aligned64(ws, (MaxOff+1) * sizeof(unsigned)); in ZSTD_reset_matchState()
2818 { unsigned max = MaxOff; in ZSTD_buildSequencesStatistics()
3907 …qSizeEstimate += ZSTD_estimateBlockSize_symbolType(fseMetadata->ofType, ofCodeTable, nbSeq, MaxOff, in ZSTD_estimateBlockSize_sequences()
5065 short offcodeNCount[MaxOff+1]; in ZSTD_loadCEntropy()
5066 unsigned offcodeMaxValue = MaxOff; in ZSTD_loadCEntropy()
5093 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy()
5135 U32 offcodeMax = MaxOff; in ZSTD_loadCEntropy()
5141 …ffcode_repeatMode = ZSTD_dictNCountRepeat(offcodeNCount, offcodeMaxValue, MIN(offcodeMax, MaxOff)); in ZSTD_loadCEntropy()
H A Dzstd_compress_internal.h70 FSE_CTable offcodeCTable[FSE_CTABLE_SIZE_U32(OffFSELog, MaxOff)];
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c204 for (of=0; of<=MaxOff; of++) { in ZSTD_rescaleFreqs()
239 { unsigned const baseOFCfreqs[MaxOff+1] = { in ZSTD_rescaleFreqs()
246 optPtr->offCodeSum = sum_u32(baseOFCfreqs, MaxOff+1); in ZSTD_rescaleFreqs()
257 optPtr->offCodeSum = ZSTD_scaleStats(optPtr->offCodeFreq, MaxOff, 11); in ZSTD_rescaleFreqs()
376 assert(offCode <= MaxOff); in ZSTD_updateStats()
H A Dzstd_compress_superblock.c377 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->ofType, ofCodeTable, MaxOff, in ZSTD_estimateSubBlockSize_sequences()
H A Dzstd_compress.c1674 + ZSTD_cwksp_aligned64_alloc_size((MaxOff+1) * sizeof(U32)) in ZSTD_sizeof_matchState()
2059 … ms->opt.offCodeFreq = (unsigned*)ZSTD_cwksp_reserve_aligned64(ws, (MaxOff+1) * sizeof(unsigned)); in ZSTD_reset_matchState()
2817 { unsigned max = MaxOff; in ZSTD_buildSequencesStatistics()
3906 …qSizeEstimate += ZSTD_estimateBlockSize_symbolType(fseMetadata->ofType, ofCodeTable, nbSeq, MaxOff, in ZSTD_estimateBlockSize_sequences()
5064 short offcodeNCount[MaxOff+1]; in ZSTD_loadCEntropy()
5065 unsigned offcodeMaxValue = MaxOff; in ZSTD_loadCEntropy()
5092 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy()
5134 U32 offcodeMax = MaxOff; in ZSTD_loadCEntropy()
5140 …ffcode_repeatMode = ZSTD_dictNCountRepeat(offcodeNCount, offcodeMaxValue, MIN(offcodeMax, MaxOff)); in ZSTD_loadCEntropy()
H A Dzstd_compress_internal.h69 FSE_CTable offcodeCTable[FSE_CTABLE_SIZE_U32(OffFSELog, MaxOff)];
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.c424 #define MaxOff ((1<<Offbits)- 1) macro
3024 … FSEv05_buildDTable_rle(DTableOffb, *ip++ & MaxOff); /* if *ip > MaxOff, data is corrupted */ in ZSTDv05_decodeSeqHeaders()
3035 { unsigned max = MaxOff; in ZSTDv05_decodeSeqHeaders()
3118 static const U32 offsetPrefix[MaxOff+1] = { in ZSTDv05_decodeSequence()
3624 short offcodeNCount[MaxOff+1]; in ZSTDv05_loadEntropy()
3625 unsigned offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv05_loadEntropy()
H A Dzstd_v06.c443 #define MaxOff 28 macro
474 static const S16 OF_defaultNorm[MaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1,
3200 …{ size_t const bhSize = ZSTDv06_buildSeqTable(DTableOffb, Offtype, MaxOff, OffFSELog, ip, iend-i… in ZSTDv06_decodeSeqHeaders()
3252 static const U32 OF_base[MaxOff+1] = { in ZSTDv06_decodeSequence()
3767 { short offcodeNCount[MaxOff+1]; in ZSTDv06_loadEntropy()
3768 U32 offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv06_loadEntropy()
H A Dzstd_v03.c2304 #define MaxOff 31 macro
2565 … FSE_buildDTable_rle(DTableOffb, *ip++ & MaxOff); /* if *ip > MaxOff, data is corrupted */ in ZSTD_decodeSeqHeaders()
2571 { U32 max = MaxOff; in ZSTD_decodeSeqHeaders()
2645 static const size_t offsetPrefix[MaxOff+1] = { /* note : size_t faster than U32 */ in ZSTD_decodeSequence()
H A Dzstd_v07.c2677 #define MaxOff 28 macro
2708 static const S16 OF_defaultNorm[MaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1,
3431 …{ size_t const ofhSize = ZSTDv07_buildSeqTable(DTableOffb, OFtype, MaxOff, OffFSELog, ip, iend-i… in ZSTDv07_decodeSeqHeaders()
3483 static const U32 OF_base[MaxOff+1] = { in ZSTDv07_decodeSequence()
4051 { short offcodeNCount[MaxOff+1]; in ZSTDv07_loadEntropy()
4052 U32 offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv07_loadEntropy()
H A Dzstd_v02.c2664 #define MaxOff 31 macro
2925 … FSE_buildDTable_rle(DTableOffb, *ip++ & MaxOff); /* if *ip > MaxOff, data is corrupted */ in ZSTD_decodeSeqHeaders()
2931 { U32 max = MaxOff; in ZSTD_decodeSeqHeaders()
3005 static const size_t offsetPrefix[MaxOff+1] = { /* note : size_t faster than U32 */ in ZSTD_decodeSequence()
H A Dzstd_v04.c317 #define MaxOff ((1<<Offbits)- 1) macro
2697 … FSE_buildDTable_rle(DTableOffb, *ip++ & MaxOff); /* if *ip > MaxOff, data is corrupted */ in ZSTD_decodeSeqHeaders()
2703 { U32 max = MaxOff; in ZSTD_decodeSeqHeaders()
2773 { static const U32 offsetPrefix[MaxOff+1] = { in ZSTD_decodeSequence()
H A Dzstd_v01.c1293 #define MaxOff ((1<<Offbits)-1) macro
1605 { U32 max = MaxOff; in ZSTDv01_decodeSeqHeaders()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp6378 int64_t MinOff, MaxOff; in isAArch64FrameOffsetLegal() local
6380 MaxOff)) in isAArch64FrameOffsetLegal()
6400 MaxOff)) in isAArch64FrameOffsetLegal()
6411 assert(MinOff < MaxOff && "Unexpected Min/Max offsets"); in isAArch64FrameOffsetLegal()
6413 if (MinOff <= NewOffset && NewOffset <= MaxOff) in isAArch64FrameOffsetLegal()
6416 NewOffset = NewOffset < 0 ? MinOff : MaxOff; in isAArch64FrameOffsetLegal()