Home
last modified time | relevance | path

Searched refs:tableLogPtr (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/zstd/lib/common/
H A Dentropy_common.c42 size_t FSE_readNCount_body(short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body() argument
61 { size_t const countSize = FSE_readNCount(normalizedCounter, maxSVPtr, tableLogPtr, in FSE_readNCount_body()
76 *tableLogPtr = nbBits; in FSE_readNCount_body()
191 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body_default() argument
194 return FSE_readNCount_body(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_body_default()
199 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body_bmi2() argument
202 return FSE_readNCount_body(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_body_bmi2()
207 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_bmi2() argument
212 … return FSE_readNCount_body_bmi2(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_bmi2()
216 …return FSE_readNCount_body_default(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_bmi2()
[all …]
H A Dhuf.h173 U32* rankStats, U32* nbSymbolsPtr, U32* tableLogPtr,
184 U32* rankStats, U32* nbSymbolsPtr, U32* tableLogPtr,
H A Dfse.h184 unsigned* maxSymbolValuePtr, unsigned* tableLogPtr,
191 unsigned* maxSymbolValuePtr, unsigned* tableLogPtr,
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dentropy_common.c43 size_t FSE_readNCount_body(short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body() argument
62 { size_t const countSize = FSE_readNCount(normalizedCounter, maxSVPtr, tableLogPtr, in FSE_readNCount_body()
77 *tableLogPtr = nbBits; in FSE_readNCount_body()
192 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body_default() argument
195 return FSE_readNCount_body(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_body_default()
200 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_body_bmi2() argument
203 return FSE_readNCount_body(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_body_bmi2()
208 short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount_bmi2() argument
213 … return FSE_readNCount_body_bmi2(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_bmi2()
217 …return FSE_readNCount_body_default(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize); in FSE_readNCount_bmi2()
[all …]
H A Dhuf.h174 U32* rankStats, U32* nbSymbolsPtr, U32* tableLogPtr,
185 U32* rankStats, U32* nbSymbolsPtr, U32* tableLogPtr,
H A Dfse.h185 unsigned* maxSymbolValuePtr, unsigned* tableLogPtr,
192 unsigned* maxSymbolValuePtr, unsigned* tableLogPtr,
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v04.c425 …ount (short* normalizedCounter, unsigned* maxSymbolValuePtr, unsigned* tableLogPtr, const void* rB…
1100 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount() argument
1120 *tableLogPtr = nbBits; in FSE_readNCount()
1637 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats() argument
1710 *tableLogPtr = tableLog; in HUF_readStats()
H A Dzstd_v03.c1117 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount() argument
1137 *tableLogPtr = nbBits; in FSE_readNCount()
1478 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats() argument
1551 *tableLogPtr = tableLog; in HUF_readStats()
H A Dzstd_v07.c700 …ount (short* normalizedCounter, unsigned* maxSymbolValuePtr, unsigned* tableLogPtr, const void* rB…
1052 U32* nbSymbolsPtr, U32* tableLogPtr,
1152 size_t FSEv07_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSEv07_readNCount() argument
1172 *tableLogPtr = nbBits; in FSEv07_readNCount()
1252 U32* nbSymbolsPtr, U32* tableLogPtr, in HUFv07_readStats() argument
1301 *tableLogPtr = tableLog; in HUFv07_readStats()
H A Dzstd_v05.c586 …ount (short* normalizedCounter, unsigned* maxSymbolValuePtr, unsigned* tableLogPtr, const void* rB…
1230 size_t FSEv05_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSEv05_readNCount() argument
1250 *tableLogPtr = nbBits; in FSEv05_readNCount()
1743 U32* nbSymbolsPtr, U32* tableLogPtr, in HUFv05_readStats() argument
1808 *tableLogPtr = tableLog; in HUFv05_readStats()
H A Dzstd_v06.c654 …ount (short* normalizedCounter, unsigned* maxSymbolValuePtr, unsigned* tableLogPtr, const void* rB…
1207 size_t FSEv06_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSEv06_readNCount() argument
1227 *tableLogPtr = nbBits; in FSEv06_readNCount()
1799 U32* nbSymbolsPtr, U32* tableLogPtr, in HUFv06_readStats() argument
1848 *tableLogPtr = tableLog; in HUFv06_readStats()
H A Dzstd_v02.c1117 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount() argument
1137 *tableLogPtr = nbBits; in FSE_readNCount()
1482 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats() argument
1555 *tableLogPtr = tableLog; in HUF_readStats()
H A Dzstd_v01.c440 static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, in FSE_readNCount() argument
460 *tableLogPtr = nbBits; in FSE_readNCount()