Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/decompress/
Dzstd_decompress_internal.h130 const HUF_DTable* HUFptr; member
Dzstd_ddict.c75 dctx->HUFptr = ddict->entropy.hufTable; in ZSTD_copyDDictParameters()
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()
Dzstd_decompress.c1415 dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decompressBegin()