Searched refs:fseTables (Results 1 – 4 of 4) sorted by relevance
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_superblock.c | 159 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 D | zstd_compress.c | 3304 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()
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress_superblock.c | 164 ZSTD_compressSubBlock_sequences(const ZSTD_fseCTables_t* fseTables, in ZSTD_compressSubBlock_sequences() argument 214 fseTables->matchlengthCTable, mlCode, in ZSTD_compressSubBlock_sequences() 215 fseTables->offcodeCTable, ofCode, in ZSTD_compressSubBlock_sequences() 216 fseTables->litlengthCTable, llCode, in ZSTD_compressSubBlock_sequences() 370 const ZSTD_fseCTables_t* fseTables, in ZSTD_estimateSubBlockSize_sequences() argument 379 nbSeq, fseTables->offcodeCTable, NULL, in ZSTD_estimateSubBlockSize_sequences() 383 nbSeq, fseTables->litlengthCTable, LL_bits, in ZSTD_estimateSubBlockSize_sequences() 387 nbSeq, fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateSubBlockSize_sequences()
|
| H A D | zstd_compress.c | 3900 const ZSTD_fseCTables_t* fseTables, in ZSTD_estimateBlockSize_sequences() argument 3908 fseTables->offcodeCTable, NULL, in ZSTD_estimateBlockSize_sequences() 3912 fseTables->litlengthCTable, LL_bits, in ZSTD_estimateBlockSize_sequences() 3916 fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateBlockSize_sequences()
|