Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_sequences.h32 ZSTD_buildCTable(void* dst, size_t dstCapacity,
Dzstd_compress_superblock.c209 …{ size_t const countSize = ZSTD_buildCTable(op, oend - op, CTable_LitLength, LLFSELog, (symbolEn… in ZSTD_buildSuperBlockEntropy_sequences()
233 …{ size_t const countSize = ZSTD_buildCTable(op, oend - op, CTable_OffsetBits, OffFSELog, (symbol… in ZSTD_buildSuperBlockEntropy_sequences()
255 …{ size_t const countSize = ZSTD_buildCTable(op, oend - op, CTable_MatchLength, MLFSELog, (symbol… in ZSTD_buildSuperBlockEntropy_sequences()
Dzstd_compress_sequences.c236 ZSTD_buildCTable(void* dst, size_t dstCapacity, in ZSTD_buildCTable() function
Dzstd_compress.c2238 { size_t const countSize = ZSTD_buildCTable( in ZSTD_entropyCompressSequences_internal()
2266 { size_t const countSize = ZSTD_buildCTable( in ZSTD_entropyCompressSequences_internal()
2292 { size_t const countSize = ZSTD_buildCTable( in ZSTD_entropyCompressSequences_internal()