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

/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.c633 FSEv05_readNCount():
638 size_t FSEv05_readNCount (short* normalizedCounter, unsigned* maxSymbolValuePtr, unsigned* tableLogPtr, const void* rBuffer, size_t rBuffSize);
1282 size_t FSEv05_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, function
1519 errorCode = FSEv05_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
3064 headerSize = FSEv05_readNCount(norm, &max, &LLlog, ip, iend-ip);
3088 headerSize = FSEv05_readNCount(norm, &max, &Offlog, ip, iend-ip);
3112 headerSize = FSEv05_readNCount(norm, &max, &MLlog, ip, iend-ip);
3681 offcodeHeaderSize = FSEv05_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize);
3689 matchlengthHeaderSize = FSEv05_readNCount(matchlengthNCount, &matchlengthMaxValue, &matchlengthLog, dict, dictSize);
3697 litlengthHeaderSize = FSEv05_readNCount(litlengthNCoun
[all...]

Completed in 186 milliseconds