| /freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | zstd_decompress_internal.h | 38 static UNUSED_ATTR const U32 OF_base[MaxOff+1] = { 44 static UNUSED_ATTR const U8 OF_bits[MaxOff+1] = {
|
| H A D | zstd_decompress.c | 1482 { 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 D | zstd_decompress_block.c | 751 OFtype, MaxOff, OffFSELog, in ZSTD_decodeSeqHeaders() 1271 assert(ofBits <= MaxOff); in ZSTD_decodeSequence()
|
| /freebsd/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_internal.h | 37 static UNUSED_ATTR const U32 OF_base[MaxOff+1] = { 43 static UNUSED_ATTR const U8 OF_bits[MaxOff+1] = {
|
| H A D | zstd_decompress.c | 1481 { 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 D | zstd_decompress_block.c | 750 OFtype, MaxOff, OffFSELog, in ZSTD_decodeSeqHeaders() 1270 assert(ofBits <= MaxOff); in ZSTD_decodeSequence()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | zstd_internal.h | 107 #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 D | zstd_internal.h | 106 #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 D | zstd_opt.c | 205 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 D | zstd_compress_superblock.c | 378 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->ofType, ofCodeTable, MaxOff, in ZSTD_estimateSubBlockSize_sequences()
|
| H A D | zstd_compress.c | 1675 + 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 D | zstd_compress_internal.h | 70 FSE_CTable offcodeCTable[FSE_CTABLE_SIZE_U32(OffFSELog, MaxOff)];
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_opt.c | 204 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 D | zstd_compress_superblock.c | 377 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->ofType, ofCodeTable, MaxOff, in ZSTD_estimateSubBlockSize_sequences()
|
| H A D | zstd_compress.c | 1674 + 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 D | zstd_compress_internal.h | 69 FSE_CTable offcodeCTable[FSE_CTABLE_SIZE_U32(OffFSELog, MaxOff)];
|
| /freebsd/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v05.c | 424 #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 D | zstd_v06.c | 443 #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 D | zstd_v03.c | 2304 #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 D | zstd_v07.c | 2677 #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 D | zstd_v02.c | 2664 #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 D | zstd_v04.c | 317 #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 D | zstd_v01.c | 1293 #define MaxOff ((1<<Offbits)-1) macro 1605 { U32 max = MaxOff; in ZSTDv01_decodeSeqHeaders()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 6378 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()
|