Searched refs:tableLogPtr (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/lib/zstd/common/ |
D | entropy_common.c | 59 size_t FSE_readNCount_body(short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body() argument 78 { size_t const countSize = FSE_readNCount(normalizedCounter, maxSVPtr, tableLogPtr, in FSE_readNCount_body() 93 *tableLogPtr = nbBits; in FSE_readNCount_body() 208 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body_default() argument 211 return FSE_readNCount_body(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_body_default() 216 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body_bmi2() argument 219 return FSE_readNCount_body(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_body_bmi2() 224 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_bmi2() argument 229 … return FSE_readNCount_body_bmi2(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_bmi2() 233 …return FSE_readNCount_body_default(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_bmi2() [all …]
|
D | fse.h | 231 unsigned* maxSymbolValuePtr, unsigned* tableLogPtr, 238 unsigned* maxSymbolValuePtr, unsigned* tableLogPtr,
|
D | huf.h | 227 U32* rankStats, U32* nbSymbolsPtr, U32* tableLogPtr, 238 U32* rankStats, U32* nbSymbolsPtr, U32* tableLogPtr,
|