MCPcopy Create free account
hub / github.com/F-Stack/f-stack / FSE_readNCount

Function FSE_readNCount

freebsd/contrib/zstd/lib/common/entropy_common.c:241–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241size_t FSE_readNCount(
242 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,
243 const void* headerBuffer, size_t hbSize)
244{
245 return FSE_readNCount_bmi2(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize, /* bmi2 */ 0);
246}
247
248
249/*! HUF_readStats() :

Callers 2

FSE_readNCount_bodyFunction · 0.70
ZSTD_loadCEntropyFunction · 0.50

Calls 1

FSE_readNCount_bmi2Function · 0.85

Tested by

no test coverage detected