Searched defs:tableLogPtr (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | entropy_common.c | 70 size_t FSE_readNCount_body(short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body() 219 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body_default() 227 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body_bmi2() 235 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_bmi2() 248 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount() 263 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats() 272 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats_body() 338 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats_body_default() 347 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats_body_bmi2() 356 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats_wksp()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | entropy_common.c | 41 size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount() 156 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats()
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v03.c | 1179 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount() 1540 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats()
|
H A D | zstd_v02.c | 1178 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount() 1543 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats()
|
H A D | zstd_v04.c | 1156 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount() 1693 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats()
|
H A D | zstd_v05.c | 1282 size_t FSEv05_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSEv05_readNCount() 1795 U32* nbSymbolsPtr, U32* tableLogPtr, in HUFv05_readStats()
|
H A D | zstd_v06.c | 1263 size_t FSEv06_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSEv06_readNCount() 1855 U32* nbSymbolsPtr, U32* tableLogPtr, in HUFv06_readStats()
|
H A D | zstd_v07.c | 1207 size_t FSEv07_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSEv07_readNCount() 1307 U32* nbSymbolsPtr, U32* tableLogPtr, in HUFv07_readStats()
|
H A D | zstd_v01.c | 478 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount()
|