Searched refs:cpu_vendor (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/x86/
H A Dcommon_x86.c229 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/google-breakpad/src/processor/
H A Dminidump_processor.cc477 const string *cpu_vendor = system_info->GetCPUVendor(); local
478 if (cpu_vendor) {
479 info->cpu_info = *cpu_vendor;
H A Dminidump.cc3379 const string* cpu_vendor = GetCPUVendor(); local
3380 if (cpu_vendor) {
3381 printf(" (cpu_vendor) = \"%s\"\n",
3382 cpu_vendor->c_str());
3384 printf(" (cpu_vendor) = (null)\n");

Completed in 127 milliseconds