Searched refs:FSE_readNCount_bmi2 (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | entropy_common.c | 223 size_t FSE_readNCount_bmi2( in FSE_readNCount_bmi2() function 240 return FSE_readNCount_bmi2(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize, /* bmi2 */ 0); in FSE_readNCount()
|
H A D | fse.h | 234 /*! FSE_readNCount_bmi2(): 237 FSE_PUBLIC_API size_t FSE_readNCount_bmi2(short* normalizedCounter,
|
H A D | fse_decompress.c | 336 size_t const NCountLength = FSE_readNCount_bmi2(wksp->ncount, &maxSymbolValue, &tableLog, istart, cSrcSize, bmi2); in FSE_decompress_wksp_body()
|
Completed in 4 milliseconds