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

  /src/external/gpl3/gdb.old/dist/gdb/
go32-nat.c 1145 unsigned brand_idx; local
1163 brand_idx = cpuid_ebx & 0xff;
1169 if (brand_idx > 0
1170 && brand_idx < sizeof(brand_name)/sizeof(brand_name[0])
1171 && *brand_name[brand_idx])
1172 strcpy (cpu_brand, brand_name[brand_idx]);
  /src/external/gpl3/gdb/dist/gdb/
go32-nat.c 1145 unsigned brand_idx; local
1163 brand_idx = cpuid_ebx & 0xff;
1169 if (brand_idx > 0
1170 && brand_idx < sizeof(brand_name)/sizeof(brand_name[0])
1171 && *brand_name[brand_idx])
1172 strcpy (cpu_brand, brand_name[brand_idx]);

Completed in 51 milliseconds