Home
last modified time | relevance | path

Searched refs:cpu_flags (Results 1 – 10 of 10) sorted by relevance

/external/libyuv/files/unit_test/
Dunit_test.cc79 const char* cpu_flags = getenv("LIBYUV_FLAGS"); in LibYUVConvertTest() local
80 if (cpu_flags) { in LibYUVConvertTest()
81 disable_cpu_flags_ = atoi(cpu_flags); // NOLINT in LibYUVConvertTest()
88 benchmark_cpu_info_ = atoi(cpu_flags); // NOLINT in LibYUVConvertTest()
138 const char* cpu_flags = getenv("LIBYUV_FLAGS"); in LibYUVColorTest() local
139 if (cpu_flags) { in LibYUVColorTest()
140 disable_cpu_flags_ = atoi(cpu_flags); // NOLINT in LibYUVColorTest()
147 benchmark_cpu_info_ = atoi(cpu_flags); // NOLINT in LibYUVColorTest()
197 const char* cpu_flags = getenv("LIBYUV_FLAGS"); in LibYUVScaleTest() local
198 if (cpu_flags) { in LibYUVScaleTest()
[all …]
Dcpu_test.cc22 int cpu_flags = TestCpuFlag(-1); in TEST_F() local
23 printf("Cpu Flags %x\n", cpu_flags); in TEST_F()
/external/v8/src/base/
Dcpu.cc566 uint32_t cpu_flags = SYSPAGE_ENTRY(cpuinfo)->flags; in CPU() local
567 if (cpu_flags & ARM_CPU_FLAG_V7) { in CPU()
570 } else if (cpu_flags & ARM_CPU_FLAG_V6) { in CPU()
576 has_fpu_ = (cpu_flags & CPU_FLAG_FPU) != 0; in CPU()
578 if (cpu_flags & ARM_CPU_FLAG_NEON) { in CPU()
582 has_vfp3_d32_ = (cpu_flags & ARM_CPU_FLAG_VFP_D32) != 0; in CPU()
585 has_idiva_ = (cpu_flags & ARM_CPU_FLAG_IDIV) != 0; in CPU()
/external/libyuv/files/util/
Dcpuid.c21 int cpu_flags = TestCpuFlag(-1); in main() local
60 printf("Cpu Flags %x\n", cpu_flags); in main()
/external/syslinux/com32/modules/
Ddmi_utils.c67 if (((bool *) (&dmi->processor.cpu_flags))[i] == true) { in display_processor_flags()
/external/syslinux/com32/gplinclude/dmi/
Ddmi_processor.h103 s_dmi_cpu_flags cpu_flags; member
/external/syslinux/com32/hdt/
Dhdt-dump-dmi.c213 if (((bool *) (&hardware->dmi.processor.cpu_flags))[i] == true) { in dump_processor()
Dhdt-cli-dmi.c362 if (((bool *) (&hardware->dmi.processor.cpu_flags))[i] == true) { in show_dmi_cpu()
/external/syslinux/com32/lua/src/
Ddmi.c285 (bool *)(&processor->cpu_flags)); in get_processor_table()
/external/syslinux/com32/gpllib/dmi/
Ddmi.c448 ((bool *) (&dmi->processor.cpu_flags))[i] = true; in dmi_processor_id()