Searched refs:DefaultMaxOff (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | zstd_internal.h | 181 #define DefaultMaxOff 28 macro 231 static UNUSED_ATTR const S16 OF_defaultNorm[DefaultMaxOff+1] = {
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_superblock.c | 224 …ZSTD_defaultPolicy_e const defaultPolicy = (max <= DefaultMaxOff) ? ZSTD_defaultAllowed : ZSTD_def… in ZSTD_buildSuperBlockEntropy_sequences() 234 … countWksp, max, ofCodeTable, nbSeq, OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_buildSuperBlockEntropy_sequences() 650 OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_estimateSubBlockSize_sequences()
|
| H A D | zstd_compress.c | 2257 …ZSTD_defaultPolicy_e const defaultPolicy = (max <= DefaultMaxOff) ? ZSTD_defaultAllowed : ZSTD_def… in ZSTD_entropyCompressSequences_internal() 2270 OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_entropyCompressSequences_internal()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 6478 #define DefaultMaxOff 28 macro 6516 static const S16 OF_defaultNorm[DefaultMaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2, 11932 …ZSTD_defaultPolicy_e const defaultPolicy = (max <= DefaultMaxOff) ? ZSTD_defaultAllowed : ZSTD_def… in ZSTD_buildSuperBlockEntropy_sequences() 11942 … countWksp, max, ofCodeTable, nbSeq, OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_buildSuperBlockEntropy_sequences() 15151 …ZSTD_defaultPolicy_e const defaultPolicy = (max <= DefaultMaxOff) ? ZSTD_defaultAllowed : ZSTD_def… in ZSTD_compressSequences_internal() 15164 OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_compressSequences_internal()
|