Home
last modified time | relevance | path

Searched refs:cpu_vendor (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/x86/
Dcommon_x86.c235 char cpu_vendor[13]; in _mesa_get_x86_features() local
239 …_mesa_x86_cpuid(0, &result, (GLuint *)(cpu_vendor + 0), (GLuint *)(cpu_vendor + 8), (GLuint *)(cpu… in _mesa_get_x86_features()
240 cpu_vendor[12] = '\0'; in _mesa_get_x86_features()
243 _mesa_debug(NULL, "CPU vendor: %s\n", cpu_vendor); in _mesa_get_x86_features()
/external/google-breakpad/src/processor/
Dminidump_processor.cc477 const string *cpu_vendor = system_info->GetCPUVendor(); in GetCPUInfo() local
478 if (cpu_vendor) { in GetCPUInfo()
479 info->cpu_info = *cpu_vendor; in GetCPUInfo()
Dminidump.cc3379 const string* cpu_vendor = GetCPUVendor(); in Print() local
3380 if (cpu_vendor) { in Print()
3382 cpu_vendor->c_str()); in Print()
/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out692 (cpu_vendor) = "GenuineIntel"