Home
last modified time | relevance | path

Searched refs:cpu_type (Results 1 - 10 of 10) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A 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()
H A Dcpu-orc.c32 if ((cpu_info.cpu_type == PA_CPU_X86) && (cpu_info.flags.x86 & x86_want_flags)) { in pa_cpu_init_orc()
H A Dcpu.h35 pa_cpu_type_t cpu_type; member
/third_party/pulseaudio/src/modules/echo-cancel/
H A 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()
H A Dmodule-echo-cancel.c2257 u.core->cpu_info.cpu_type = PA_CPU_X86; in main()
/third_party/pulseaudio/src/tests/
H A 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/
H A DHost.cpp1183 if (hostInfo.cpu_type != CPU_TYPE_POWERPC) in getHostCPUName()
1249 if (hostInfo.cpu_type != CPU_TYPE_ARM) { in getHostCPUName()
/third_party/skia/third_party/skcms/
H A Dskcms.cc2463 static CpuType cpu_type() {
2940 switch (cpu_type()) {
2947 switch (cpu_type()) {
/third_party/ffmpeg/libavfilter/
H A 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/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs1159 pub cpu_type: cpu_type_t,
1946 self.cpu_type == other.cpu_type in eq()
1957 .field("cpu_type", &self.cpu_type) in fmt()
1967 self.cpu_type.hash(state); in hash()

Completed in 34 milliseconds