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

/linux-master/lib/zstd/decompress/
H A Dzstd_decompress_internal.h130 const HUF_DTable* HUFptr; member in struct:ZSTD_DCtx_s
H A Dzstd_ddict.c75 dctx->HUFptr = ddict->entropy.hufTable;
H A Dzstd_decompress_block.c174 PREFETCH_AREA(dctx->HUFptr, sizeof(dctx->entropy.hufTable));
181 dctx->HUFptr, ZSTD_DCtx_get_bmi2(dctx));
185 dctx->HUFptr, ZSTD_DCtx_get_bmi2(dctx));
220 if (litEncType==set_compressed) dctx->HUFptr = dctx->entropy.hufTable;
H A Dzstd_decompress.c1415 dctx->HUFptr = dctx->entropy.hufTable;

Completed in 207 milliseconds