Home
last modified time | relevance | path

Searched refs:FSE_readNCount (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/lib/zstd/common/
Dentropy_common.c79 { size_t const countSize = FSE_readNCount(normalizedCounter, maxSVPtr, tableLogPtr, in FSE_readNCount_body()
237 size_t FSE_readNCount( in FSE_readNCount() function
243 EXPORT_SYMBOL_GPL(FSE_readNCount);
Dfse.h230 FSE_PUBLIC_API size_t FSE_readNCount (short* normalizedCounter,
/linux-6.1.9/lib/zstd/decompress/
Dzstd_decompress.c1253 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadDEntropy()
1268 …size_t const matchlengthHeaderSize = FSE_readNCount(matchlengthNCount, &matchlengthMaxValue, &matc… in ZSTD_loadDEntropy()
1283 …size_t const litlengthHeaderSize = FSE_readNCount(litlengthNCount, &litlengthMaxValue, &litlengthL… in ZSTD_loadDEntropy()
Dzstd_decompress_block.c564 size_t const headerSize = FSE_readNCount(norm, &max, &tableLog, src, srcSize); in ZSTD_buildSeqTable()
/linux-6.1.9/lib/zstd/compress/
Dzstd_compress.c3166 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadCEntropy()
3181 …size_t const matchlengthHeaderSize = FSE_readNCount(matchlengthNCount, &matchlengthMaxValue, &matc… in ZSTD_loadCEntropy()
3195 …size_t const litlengthHeaderSize = FSE_readNCount(litlengthNCount, &litlengthMaxValue, &litlengthL… in ZSTD_loadCEntropy()