Home
last modified time | relevance | path

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

/linux/lib/zstd/decompress/
H A Dzstd_decompress_internal.h132 const HUF_DTable* HUFptr; member
H A Dzstd_ddict.c76 dctx->HUFptr = ddict->entropy.hufTable; in ZSTD_copyDDictParameters()
H A Dzstd_decompress_block.c198 PREFETCH_AREA(dctx->HUFptr, sizeof(dctx->entropy.hufTable)); in ZSTD_decodeLiteralsBlock()
205 dctx->HUFptr, flags); in ZSTD_decodeLiteralsBlock()
210 dctx->HUFptr, flags); in ZSTD_decodeLiteralsBlock()
247 if (litEncType==set_compressed) dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decodeLiteralsBlock()
H A Dzstd_decompress.c1507 dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decompressBegin()