Home
last modified time | relevance | path

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

/linux/lib/zstd/decompress/
H A Dzstd_decompress_internal.h206 MEM_STATIC int ZSTD_DCtx_get_bmi2(const struct ZSTD_DCtx_s *dctx) { in ZSTD_DCtx_get_bmi2() function
H A Dzstd_decompress_block.c162 | (ZSTD_DCtx_get_bmi2(dctx) ? HUF_flags_bmi2 : 0) in ZSTD_decodeLiteralsBlock()
745 ZSTD_DCtx_get_bmi2(dctx)); in ZSTD_decodeSeqHeaders()
757 ZSTD_DCtx_get_bmi2(dctx)); in ZSTD_decodeSeqHeaders()
769 ZSTD_DCtx_get_bmi2(dctx)); in ZSTD_decodeSeqHeaders()
1947 if (ZSTD_DCtx_get_bmi2(dctx)) { in ZSTD_decompressSequences()
1960 if (ZSTD_DCtx_get_bmi2(dctx)) { in ZSTD_decompressSequencesSplitLitBuffer()
1983 if (ZSTD_DCtx_get_bmi2(dctx)) { in ZSTD_decompressSequencesLong()