Searched defs:CPU (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp120 // a byte for specifying the CPU architecture (CPU_Arch_ARM_*)
494 * Combine the main and secondary CPU arch value
516 * Given a CPU arch X and a CPU arch Y in which Y is newer than X, the value in
517 * cpu_compatibility_table[X][Y] is the CPU arch required to run ISA both from X
521 #define CPU(C) ARMELFAttributeData::CPU_Arch_ARM_ ## C macro
522 static const int cpu_compatibility_table[][CPU(V4T_Plus_V6_M) + 1] =
525 /* Pre v4 */ { CPU(V6T2), CPU(V6K), CPU(V
567 #undef CPU macro
[all...]
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java236 CPU, enum constant in enum:TestService.BackgroundMode
474 super("CPU", "Consume CPU");

Completed in 120 milliseconds