Home
last modified time | relevance | path

Searched refs:ZSTD_DCtx_get_bmi2 (Results 1 – 3 of 3) sorted by relevance

/external/zstd/lib/decompress/
Dzstd_decompress_block.c181 dctx->HUFptr, ZSTD_DCtx_get_bmi2(dctx)); in ZSTD_decodeLiteralsBlock()
185 dctx->HUFptr, ZSTD_DCtx_get_bmi2(dctx)); in ZSTD_decodeLiteralsBlock()
198 sizeof(dctx->workspace), ZSTD_DCtx_get_bmi2(dctx)); in ZSTD_decodeLiteralsBlock()
204 sizeof(dctx->workspace), ZSTD_DCtx_get_bmi2(dctx)); in ZSTD_decodeLiteralsBlock()
699 ZSTD_DCtx_get_bmi2(dctx)); in ZSTD_decodeSeqHeaders()
711 ZSTD_DCtx_get_bmi2(dctx)); in ZSTD_decodeSeqHeaders()
723 ZSTD_DCtx_get_bmi2(dctx)); in ZSTD_decodeSeqHeaders()
1901 if (ZSTD_DCtx_get_bmi2(dctx)) {
1915 if (ZSTD_DCtx_get_bmi2(dctx)) {
1939 if (ZSTD_DCtx_get_bmi2(dctx)) {
Dzstd_decompress_internal.h209 MEM_STATIC int ZSTD_DCtx_get_bmi2(const struct ZSTD_DCtx_s *dctx) { in ZSTD_DCtx_get_bmi2() function
/external/zstd/tests/
Dfullbench.c202 ZSTD_DCtx_get_bmi2(dctx)); in ZSTD_decodeLiteralsHeader()