Home
last modified time | relevance | path

Searched refs:next_head (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/bin/pax/
Dar_subs.c57 static int next_head(ARCHD *);
102 while (next_head(arcn) == 0) { in list()
185 while (next_head(arcn) == 0) { in extract()
629 while (next_head(arcn) == 0) { in append()
974 next_head(ARCHD *arcn) in next_head() function
/freebsd-9-stable/contrib/gcc/
Dcfglayout.c83 rtx insn, last_insn, next_head, prev; in skip_insns_after_block() local
85 next_head = NULL_RTX; in skip_insns_after_block()
87 next_head = BB_HEAD (bb->next_bb); in skip_insns_after_block()
91 if (insn == next_head) in skip_insns_after_block()