HomeSort by relevance Sort by last modified time
    Searched refs:cpu_vendor (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/x86/
common_x86.c 229 char cpu_vendor[13]; local
233 _mesa_x86_cpuid(0, &result, (GLuint *)(cpu_vendor + 0), (GLuint *)(cpu_vendor + 8), (GLuint *)(cpu_vendor + 4));
234 cpu_vendor[12] = '\0';
237 _mesa_debug(NULL, "CPU vendor: %s\n", cpu_vendor);
  /external/autotest/client/virt/
kvm_installer.py 100 self.cpu_vendor = virt_utils.get_cpu_vendor()
181 yield 'kvm-%s' % (self.cpu_vendor)
  /external/google-breakpad/src/processor/
minidump_processor.cc 477 const string *cpu_vendor = system_info->GetCPUVendor(); local
478 if (cpu_vendor) {
479 info->cpu_info = *cpu_vendor;
    [all...]
minidump.cc 3379 const string* cpu_vendor = GetCPUVendor(); local
    [all...]

Completed in 270 milliseconds