Searched refs:codeTable (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.c | 239 const BYTE* codeTable, size_t nbSeq, in ZSTD_buildCTable() argument 252 *op = codeTable[0]; in ZSTD_buildCTable() 264 if (count[codeTable[nbSeq-1]] > 1) { in ZSTD_buildCTable() 265 count[codeTable[nbSeq-1]]--; in ZSTD_buildCTable()
|
| H A D | zstd_compress_sequences.h | 35 const BYTE* codeTable, size_t nbSeq,
|
| H A D | zstd_compress_superblock.c | 603 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()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 11248 const BYTE* codeTable, size_t nbSeq, 11480 const BYTE* codeTable, size_t nbSeq, in ZSTD_buildCTable() argument 11493 *op = codeTable[0]; in ZSTD_buildCTable() 11505 if (count[codeTable[nbSeq-1]] > 1) { in ZSTD_buildCTable() 11506 count[codeTable[nbSeq-1]]--; in ZSTD_buildCTable() 12311 const BYTE* codeTable, unsigned maxCode, in ZSTD_estimateSubBlockSize_symbolType() argument 12318 const BYTE* ctp = codeTable; in ZSTD_estimateSubBlockSize_symbolType() 12324 HIST_countFast_wksp(countWksp, &max, codeTable, nbSeq, workspace, wkspSize); /* can't fail */ in ZSTD_estimateSubBlockSize_symbolType()
|