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

  /src/external/apache2/llvm/dist/llvm/utils/
schedcover.py 13 models = set() variable
17 global table, models
21 models.add(model)
32 global table, models
36 models.discard("default")
37 models.discard("itinerary")
41 ordered_models.extend(sorted(models))
  /src/sys/arch/powerpc/ibm4xx/
cpu.c 61 static const struct cputab models[] = { variable in typeref:struct:cputab
286 for (cp = models; cp->name != NULL; cp++) {
322 const struct cputab *cp = models;
325 for (cp = models; cp->name != NULL; cp++) {
  /src/external/gpl3/gdb/dist/sim/common/
sim-model.h 94 /* Pointer to null-entry terminated table of models of this mach.
96 const struct model *models; member in struct:__anon19220
97 #define MACH_MODELS(m) ((m)->models)
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-model.h 94 /* Pointer to null-entry terminated table of models of this mach.
96 const struct model *models; member in struct:__anon21959
97 #define MACH_MODELS(m) ((m)->models)
  /src/sys/arch/powerpc/oea/
cpu_subr.c 235 static const struct cputab models[] = { variable in typeref:struct:cputab
986 for (cp = models; cp->name[0] != '\0'; cp++) {
  /src/external/gpl3/gdb/dist/sim/ppc/
ld-insn.c 41 model *models; variable
255 models = new_model;
320 for(model_ptr = models; model_ptr; model_ptr = model_ptr->next) {
385 ":" <filter-models>
  /src/external/gpl3/gdb.old/dist/sim/ppc/
ld-insn.c 41 model *models; variable
255 models = new_model;
320 for(model_ptr = models; model_ptr; model_ptr = model_ptr->next) {
385 ":" <filter-models>
  /src/external/gpl3/gdb/dist/sim/igen/
ld-insn.h 35 ":" <filter-models>
56 ":" <filter-models>
79 ":" <filter-models>
120 ":" <filter-models>
146 NB: <filter-models> and <function-models> are equivalent.
172 ":" <filter-models>
212 filter *models; member in struct:_function_entry
236 ":" <filter-models>
287 filter *models; member in struct:_cache_entry
387 model_entry *models; member in struct:_model_table
645 insn_model_entry *models; member in struct:_insn_entry
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/igen/
ld-insn.h 35 ":" <filter-models>
56 ":" <filter-models>
79 ":" <filter-models>
120 ":" <filter-models>
146 NB: <filter-models> and <function-models> are equivalent.
172 ":" <filter-models>
212 filter *models; member in struct:_function_entry
236 ":" <filter-models>
287 filter *models; member in struct:_cache_entry
387 model_entry *models; member in struct:_model_table
645 insn_model_entry *models; member in struct:_insn_entry
    [all...]
  /src/external/mit/libuv/dist/src/unix/
linux.c 1775 * of different CPU models. Most systems will just have one.
1777 char models[8][64]; local
1781 memset(models, 0, sizeof(models));
1782 snprintf(*models, sizeof(*models), "unknown");
1860 for (model = models; !found && model < ARRAY_END(models); model++)
1870 (*cpus)[cpu].model = model - models;
1902 size = n * sizeof(**ci) + sizeof(models);
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Dbe.cc 2806 Vector<char*>* models = dbeGetCPUVerMachineModel (dbevindex); local
2808 if (models->size () > 0)
2810 machineModel = models->get (0);
2811 for (int i = 1; i < models->size (); i++)
2813 if (strncmp (models->get (i), machineModel, strlen (machineModel)) == 0)
2821 delete models;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.cc 2806 Vector<char*>* models = dbeGetCPUVerMachineModel (dbevindex); local
2808 if (models->size () > 0)
2810 machineModel = models->get (0);
2811 for (int i = 1; i < models->size (); i++)
2813 if (strncmp (models->get (i), machineModel, strlen (machineModel)) == 0)
2821 delete models;

Completed in 48 milliseconds