Searched refs:codeTable (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 11246 const BYTE* codeTable, size_t nbSeq, 11478 const BYTE* codeTable, size_t nbSeq, in ZSTD_buildCTable() argument 11491 *op = codeTable[0]; in ZSTD_buildCTable() 11503 if (count[codeTable[nbSeq-1]] > 1) { in ZSTD_buildCTable() 11504 count[codeTable[nbSeq-1]]--; in ZSTD_buildCTable() 12309 const BYTE* codeTable, unsigned maxCode, in ZSTD_estimateSubBlockSize_symbolType() argument 12316 const BYTE* ctp = codeTable; in ZSTD_estimateSubBlockSize_symbolType() 12322 HIST_countFast_wksp(countWksp, &max, codeTable, nbSeq, workspace, wkspSize); /* can't fail */ in ZSTD_estimateSubBlockSize_symbolType()
|