Searched refs:footer (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/usr.sbin/ntp/doc/drivers/scripts/
H A DMakefile8 FILES= footer.txt style.css
/freebsd-9.3-release/sys/xen/interface/foreign/
H A Dmkheader.py17 footer = {}; variable
29 footer["x86_32"] = """
134 # add footer
135 if arch in footer:
136 output += footer[arch];
/freebsd-9.3-release/usr.sbin/ntp/doc/scripts/
H A DMakefile9 confopt.txt external.txt footer.txt hand.txt install.txt manual.txt \
/freebsd-9.3-release/contrib/cvs/doc/
H A DMakefile.am44 cvs.man.footer \
97 $(srcdir)/cvs.1: @MAINTAINER_MODE_TRUE@ mkman cvs.man.header cvs.texinfo cvs.man.footer
99 $(srcdir)/cvs.man.footer >cvs.tmp
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h172 const char *header =NULL, const char *footer =NULL);
H A DAggressiveAntiDepBreaker.cpp301 const char *footer) {
331 DEBUG(if ((header == NULL) && (footer != NULL)) dbgs() << footer);
/freebsd-9.3-release/contrib/gcc/
H A Dcfglayout.c218 bb->il.rtl->footer = unlink_insn_chain (NEXT_INSN (BB_END (bb)), end);
628 if (bb->il.rtl->footer)
630 NEXT_INSN (insn) = bb->il.rtl->footer;
631 PREV_INSN (bb->il.rtl->footer) = insn;
902 bb->il.rtl->footer = c->il.rtl->footer;
903 c->il.rtl->footer = NULL;
1061 if (bb->il.rtl->footer)
1063 insn = bb->il.rtl->footer;
1066 insn = duplicate_insn_chain (bb->il.rtl->footer, ins
[all...]
H A Dcfgrtl.c756 rtx insn = src->il.rtl->footer;
768 src->il.rtl->footer = NEXT_INSN (insn);
2369 new_bb->il.rtl->footer = bb->il.rtl->footer;
2370 bb->il.rtl->footer = NULL;
2491 if (bb->il.rtl->footer)
2493 insn = bb->il.rtl->footer;
2501 bb->il.rtl->footer = NEXT_INSN (insn);
2509 if (bb->il.rtl->footer)
2512 NEXT_INSN (insn) = bb->il.rtl->footer;
[all...]
H A Dcfg.c484 dump_bb_info (basic_block bb, bool header, bool footer, int flags,
511 if (footer)
527 if (bb->il.rtl->global_live_at_end && footer)
477 dump_bb_info(basic_block bb, bool header, bool footer, int flags, const char *prefix, FILE *file) argument
H A Dbb-reorder.c1314 src->il.rtl->footer = unlink_insn_chain (barrier, barrier);
1454 new_bb->il.rtl->footer = unlink_insn_chain (barrier,
1460 cur_bb->il.rtl->footer = unlink_insn_chain (barrier,
1643 new_bb->il.rtl->footer = unlink_insn_chain (barrier,
H A Dbasic-block.h277 rtx footer; local
/freebsd-9.3-release/crypto/openssl/util/
H A Dpod2man.pl53 Set the left-hand footer string to this value. By default,
67 Set the centered footer. By default, this is the current
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1891 dump_uberblock(uberblock_t *ub, const char *header, const char *footer) argument
1907 (void) printf(footer ? footer : "");

Completed in 377 milliseconds