Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h107 const HUF_DTable* HUFptr; member
H A Dzstd_ddict.c78 dctx->HUFptr = ddict->entropy.hufTable; in ZSTD_copyDDictParameters()
H A 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()
H A Dzstd_decompress.c1195 dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decompressBegin()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c22731 const HUF_DTable* HUFptr; member
24278 dctx->HUFptr = ddict->entropy.hufTable; in ZSTD_copyDDictParameters()
25683 dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decompressBegin()
26522 PREFETCH_AREA(dctx->HUFptr, sizeof(dctx->entropy.hufTable)); in ZSTD_decodeLiteralsBlock()
26529 dctx->HUFptr, dctx->bmi2); in ZSTD_decodeLiteralsBlock()
26533 dctx->HUFptr, dctx->bmi2); in ZSTD_decodeLiteralsBlock()
26561 if (litEncType==set_compressed) dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decodeLiteralsBlock()