| /src/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_ddict.c | 78 dctx->HUFptr = ddict->entropy.hufTable; in ZSTD_copyDDictParameters() 137 …ddict->entropy.hufTable[0] = (HUF_DTable)((HufLog)*0x1000001); /* cover both little and big endia… in ZSTD_initDDict_internal()
|
| H A D | zstd_decompress_internal.h | 83 HUF_DTable hufTable[HUF_DTABLE_SIZE(HufLog)]; /* can accommodate HUF_decompress4X */ member
|
| H A D | zstd_decompress_block.c | 174 PREFETCH_AREA(dctx->HUFptr, sizeof(dctx->entropy.hufTable)); in ZSTD_decodeLiteralsBlock() 191 dctx->entropy.hufTable, dctx->litBuffer, litSize, in ZSTD_decodeLiteralsBlock() 196 dctx->entropy.hufTable, dctx->litBuffer, litSize, in ZSTD_decodeLiteralsBlock() 202 dctx->entropy.hufTable, dctx->litBuffer, litSize, in ZSTD_decodeLiteralsBlock() 220 if (litEncType==set_compressed) dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decodeLiteralsBlock()
|
| H A D | zstd_decompress.c | 1351 size_t const hSize = HUF_readDTableX1_wksp(entropy->hufTable, in ZSTD_loadDEntropy() 1355 size_t const hSize = HUF_readDTableX2_wksp(entropy->hufTable, in ZSTD_loadDEntropy() 1456 …dctx->entropy.hufTable[0] = (HUF_DTable)((HufLog)*0x1000001); /* cover both little and big endian… in ZSTD_decompressBegin() 1465 dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decompressBegin()
|
| /src/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | zstd_ddict.c | 79 dctx->HUFptr = ddict->entropy.hufTable; in ZSTD_copyDDictParameters() 138 …ddict->entropy.hufTable[0] = (HUF_DTable)((ZSTD_HUFFDTABLE_CAPACITY_LOG)*0x1000001); /* cover bot… in ZSTD_initDDict_internal()
|
| H A D | zstd_decompress_internal.h | 85 …HUF_DTable hufTable[HUF_DTABLE_SIZE(ZSTD_HUFFDTABLE_CAPACITY_LOG)]; /* can accommodate HUF_decomp… member
|
| H A D | zstd_decompress_block.c | 198 PREFETCH_AREA(dctx->HUFptr, sizeof(dctx->entropy.hufTable)); in ZSTD_decodeLiteralsBlock() 216 dctx->entropy.hufTable, dctx->litBuffer, litSize, in ZSTD_decodeLiteralsBlock() 221 dctx->entropy.hufTable, dctx->litBuffer, litSize, in ZSTD_decodeLiteralsBlock() 227 dctx->entropy.hufTable, dctx->litBuffer, litSize, in ZSTD_decodeLiteralsBlock() 247 if (litEncType==set_compressed) dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decodeLiteralsBlock()
|
| H A D | zstd_decompress.c | 1470 size_t const hSize = HUF_readDTableX1_wksp(entropy->hufTable, in ZSTD_loadDEntropy() 1474 size_t const hSize = HUF_readDTableX2_wksp(entropy->hufTable, in ZSTD_loadDEntropy() 1575 …dctx->entropy.hufTable[0] = (HUF_DTable)((ZSTD_HUFFDTABLE_CAPACITY_LOG)*0x1000001); /* cover both… in ZSTD_decompressBegin() 1585 dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decompressBegin()
|
| /src/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | huf.h | 156 HUF_CElt* hufTable, HUF_repeat* repeat, int flags); 255 HUF_CElt* hufTable, HUF_repeat* repeat, int flags);
|
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_superblock.c | 41 static size_t ZSTD_compressSubBlock_literal(const HUF_CElt* hufTable, in ZSTD_compressSubBlock_literal() argument 80 … size_t cSize = singleStream ? HUF_compress1X_usingCTable(op, oend-op, literals, litSize, hufTable) in ZSTD_compressSubBlock_literal() 81 … : HUF_compress4X_usingCTable(op, oend-op, literals, litSize, hufTable); in ZSTD_compressSubBlock_literal()
|
| H A D | huf_compress.c | 1300 HUF_CElt* hufTable, HUF_repeat* repeat, int preferRepeat, in HUF_compress1X_repeat() argument 1305 workSpace, wkspSize, hufTable, in HUF_compress1X_repeat() 1331 …HUF_CElt* hufTable, HUF_repeat* repeat, int preferRepeat, int bmi2, unsigned suspectUncompressible) in HUF_compress4X_repeat() argument 1336 hufTable, repeat, preferRepeat, bmi2, suspectUncompressible); in HUF_compress4X_repeat()
|
| /src/sys/contrib/zstd/lib/common/ |
| H A D | huf.h | 212 …HUF_CElt* hufTable, HUF_repeat* repeat, int preferRepeat, int bmi2, unsigned suspectUncompressible… 318 …HUF_CElt* hufTable, HUF_repeat* repeat, int preferRepeat, int bmi2, unsigned suspectUncompressible…
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress_superblock.c | 43 ZSTD_compressSubBlock_literal(const HUF_CElt* hufTable, in ZSTD_compressSubBlock_literal() argument 80 …ingleStream ? HUF_compress1X_usingCTable(op, (size_t)(oend-op), literals, litSize, hufTable, flags) in ZSTD_compressSubBlock_literal() 81 … : HUF_compress4X_usingCTable(op, (size_t)(oend-op), literals, litSize, hufTable, flags); in ZSTD_compressSubBlock_literal()
|
| H A D | huf_compress.c | 1441 HUF_CElt* hufTable, HUF_repeat* repeat, int flags) in HUF_compress1X_repeat() argument 1446 workSpace, wkspSize, hufTable, in HUF_compress1X_repeat() 1458 HUF_CElt* hufTable, HUF_repeat* repeat, int flags) in HUF_compress4X_repeat() argument 1464 hufTable, repeat, flags); in HUF_compress4X_repeat()
|
| /src/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 739 HUF_CREATE_STATIC_CTABLE(hufTable, 255); in ZDICT_analyzeEntropy() 797 { size_t maxNbBits = HUF_buildCTable (hufTable, countLit, 255, huffLog); in ZDICT_analyzeEntropy() 806 maxNbBits = HUF_buildCTable (hufTable, countLit, 255, huffLog); in ZDICT_analyzeEntropy() 847 { size_t const hhSize = HUF_writeCTable(dstPtr, maxDstSize, hufTable, 255, huffLog); in ZDICT_analyzeEntropy()
|
| /src/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v07.c | 2934 HUFv07_DTable hufTable[HUFv07_DTABLE_SIZE(HufLog)]; /* can accommodate HUFv07_decompress4X */ member 2970 dctx->hufTable[0] = (HUFv07_DTable)((HufLog)*0x1000001); in ZSTDv07_decompressBegin() 3323 … HUFv07_decompress1X2_DCtx(dctx->hufTable, dctx->litBuffer, litSize, istart+lhSize, litCSize) : in ZSTDv07_decodeLiteralsBlock() 3324 … HUFv07_decompress4X_hufOnly (dctx->hufTable, dctx->litBuffer, litSize, istart+lhSize, litCSize) )) in ZSTDv07_decodeLiteralsBlock() 3347 …UFv07_decompress1X4_usingDTable(dctx->litBuffer, litSize, istart+lhSize, litCSize, dctx->hufTable); in ZSTDv07_decodeLiteralsBlock() 4098 { size_t const hSize = HUFv07_readDTableX4(dctx->hufTable, dict, dictSize); in ZSTDv07_loadEntropy()
|