Searched defs:tableLogPtr (Results 1 – 8 of 8) sorted by relevance
/external/zstd/lib/common/ |
D | entropy_common.c | 64 size_t FSE_readNCount_body(short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body() 213 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body_default() 221 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body_bmi2() 229 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_bmi2() 242 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount() 257 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats() 266 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats_body() 332 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats_body_default() 341 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats_body_bmi2() 350 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats_wksp()
|
/external/zstd/lib/legacy/ |
D | zstd_v03.c | 1183 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount() 1544 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats()
|
D | zstd_v04.c | 1160 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount() 1697 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats()
|
D | zstd_v02.c | 1182 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount() 1547 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats()
|
D | zstd_v05.c | 1286 size_t FSEv05_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSEv05_readNCount() 1799 U32* nbSymbolsPtr, U32* tableLogPtr, in HUFv05_readStats()
|
D | zstd_v06.c | 1267 size_t FSEv06_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSEv06_readNCount() 1859 U32* nbSymbolsPtr, U32* tableLogPtr, in HUFv06_readStats()
|
D | zstd_v07.c | 1211 size_t FSEv07_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSEv07_readNCount() 1311 U32* nbSymbolsPtr, U32* tableLogPtr, in HUFv07_readStats()
|
D | zstd_v01.c | 482 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount()
|