Searched refs:tableLogPtr (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/zstd/common/ |
| H A D | entropy_common.c | 43 size_t FSE_readNCount_body(short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body() argument 62 { size_t const countSize = FSE_readNCount(normalizedCounter, maxSVPtr, tableLogPtr, in FSE_readNCount_body() 77 *tableLogPtr = nbBits; in FSE_readNCount_body() 192 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body_default() argument 195 return FSE_readNCount_body(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_body_default() 200 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body_bmi2() argument 203 return FSE_readNCount_body(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_body_bmi2() 208 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_bmi2() argument 213 … return FSE_readNCount_body_bmi2(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_bmi2() 217 …return FSE_readNCount_body_default(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_bmi2() [all …]
|
| H A D | huf.h | 174 U32* rankStats, U32* nbSymbolsPtr, U32* tableLogPtr, 185 U32* rankStats, U32* nbSymbolsPtr, U32* tableLogPtr,
|
| H A D | fse.h | 185 unsigned* maxSymbolValuePtr, unsigned* tableLogPtr, 192 unsigned* maxSymbolValuePtr, unsigned* tableLogPtr,
|