HomeSort by relevance Sort by last modified time
    Searched defs:CpuId (Results 1 - 3 of 3) sorted by null

  /external/libyuv/files/source/
cpu_id.cc 29 // TODO(fbarchard): Use cpuid.h when gcc 4.4 is used on OSX and Linux.
34 "cpuid \n"
42 "cpuid \n"
53 // Low level cpuid for X86. Returns zeros on other CPUs.
57 void CpuId(int cpu_info[4], int info_type) {
62 void CpuId(int cpu_info[4], int) {
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
cpu_id.cc 46 // Low level cpuid for X86. Returns zeros on other CPUs.
51 void CpuId(uint32 info_eax, uint32 info_ecx, uint32* cpu_info) {
60 cpuid
79 "cpuid \n"
83 "cpuid \n"
115 void CpuId(uint32 eax, uint32 ecx, uint32* cpu_info) {
195 CpuId(0, 0, cpu_info0);
196 CpuId(1, 0, cpu_info1);
198 CpuId(7, 0, cpu_info7);
  /external/chromium_org/third_party/libyuv/source/
cpu_id.cc 45 // Low level cpuid for X86. Returns zeros on other CPUs.
50 void CpuId(uint32 info_eax, uint32 info_ecx, uint32* cpu_info) {
59 cpuid
78 "cpuid \n"
82 "cpuid \n"
114 void CpuId(uint32 eax, uint32 ecx, uint32* cpu_info) {
194 CpuId(0, 0, cpu_info0);
195 CpuId(1, 0, cpu_info1);
197 CpuId(7, 0, cpu_info7);

Completed in 254 milliseconds