Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_internal.h108 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.c1177 dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decompressBegin()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h130 const HUF_DTable* HUFptr; member
H A Dzstd_ddict.c78 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.c1465 dctx->HUFptr = dctx->entropy.hufTable; in ZSTD_decompressBegin()