/freebsd-src/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | fse_compress.c | 67 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, in FSE_buildCTable_wksp() 172 …dCTable(FSE_CTable* ct, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildCTable() 186 size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog) in FSE_NCountWriteBound() 194 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, in FSE_writeNCount_generic() 289 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_writeNCount() 305 FSE_CTable* FSE_createCTable (unsigned maxSymbolValue, unsigned tableLog) in FSE_createCTable() 328 U32 tableLog = maxTableLog; in FSE_optimalTableLog_internal() local 348 static size_t FSE_normalizeM2(short* norm, U32 tableLog, const unsigned* count, size_t total, U32 m… in FSE_normalizeM2() 435 size_t FSE_normalizeCount (short* normalizedCounter, unsigned tableLog, in FSE_normalizeCount() 632 … dstSize, const void* src, size_t srcSize, unsigned maxSymbolValue, unsigned tableLog, void* workS… in FSE_compress_wksp() [all …]
|
H A D | zstd_compress_sequences.c | 62 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_NCountCost() local 105 unsigned const tableLog = cstate.stateLog; in ZSTD_fseBitCost() local 250 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_buildCTable() local
|
H A D | huf_compress.c | 70 U32 tableLog = MAX_FSE_TABLELOG_FOR_HUFF_HEADER; in HUF_compressWeights() local 154 U32 tableLog = 0; in HUF_readCTable() local
|
/freebsd-src/sys/contrib/zstd/lib/compress/ |
H A D | fse_compress.c | 68 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, in FSE_buildCTable_wksp() 222 size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog) in FSE_NCountWriteBound() 234 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, in FSE_writeNCount_generic() 329 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_writeNCount() 345 FSE_CTable* FSE_createCTable (unsigned maxSymbolValue, unsigned tableLog) in FSE_createCTable() 368 U32 tableLog = maxTableLog; in FSE_optimalTableLog_internal() local 387 static size_t FSE_normalizeM2(short* norm, U32 tableLog, const unsigned* count, size_t total, U32 m… in FSE_normalizeM2() 473 size_t FSE_normalizeCount (short* normalizedCounter, unsigned tableLog, in FSE_normalizeCount() 672 … dstSize, const void* src, size_t srcSize, unsigned maxSymbolValue, unsigned tableLog, void* workS… in FSE_compress_wksp() 727 …t, size_t dstCapacity, const void* src, size_t srcSize, unsigned maxSymbolValue, unsigned tableLog) in FSE_compress2()
|
H A D | zstd_compress_sequences.c | 75 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_NCountCost() local 120 unsigned const tableLog = cstate.stateLog; in ZSTD_fseBitCost() local 270 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_buildCTable() local
|
H A D | huf_compress.c | 99 U32 tableLog = MAX_FSE_TABLELOG_FOR_HUFF_HEADER; in HUF_compressWeights() local 225 U32 tableLog = 0; in HUF_readCTable() local 959 static size_t HUF_tightCompressBound(size_t srcSize, size_t tableLog) in HUF_tightCompressBound() 970 U32 const tableLog = (U32)CTable[0]; in HUF_compress1X_usingCTable_internal_body() local
|
/freebsd-src/sys/contrib/zstd/lib/common/ |
H A D | fse.h | 341 #define FSE_BUILD_CTABLE_WORKSPACE_SIZE_U32(maxSymbolValue, tableLog) (((maxSymbolValue + 2) + (1ul… argument 342 #define FSE_BUILD_CTABLE_WORKSPACE_SIZE(maxSymbolValue, tableLog) (sizeof(unsigned) * FSE_BUILD_CTA… argument 518 const U32 tableLog = MEM_read16(ptr); in FSE_initCState() local 571 MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 symbolValue, U32 accuracyLog) in FSE_bitCost() 592 U16 tableLog; member
|
H A D | fse_decompress.c | 60 FSE_DTable* FSE_createDTable (unsigned tableLog) in FSE_createDTable() 71 …Table* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void* workS… in FSE_buildDTable_internal() 176 …Table* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void* workS… in FSE_buildDTable_wksp() 327 unsigned tableLog; in FSE_decompress_wksp_body() local 389 …Table(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) { in FSE_buildDTable()
|
H A D | entropy_common.c | 315 { U32 const tableLog = BIT_highbit32(weightTotal) + 1; in HUF_readStats_body() local
|
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | fse.h | 492 const U32 tableLog = MEM_read16(ptr); in FSE_initCState() local 545 MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 symbolValue, U32 accuracyLog) in FSE_bitCost() 566 U16 tableLog; member
|
H A D | fse_decompress.c | 59 …dDTable(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildDTable() 248 unsigned tableLog; in FSE_decompress_wksp() local
|
H A D | entropy_common.c | 197 { U32 const tableLog = BIT_highbit32(weightTotal) + 1; in HUF_readStats() local
|
/freebsd-src/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 447 unsigned tableLog, void* wksp, size_t wkspSize) in ZSTD_buildFSETable_body() 567 unsigned tableLog, void* wksp, size_t wkspSize) in ZSTD_buildFSETable_body_default() 577 unsigned tableLog, void* wksp, size_t wkspSize) in ZSTD_buildFSETable_body_bmi2() 587 unsigned tableLog, void* wksp, size_t wkspSize, int bmi2) in ZSTD_buildFSETable() 638 { unsigned tableLog; in ZSTD_buildSeqTable() local 1959 U32 const tableLog = ((const ZSTD_seqSymbol_header*)ptr)[0].tableLog; local
|
H A D | huf_decompress.c | 132 typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE reserved; } DTableDesc; member 303 static U32 HUF_rescaleStats(BYTE* huffWeight, U32* rankVal, U32 nbSymbols, U32 tableLog, U32 target… in HUF_rescaleStats() 344 U32 tableLog = 0; in HUF_readDTableX1_wksp_bmi2() local 879 U32 nbBits, U32 tableLog, in HUF_fillDTableX2ForWeight() 1056 U32 tableLog, maxW, nbSymbols; in HUF_readDTableX2_wksp_bmi2() local
|
H A D | zstd_decompress_internal.h | 64 U32 tableLog; member
|
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 371 unsigned tableLog) in ZSTD_buildFSETable() 465 { unsigned tableLog; in ZSTD_buildSeqTable() local 1328 U32 const tableLog = ((const ZSTD_seqSymbol_header*)ptr)[0].tableLog; in ZSTD_getLongOffsetsShare() local
|
H A D | huf_decompress.c | 101 typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE reserved; } DTableDesc; member 120 U32 tableLog = 0; in HUF_readDTableX1_wksp() local 555 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUF_readDTableX2_wksp() local
|
H A D | zstd_decompress_internal.h | 64 U32 tableLog; member
|
/freebsd-src/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v06.c | 1097 U16 tableLog; member 1447 FSEv06_DTable* FSEv06_createDTable (unsigned tableLog) in FSEv06_createDTable() 1458 …able(FSEv06_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSEv06_buildDTable() 1655 unsigned tableLog; in FSEv06_decompress() local 1902 { U32 const tableLog = BITv06_highbit32(weightTotal) + 1; in HUFv06_readStats() local 2008 U32 tableLog = 0; in HUFv06_readDTableX2() local 2335 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUFv06_readDTableX4() local 3207 { U32 tableLog; in ZSTDv06_buildSeqTable() local
|
H A D | zstd_v02.c | 700 U16 tableLog; member 1096 (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildDTable() 1426 unsigned tableLog; in FSE_decompress() local 1547 U32 tableLog; in HUF_readStats() local 1629 U32 tableLog = 0; in HUF_readDTableX2() local 1935 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUF_readDTableX4() local 2270 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUF_readDTableX6() local
|
H A D | zstd_v07.c | 861 U16 tableLog; member 1354 { U32 const tableLog = BITv07_highbit32(weightTotal) + 1; in HUFv07_readStats() local 1467 FSEv07_DTable* FSEv07_createDTable (unsigned tableLog) in FSEv07_createDTable() 1478 …able(FSEv07_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSEv07_buildDTable() 1675 unsigned tableLog; in FSEv07_decompress() local 1760 typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE reserved; } DTableDesc; member 1780 U32 tableLog = 0; in HUFv07_readDTableX2() local 2142 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUFv07_readDTableX4() local 3437 { U32 tableLog; in ZSTDv07_buildSeqTable() local
|
H A D | zstd_v03.c | 702 U16 tableLog; member 1097 (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildDTable() 1427 unsigned tableLog; in FSE_decompress() local 1544 U32 tableLog; in HUF_readStats() local 1626 U32 tableLog = 0; in HUF_readDTableX2() local 1932 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUF_readDTableX4() local
|
H A D | zstd_v05.c | 991 U16 tableLog; member 1198 FSEv05_DTable* FSEv05_createDTable (unsigned tableLog) in FSEv05_createDTable() 1209 …able(FSEv05_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSEv05_buildDTable() 1512 unsigned tableLog; in FSEv05_decompress() local 1799 U32 tableLog; in HUFv05_readStats() local 1873 U32 tableLog = 0; in HUFv05_readDTableX2() local 2205 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUFv05_readDTableX4() local
|
H A D | zstd_v04.c | 875 U16 tableLog; member 1073 …dDTable(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildDTable() 1409 unsigned tableLog; in FSE_decompress() local 1697 U32 tableLog; in HUF_readStats() local 1779 U32 tableLog = 0; in HUF_readDTableX2() local 2083 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUF_readDTableX4() local
|
H A D | zstd_v01.c | 391 U16 tableLog; member 396 (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildDTable() 903 unsigned tableLog; in FSE_decompress() local
|