Home
last modified time | relevance | path

Searched refs:codeTable (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.c226 const BYTE* codeTable, size_t nbSeq, in ZSTD_buildCTable() argument
239 *op = codeTable[0]; in ZSTD_buildCTable()
251 if (count[codeTable[nbSeq-1]] > 1) { in ZSTD_buildCTable()
252 count[codeTable[nbSeq-1]]--; in ZSTD_buildCTable()
H A Dzstd_compress_sequences.h35 const BYTE* codeTable, size_t nbSeq,
H A Dzstd_compress_superblock.c603 const BYTE* codeTable, unsigned maxCode, in ZSTD_estimateSubBlockSize_symbolType() argument
610 const BYTE* ctp = codeTable; in ZSTD_estimateSubBlockSize_symbolType()
616 HIST_countFast_wksp(countWksp, &max, codeTable, nbSeq, workspace, wkspSize); /* can't fail */ in ZSTD_estimateSubBlockSize_symbolType()
/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c246 const BYTE* codeTable, size_t nbSeq, in ZSTD_buildCTable() argument
259 *op = codeTable[0]; in ZSTD_buildCTable()
271 if (count[codeTable[nbSeq-1]] > 1) { in ZSTD_buildCTable()
272 count[codeTable[nbSeq-1]]--; in ZSTD_buildCTable()
H A Dzstd_compress_sequences.h35 const BYTE* codeTable, size_t nbSeq,
H A Dzstd_compress_superblock.c326 const BYTE* codeTable, unsigned maxCode, in ZSTD_estimateSubBlockSize_symbolType() argument
333 const BYTE* ctp = codeTable; in ZSTD_estimateSubBlockSize_symbolType()
339 HIST_countFast_wksp(countWksp, &max, codeTable, nbSeq, workspace, wkspSize); /* can't fail */ in ZSTD_estimateSubBlockSize_symbolType()
H A Dzstd_compress.c3264 const BYTE* codeTable, size_t nbSeq, unsigned maxCode, in ZSTD_estimateBlockSize_symbolType() argument
3271 const BYTE* ctp = codeTable; in ZSTD_estimateBlockSize_symbolType()
3277 HIST_countFast_wksp(countWksp, &max, codeTable, nbSeq, workspace, wkspSize); /* can't fail */ in ZSTD_estimateBlockSize_symbolType()