Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v07.c759 size_t FSEv07_readNCount (short* normalizedCounter, unsigned* maxSymbolValuePtr, unsigned* tableLog…
1211 size_t FSEv07_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSEv07_readNCount() function
1685 …{ size_t const NCountLength = FSEv07_readNCount (counting, &maxSymbolValue, &tableLog, istart, c… in FSEv07_decompress()
3443 size_t const headerSize = FSEv07_readNCount(norm, &max, &tableLog, src, srcSize); in ZSTDv07_buildSeqTable()
4109 …size_t const offcodeHeaderSize = FSEv07_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, d… in ZSTDv07_loadEntropy()
4119 …size_t const matchlengthHeaderSize = FSEv07_readNCount(matchlengthNCount, &matchlengthMaxValue, &m… in ZSTDv07_loadEntropy()
4129 …size_t const litlengthHeaderSize = FSEv07_readNCount(litlengthNCount, &litlengthMaxValue, &litleng… in ZSTDv07_loadEntropy()