HomeSort by: relevance | last modified time | path
    Searched defs:cpu_brand (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
util.c 578 WCHAR cpu_brand[256]; local
579 DWORD cpu_brand_size = sizeof(cpu_brand);
613 (BYTE*)&cpu_brand,
628 uv__convert_utf16_to_utf8(cpu_brand,
  /src/external/gpl3/gdb.old/dist/gdb/
go32-nat.c 1144 char cpu_brand[20]; local
1166 cpu_brand[0] = '\0';
1172 strcpy (cpu_brand, brand_name[brand_idx]);
1176 strcpy (cpu_brand, " MMX");
1178 strcpy (cpu_brand, " OverDrive");
1180 strcpy (cpu_brand, " Dual");
1187 strcpy (cpu_brand, " Pro");
1190 strcpy (cpu_brand, " II");
1193 strcpy (cpu_brand, " II Xeon");
1196 strcpy (cpu_brand, " Celeron")
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
go32-nat.c 1144 char cpu_brand[20]; local
1166 cpu_brand[0] = '\0';
1172 strcpy (cpu_brand, brand_name[brand_idx]);
1176 strcpy (cpu_brand, " MMX");
1178 strcpy (cpu_brand, " OverDrive");
1180 strcpy (cpu_brand, " Dual");
1187 strcpy (cpu_brand, " Pro");
1190 strcpy (cpu_brand, " II");
1193 strcpy (cpu_brand, " II Xeon");
1196 strcpy (cpu_brand, " Celeron")
    [all...]

Completed in 20 milliseconds