Lines Matching defs:tableLogPtr

59 size_t FSE_readNCount_body(short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,
78 { size_t const countSize = FSE_readNCount(normalizedCounter, maxSVPtr, tableLogPtr,
93 *tableLogPtr = nbBits;
208 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,
211 return FSE_readNCount_body(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize);
216 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,
219 return FSE_readNCount_body(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize);
224 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,
229 return FSE_readNCount_body_bmi2(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize);
233 return FSE_readNCount_body_default(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize);
237 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,
240 return FSE_readNCount_bmi2(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize, /* bmi2 */ 0);
252 U32* nbSymbolsPtr, U32* tableLogPtr,
256 return HUF_readStats_wksp(huffWeight, hwSize, rankStats, nbSymbolsPtr, tableLogPtr, src, srcSize, wksp, sizeof(wksp), /* bmi2 */ 0);
261 U32* nbSymbolsPtr, U32* tableLogPtr,
306 *tableLogPtr = tableLog;
327 U32* nbSymbolsPtr, U32* tableLogPtr,
331 return HUF_readStats_body(huffWeight, hwSize, rankStats, nbSymbolsPtr, tableLogPtr, src, srcSize, workSpace, wkspSize, 0);
336 U32* nbSymbolsPtr, U32* tableLogPtr,
340 return HUF_readStats_body(huffWeight, hwSize, rankStats, nbSymbolsPtr, tableLogPtr, src, srcSize, workSpace, wkspSize, 1);
345 U32* nbSymbolsPtr, U32* tableLogPtr,
352 return HUF_readStats_body_bmi2(huffWeight, hwSize, rankStats, nbSymbolsPtr, tableLogPtr, src, srcSize, workSpace, wkspSize);
356 return HUF_readStats_body_default(huffWeight, hwSize, rankStats, nbSymbolsPtr, tableLogPtr, src, srcSize, workSpace, wkspSize);