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

  /src/external/gpl3/gcc/dist/libgomp/
oacc-profiling.c 291 struct goacc_prof_callback_entry *it, *it_p; local
293 it_p = NULL;
298 it_p = it;
323 if (it_p == NULL)
335 it_p->next = e;
429 struct goacc_prof_callback_entry *it, *it_p; local
431 it_p = NULL;
436 it_p = it;
453 if (it_p == NULL)
456 it_p->next = it->next
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-profiling.c 291 struct goacc_prof_callback_entry *it, *it_p; local
293 it_p = NULL;
298 it_p = it;
323 if (it_p == NULL)
335 it_p->next = e;
429 struct goacc_prof_callback_entry *it, *it_p; local
431 it_p = NULL;
436 it_p = it;
453 if (it_p == NULL)
456 it_p->next = it->next
    [all...]

Completed in 48 milliseconds