Home
last modified time | relevance | path

Searched refs:cpu_type (Results 1 – 12 of 12) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dcpu.c25 cpu_info->cpu_type = PA_CPU_UNDEFINED; in pa_cpu_init()
30 cpu_info->cpu_type = PA_CPU_X86; in pa_cpu_init()
32 cpu_info->cpu_type = PA_CPU_ARM; in pa_cpu_init()
Dcpu-orc.c32 if ((cpu_info.cpu_type == PA_CPU_X86) && (cpu_info.flags.x86 & x86_want_flags)) { in pa_cpu_init_orc()
Dcpu.h35 pa_cpu_type_t cpu_type; member
/third_party/node/deps/v8/bazel/config/
Dv8-target-cpu.bzl18 cpu_type = ctx.build_setting_value
19 if cpu_type in allowed_values:
20 return V8CpuTypeInfo(value = cpu_type)
23 cpu_type + "'. Allowed values are " + str(allowed_values))
/third_party/pulseaudio/src/modules/echo-cancel/
Dadrian.c86 if (c->cpu_info.cpu_type == PA_CPU_X86 && (c->cpu_info.flags.x86 & PA_CPU_X86_SSE)) in pa_adrian_ec_init()
Dmodule-echo-cancel.c2257 u.core->cpu_info.cpu_type = PA_CPU_X86; in main()
/third_party/pulseaudio/src/tests/
Dcpu-volume-test.c195 cpu_info.cpu_type = PA_CPU_X86; in START_TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHost.cpp1183 if (hostInfo.cpu_type != CPU_TYPE_POWERPC) in getHostCPUName()
1249 if (hostInfo.cpu_type != CPU_TYPE_ARM) { in getHostCPUName()
/third_party/ffmpeg/libavfilter/
Dvf_zscale.c840 s->params.cpu_type = ZIMG_CPU_AUTO_64B; in filter_frame()
854 s->alpha_params.cpu_type = ZIMG_CPU_AUTO_64B; in filter_frame()
/third_party/skia/third_party/skcms/
Dskcms.cc2463 static CpuType cpu_type() { in cpu_type() function
2940 switch (cpu_type()) { in skcms_TransformWithPalette()
2947 switch (cpu_type()) { in skcms_TransformWithPalette()
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs1159 pub cpu_type: cpu_type_t,
1946 self.cpu_type == other.cpu_type
1957 .field("cpu_type", &self.cpu_type)
1967 self.cpu_type.hash(state);
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h17385 u8 cpu_type; member