Home
last modified time | relevance | path

Searched refs:fseTables (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c159 static size_t ZSTD_compressSubBlock_sequences(const ZSTD_fseCTables_t* fseTables, in ZSTD_compressSubBlock_sequences() argument
209 fseTables->matchlengthCTable, mlCode, in ZSTD_compressSubBlock_sequences()
210 fseTables->offcodeCTable, ofCode, in ZSTD_compressSubBlock_sequences()
211 fseTables->litlengthCTable, llCode, in ZSTD_compressSubBlock_sequences()
364 const ZSTD_fseCTables_t* fseTables, in ZSTD_estimateSubBlockSize_sequences() argument
373 nbSeq, fseTables->offcodeCTable, NULL, in ZSTD_estimateSubBlockSize_sequences()
377 nbSeq, fseTables->litlengthCTable, LL_bits, in ZSTD_estimateSubBlockSize_sequences()
381 nbSeq, fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateSubBlockSize_sequences()
H A Dzstd_compress.c3304 const ZSTD_fseCTables_t* fseTables, in ZSTD_estimateBlockSize_sequences() argument
3312 fseTables->offcodeCTable, NULL, in ZSTD_estimateBlockSize_sequences()
3316 fseTables->litlengthCTable, LL_bits, in ZSTD_estimateBlockSize_sequences()
3320 fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateBlockSize_sequences()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_superblock.c437 static size_t ZSTD_compressSubBlock_sequences(const ZSTD_fseCTables_t* fseTables, in ZSTD_compressSubBlock_sequences() argument
487 fseTables->matchlengthCTable, mlCode, in ZSTD_compressSubBlock_sequences()
488 fseTables->offcodeCTable, ofCode, in ZSTD_compressSubBlock_sequences()
489 fseTables->litlengthCTable, llCode, in ZSTD_compressSubBlock_sequences()
642 const ZSTD_fseCTables_t* fseTables, in ZSTD_estimateSubBlockSize_sequences() argument
650 nbSeq, fseTables->offcodeCTable, NULL, in ZSTD_estimateSubBlockSize_sequences()
654 nbSeq, fseTables->litlengthCTable, LL_bits, in ZSTD_estimateSubBlockSize_sequences()
658 nbSeq, fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateSubBlockSize_sequences()