Home
last modified time | relevance | path

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

/external/zstd/tests/fuzz/
Dhuf_decompress.c33 int const bmi2 = ZSTD_cpuid_bmi2(ZSTD_cpuid()) && FUZZ_dataProducer_int32Range(producer, 0, 1); in LLVMFuzzerTestOneInput()
Dhuf_round_trip.c48 int const bmi2 = ZSTD_cpuid_bmi2(ZSTD_cpuid()) && FUZZ_dataProducer_int32Range(producer, 0, 1); in LLVMFuzzerTestOneInput()
/external/zstd/lib/common/
Dcpu.h32 MEM_STATIC ZSTD_cpuid_t ZSTD_cpuid(void) { in ZSTD_cpuid() function
Dzstd_internal.h485 ZSTD_cpuid_t cpuid = ZSTD_cpuid(); in ZSTD_cpuSupportsBmi2()
/external/zstd/lib/compress/
Dzstd_compress.c141 cctx->bmi2 = ZSTD_cpuid_bmi2(ZSTD_cpuid()); in ZSTD_initStaticCCtx()