Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c239 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 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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c11248 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()