Home | History | Annotate | Download | only in tests

Lines Matching defs:from

70    Adapted from function VG_(get_machine_model) in coregrind/m_machine.c */
206 model_info *host, *from, *to, *p;
252 from = to = NULL;
257 from = to = locate_model(cpu);
260 from = models;
265 from = locate_model(cpu);
271 from = locate_model(cpu);
276 if (from == NULL || to == NULL || from > to) {
282 printf("from %s (%s) to %s (%s)\n", from->cpuinfo_name, from->real_name,
287 for (p = from; p <= to; ++p) {