H A D | entropy_common.c | 60 const void* headerBuffer, size_t hbSize) in FSE_readNCount_body() 62 const BYTE* const istart = (const BYTE*) headerBuffer; in FSE_readNCount_body() 77 ZSTD_memcpy(buffer, headerBuffer, hbSize); in FSE_readNCount_body() 209 const void* headerBuffer, size_t hbSize) in FSE_readNCount_body_default() 211 return FSE_readNCount_body(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_body_default() 217 const void* headerBuffer, size_t hbSize) in FSE_readNCount_body_bmi2() 219 return FSE_readNCount_body(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_body_bmi2() 225 const void* headerBuffer, size_t hbSize, int bmi2) in FSE_readNCount_bmi2() 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, hbSiz in FSE_readNCount_bmi2() 59 FSE_readNCount_body(short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, const void* headerBuffer, size_t hbSize) FSE_readNCount_body() argument 207 FSE_readNCount_body_default( short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, const void* headerBuffer, size_t hbSize) FSE_readNCount_body_default() argument 215 FSE_readNCount_body_bmi2( short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, const void* headerBuffer, size_t hbSize) FSE_readNCount_body_bmi2() argument 223 FSE_readNCount_bmi2( short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, const void* headerBuffer, size_t hbSize, int bmi2) FSE_readNCount_bmi2() argument 236 FSE_readNCount( short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, const void* headerBuffer, size_t hbSize) FSE_readNCount() argument [all...] |