Home
last modified time | relevance | path

Searched refs:has_x86 (Results 1 – 4 of 4) sorted by relevance

/external/libyuv/files/util/
Dcpuid.c24 int has_x86 = TestCpuFlag(kCpuHasX86); in main() local
30 if (has_x86) { in main()
66 printf("Has X86 %x\n", has_x86); in main()
77 if (has_x86) { in main()
/external/libyuv/files/unit_test/
Dcpu_test.cc30 int has_x86 = TestCpuFlag(kCpuHasX86); in TEST_F() local
47 printf("Has X86 %d\n", has_x86); in TEST_F()
101 int has_x86 = TestCpuFlag(kCpuHasX86); in TEST_F() local
102 if (has_x86) { in TEST_F()
Dmath_test.cc103 int has_x86 = TestCpuFlag(kCpuHasX86); in TEST_F() local
105 if (has_x86) { in TEST_F()
137 int has_x86 = TestCpuFlag(kCpuHasX86); in TEST_F() local
139 if (has_x86) { in TEST_F()
/external/webrtc/talk/media/base/
Dcpuid_unittest.cc54 bool has_x86 = cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::kCpuHasX86); in TEST() local
55 EXPECT_FALSE(has_arm && has_x86); in TEST()