Searched refs:linkp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dsched-deps.c368 rtx *linkp;
370 for (linkp = &LOG_LINKS (insn); *linkp; linkp = &XEXP (*linkp, 1))
372 rtx link = *linkp;
490 *changed_linkpp = linkp;
1895 adjust_add_sorted_back_dep (rtx insn, rtx link, rtx *linkp)
1914 while (*linkp && !(DEP_STATUS (*linkp)
362 rtx *linkp; local
1885 adjust_add_sorted_back_dep(rtx insn, rtx link, rtx *linkp) argument
1915 adjust_back_add_forw_dep(rtx insn, rtx *linkp) argument
2008 rtx *linkp; local
[all...]
/freebsd-10-stable/usr.bin/gcore/
H A Delfcore.c499 vm_map_entry_t ent, *linkp, map; local
508 linkp = ↦
538 *linkp = ent;
539 linkp = &ent->next;

Completed in 49 milliseconds