Searched refs:FSE_readNCount (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/lib/common/
H A Dentropy_common.c61 size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, function
H A Dfse_decompress.c286 size_t const NCountLength = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
H A Dfse.h248 /*! FSE_readNCount():
253 FSE_PUBLIC_API size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSymbolValuePtr, unsigned* tableLogPtr, const void* rBuffer, size_t rBuffSize);
281 This can be performed by FSE_readNCount() if it was saved using FSE_writeNCount().
285 FSE_readNCount() will provide 'tableLog' and 'maxSymbolValue'.
286 The result of FSE_readNCount() is the number of bytes read from 'rBuffer'.
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c482 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, function
908 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1620 headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);
1638 headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);
1656 headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);
H A Dzstd_v03.c1168 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, function
1423 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
2599 headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);
2618 headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);
2636 headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);
H A Dzstd_v04.c527 FSE_readNCount():
532 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSymbolValuePtr, unsigned* tableLogPtr, const void* rBuffer, size_t rBuffSize);
562 This can be performed by FSE_readNCount() if it was saved using FSE_writeNCount().
566 FSE_readNCount() will provide 'tableLog' and 'maxSymbolValue'.
567 The result of FSE_readNCount() is the number of bytes read from 'rBuffer'.
1207 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, function
1467 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
2789 headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);
2808 headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);
2826 headerSize = FSE_readNCount(nor
[all...]
H A Dzstd_v02.c1167 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, function
1422 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
2958 headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);
2977 headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);
2995 headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);
/freebsd-12-stable/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c895 size_t const headerSize = FSE_readNCount(norm, &max, &tableLog, src, srcSize);
2189 size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, dictEnd-dictPtr);
2202 size_t const matchlengthHeaderSize = FSE_readNCount(matchlengthNCount, &matchlengthMaxValue, &matchlengthLog, dictPtr, dictEnd-dictPtr);
2215 size_t const litlengthHeaderSize = FSE_readNCount(litlengthNCount, &litlengthMaxValue, &litlengthLog, dictPtr, dictEnd-dictPtr);
/freebsd-12-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c2281 size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dictPtr, dictEnd-dictPtr);
2292 size_t const matchlengthHeaderSize = FSE_readNCount(matchlengthNCount, &matchlengthMaxValue, &matchlengthLog, dictPtr, dictEnd-dictPtr);
2304 size_t const litlengthHeaderSize = FSE_readNCount(litlengthNCount, &litlengthMaxValue, &litlengthLog, dictPtr, dictEnd-dictPtr);

Completed in 157 milliseconds