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

  /src/external/gpl3/gcc/dist/gcc/config/sparc/
driver-sparc.cc 27 static const struct cpu_names { struct
30 } cpu_names[] = { variable in typeref:struct:cpu_names
142 for (i = 0; cpu_names[i].name != NULL; i++)
143 if (strcmp (buf, cpu_names[i].name) == 0)
144 cpu = cpu_names[i].cpu;
153 for (i = 0; cpu_names [i].name; i++)
154 if (strstr (buf, cpu_names [i].name) != NULL)
156 cpu = cpu_names [i].cpu;
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
driver-sparc.cc 27 static const struct cpu_names { struct
30 } cpu_names[] = { variable in typeref:struct:cpu_names
142 for (i = 0; cpu_names[i].name != NULL; i++)
143 if (strcmp (buf, cpu_names[i].name) == 0)
144 cpu = cpu_names[i].cpu;
153 for (i = 0; cpu_names [i].name; i++)
154 if (strstr (buf, cpu_names [i].name) != NULL)
156 cpu = cpu_names [i].cpu;

Completed in 48 milliseconds