Home
last modified time | relevance | path

Searched refs:HUFptr (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/lib/zstd/decompress/
Dzstd_decompress_internal.h114 const HUF_DTable* HUFptr; member
Dzstd_ddict.c75 dctx->HUFptr = ddict->entropy.hufTable; in ZSTD_copyDDictParameters()
Dzstd_decompress_block.c129 PREFETCH_AREA(dctx->HUFptr, sizeof(dctx->entropy.hufTable)); in ZSTD_decodeLiteralsBlock()
136 dctx->HUFptr, dctx->bmi2); in ZSTD_decodeLiteralsBlock()
140 dctx->HUFptr, dctx->bmi2); in ZSTD_decodeLiteralsBlock()
168 if (litEncType==set_compressed) dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decodeLiteralsBlock()
Dzstd_decompress.c1350 dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decompressBegin()