Home
last modified time | relevance | path

Searched refs:HUFptr (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress_internal.h130 const HUF_DTable* HUFptr; member
H A Dzstd_ddict.c75 dctx->HUFptr = ddict->entropy.hufTable; in ZSTD_copyDDictParameters()
H A Dzstd_decompress_block.c174 PREFETCH_AREA(dctx->HUFptr, sizeof(dctx->entropy.hufTable)); in ZSTD_decodeLiteralsBlock()
181 dctx->HUFptr, ZSTD_DCtx_get_bmi2(dctx)); in ZSTD_decodeLiteralsBlock()
185 dctx->HUFptr, ZSTD_DCtx_get_bmi2(dctx)); in ZSTD_decodeLiteralsBlock()
220 if (litEncType==set_compressed) dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decodeLiteralsBlock()
H A Dzstd_decompress.c1415 dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decompressBegin()
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c81 const HUF_DTable *HUFptr; member
122 dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decompressBegin()
484 ? (singleStream ? HUF_decompress1X_usingDTable(dctx->litBuffer, litSize, istart + lhSize, litCSize, dctx->HUFptr) in ZSTD_decodeLiteralsBlock()
485 : HUF_decompress4X_usingDTable(dctx->litBuffer, litSize, istart + lhSize, litCSize, dctx->HUFptr)) in ZSTD_decodeLiteralsBlock()
497 dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decodeLiteralsBlock()
2010 dstDCtx->HUFptr = ddict->entropy.hufTable; in ZSTD_refDDict()

Completed in 13 milliseconds