Home
last modified time | relevance | path

Searched refs:vtop (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/sbin/ipf/libipf/
Dvar.c21 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/
Dmachdep_kdb.c82 DB_SHOW_COMMAND(vtop, db_show_vtop) in DB_SHOW_COMMAND() argument
/freebsd-12-stable/sys/arm/mv/
Darmv5_machdep.c489 DB_SHOW_COMMAND(vtop, db_show_vtop) in DB_SHOW_COMMAND() argument
/freebsd-12-stable/contrib/gdb/gdb/
Dvalprint.c352 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/
Dmachdep.c1220 DB_SHOW_COMMAND(vtop, db_show_vtop) in DB_SHOW_COMMAND() argument
/freebsd-12-stable/contrib/gdb/gdb/doc/
Drefcard.tex233 \vtop{\hsize=\itmwid\tt
236 &\vtop{\hsize=\dfnwid\hangafter=1\hangindent=\intersecwidth
/freebsd-12-stable/contrib/gcc/doc/include/
Dtexinfo.tex324 \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/
Dtexinfo.tex350 \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/
DChangeLog-1998313 * 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
DChangeLog-19999764 (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.
DChangeLog-200030832 vtop, and cont. Add used_count_register.
30846 * basic-block.h (struct loop): New entries vtop, cont,
DChangeLog-200417021 * cfgloop.h (struct loop): Remove fields vtop, cont and cont_dominator.