Searched refs:vtop (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/sbin/ipf/libipf/ |
| D | var.c | 21 static variable_t *vtop = NULL; variable 32 for (v = vtop; v != NULL; v = v->v_next) 171 v->v_next = vtop; in set_variable() 172 vtop = v; in set_variable()
|
| /freebsd-12-stable/sys/arm/arm/ |
| D | machdep_kdb.c | 82 DB_SHOW_COMMAND(vtop, db_show_vtop) in DB_SHOW_COMMAND() argument
|
| /freebsd-12-stable/sys/arm/mv/ |
| D | armv5_machdep.c | 489 DB_SHOW_COMMAND(vtop, db_show_vtop) in DB_SHOW_COMMAND() argument
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | valprint.c | 352 unsigned long vtop = temp >> 1; in print_longest() local 353 fprintf_filtered (stream, "0x%lx%08lx", vtop, vbot); in print_longest()
|
| /freebsd-12-stable/sys/arm64/arm64/ |
| D | machdep.c | 1220 DB_SHOW_COMMAND(vtop, db_show_vtop) in DB_SHOW_COMMAND() argument
|
| /freebsd-12-stable/contrib/gdb/gdb/doc/ |
| D | refcard.tex | 233 \vtop{\hsize=\itmwid\tt 236 &\vtop{\hsize=\dfnwid\hangafter=1\hangindent=\intersecwidth
|
| /freebsd-12-stable/contrib/gcc/doc/include/ |
| D | texinfo.tex | 324 \vtop to0pt{% 687 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box 711 \setbox\groupbox = \vtop\bgroup 721 % The \vtop produces a box with normal height and large depth; thus, TeX puts 730 \egroup % End the \vtop. 764 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak 782 \vtop to #1\mil{\strut\vfil}% 839 \vtop to \strutdepth{% 1839 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 2845 % \vtop will set a single line and will also let text wrap and [all …]
|
| /freebsd-12-stable/contrib/amd/doc/ |
| D | texinfo.tex | 350 \vtop to0pt{% 633 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box 657 \setbox\groupbox = \vtop\bgroup 667 % The \vtop produces a box with normal height and large depth; thus, TeX puts 676 \egroup % End the \vtop. 719 \vtop to #1\mil{\strut\vfil}% 776 \vtop to \strutdepth{% 2736 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 3037 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below. 3955 % \vtop will set a single line and will also let text wrap and [all …]
|
| /freebsd-12-stable/contrib/gcc/ |
| D | ChangeLog-1998 | 313 * loop.h (loop_info): New field 'vtop'. 314 * loop.c (check_dbra_loop): Use loop_info->vtop rather than 315 scanning loop for vtop. 318 number of iterations. Set loop_info->vtop. Don't subtract
|
| D | ChangeLog-1999 | 9764 (prescan_loop): Set loop_info->vtop if find NOTE_INSN_LOOP_VTOP. 9779 (loop_iterations): Delete variable vtop and instead use 9780 loop_info->vtop computed in prescan_loop.
|
| D | ChangeLog-2000 | 30832 vtop, and cont. Add used_count_register. 30846 * basic-block.h (struct loop): New entries vtop, cont,
|
| D | ChangeLog-2004 | 17021 * cfgloop.h (struct loop): Remove fields vtop, cont and cont_dominator.
|