Searched refs:tableLogPtr (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/lib/zstd/common/ |
D | entropy_common.c | 60 size_t FSE_readNCount_body(short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body() argument 79 { size_t const countSize = FSE_readNCount(normalizedCounter, maxSVPtr, tableLogPtr, in FSE_readNCount_body() 94 *tableLogPtr = nbBits; in FSE_readNCount_body() 209 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body_default() argument 212 return FSE_readNCount_body(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_body_default() 217 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body_bmi2() argument 220 return FSE_readNCount_body(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_body_bmi2() 225 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_bmi2() argument 230 … return FSE_readNCount_body_bmi2(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_bmi2() 234 …return FSE_readNCount_body_default(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_bmi2() [all …]
|
D | huf.h | 229 U32* rankStats, U32* nbSymbolsPtr, U32* tableLogPtr, 240 U32* rankStats, U32* nbSymbolsPtr, U32* tableLogPtr,
|
D | fse.h | 231 unsigned* maxSymbolValuePtr, unsigned* tableLogPtr, 238 unsigned* maxSymbolValuePtr, unsigned* tableLogPtr,
|