/ndk/tests/device/test-cpufeatures/jni/ |
test_android_setCpuArm_1.c | 18 uint32_t id, cpu_id = 0x436723ee; local 24 printf("Setting cpu_count=%d, features=%08llx cpu_id=%08x\n", 25 cpu_count, cpu_features, cpu_id); 27 if (!android_setCpuArm(cpu_count, cpu_features, cpu_id)) 34 printf("Retrieved cpu_count=%d, features=%08llx cpu_id=%08x\n", 43 if (id != cpu_id) 48 if (android_setCpuArm(cpu_count, cpu_features, cpu_id))
|
test_cpufeatures.c | 110 uint32_t cpu_id = android_getCpuIdArm(); local 111 printf( "ARM CpuID: %08x\n", cpu_id); 112 printf( " implementer: %02x\n", (cpu_id >> 24) & 0xff); 113 printf( " variant : %02x\n", (cpu_id >> 20) & 0x0f); 114 printf( " part : %03x\n", (cpu_id >> 4) & 0xfff); 115 printf( " revision : %x\n", cpu_id & 0x0f);
|
test_arm_idiv.c | 64 uint32_t cpu_id = android_getCpuIdArm(); local 66 cpu_id);
|
/external/autotest/client/tests/kvm/tests/ |
cpu_hotplug.py | 79 cpu_id = cpu_regexp.findall(online_file)[0] 80 error.context("changing online status for CPU %s" % cpu_id) 86 cpu_id) 89 error.context("Bringing CPU %s online" % cpu_id)
|
/external/skia/platform_tools/android/third_party/cpufeatures/ |
cpu-features.h | 300 uint32_t cpu_id);
|
cpu-features.c | [all...] |
/ndk/sources/android/cpufeatures/ |
cpu-features.h | 313 uint32_t cpu_id);
|
cpu-features.c | [all...] |
/external/autotest/client/cros/ |
power_rapl.py | 130 def _rdmsr(self, msr, cpu_id=0): 137 cpu_id: Integer, number of CPU to read MSR for. Default 0. 142 (cpu_id, msr)), 0)
|
power_utils.py | 593 for cpu_id in xrange(0, max(utils.count_cpus(), 1)): 594 self._cpu_id = cpu_id
|
/external/libyuv/files/ |
Android.mk | 19 source/cpu_id.cc \
|
winarm.mk | 22 source/cpu_id.o\
|
linux.mk | 26 source/cpu_id.o \
|
/external/google-benchmark/src/ |
sysinfo.cc | 185 const long cpu_id = strtol(id_str + 1, &err, 10); local 186 if (id_str[1] != '\0' && *err == '\0' && max_cpu_id < cpu_id) 187 max_cpu_id = cpu_id;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
examples.mk | 12 third_party/libyuv/include/libyuv/cpu_id.h \ 16 third_party/libyuv/source/cpu_id.c
|
/external/libvpx/libvpx/ |
examples.mk | 15 third_party/libyuv/include/libyuv/cpu_id.h \ 21 third_party/libyuv/source/cpu_id.cc \
|