Searched refs:cpu_flags (Results 1 – 10 of 10) sorted by relevance
79 const char* cpu_flags = getenv("LIBYUV_FLAGS"); in LibYUVConvertTest() local80 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() local139 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() local198 if (cpu_flags) { in LibYUVScaleTest()[all …]
22 int cpu_flags = TestCpuFlag(-1); in TEST_F() local23 printf("Cpu Flags %x\n", cpu_flags); in TEST_F()
566 uint32_t cpu_flags = SYSPAGE_ENTRY(cpuinfo)->flags; in CPU() local567 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()
21 int cpu_flags = TestCpuFlag(-1); in main() local60 printf("Cpu Flags %x\n", cpu_flags); in main()
67 if (((bool *) (&dmi->processor.cpu_flags))[i] == true) { in display_processor_flags()
103 s_dmi_cpu_flags cpu_flags; member
213 if (((bool *) (&hardware->dmi.processor.cpu_flags))[i] == true) { in dump_processor()
362 if (((bool *) (&hardware->dmi.processor.cpu_flags))[i] == true) { in show_dmi_cpu()
285 (bool *)(&processor->cpu_flags)); in get_processor_table()
448 ((bool *) (&dmi->processor.cpu_flags))[i] = true; in dmi_processor_id()