OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_mips
(Results
1 - 2
of
2
) sorted by null
/external/libyuv/files/util/
cpuid.c
23
int
has_mips
= TestCpuFlag(kCpuHasMIPS);
local
62
printf("Has MIPS %x\n",
has_mips
);
68
if (
has_mips
) {
/external/libyuv/files/unit_test/
cpu_test.cc
48
int
has_mips
= TestCpuFlag(kCpuHasMIPS);
local
49
printf("Has MIPS %x\n",
has_mips
);
Completed in 636 milliseconds