| /netbsd/src/external/bsd/ipf/dist/lib/ |
| D | var.c | 21 static variable_t *vtop = NULL; variable 32 for (v = vtop; v != NULL; v = v->v_next) 177 v->v_next = vtop; 178 vtop = v;
|
| /netbsd/src/sys/arch/hppa/hppa/ |
| D | pmap.c | 308 volatile uint32_t *vtop; in pmap_sdir_set() local 310 mfctl(CR_VTOP, vtop); in pmap_sdir_set() 312 KASSERT(vtop != NULL); in pmap_sdir_set() 314 vtop[space] = (uint32_t)pd; in pmap_sdir_set() 320 uint32_t *vtop; in pmap_sdir_get() local 322 mfctl(CR_VTOP, vtop); in pmap_sdir_get() 323 return ((uint32_t *)vtop[space]); in pmap_sdir_get()
|
| /netbsd/src/sys/fs/udf/ |
| D | udf.h | 297 int vtop[UDF_PMAPS+1]; /* vpartnr trans */ member
|
| D | udf_allocation.c | 178 pdesc = ump->partitions[ump->vtop[vpart_num]]; 185 phys_part = ump->vtop[vpart_num]; 476 part = ump->vtop[vpart]; in udf_translate_vtop() 1184 ump->vtop[vpart_num], num_lb); in udf_allocate_space() 1190 pdesc = ump->partitions[ump->vtop[vpart_num]]; in udf_allocate_space() 1322 phys_part = ump->vtop[vpart_num]; in udf_free_allocated_space()
|
| D | udf_strat_sequential.c | 436 pdesc = ump->partitions[ump->vtop[vpart_num]]; in udf_issue_buf()
|
| D | udf_subr.c | 447 part = ump->partitions[ump->vtop[ump->node_part]]; in udf_check_track_metadata_overlap() 2023 ump->vtop [log_part] = phys_part; in udf_process_vds() 2044 maps_on = ump->vtop[log_part]; in udf_process_vds()
|
| /netbsd/src/sbin/newfs_udf/ |
| D | udf_core.h | 225 int vtop[UDF_PMAPS+1]; /* vpartnr trans */ member
|
| D | udf_core.c | 1241 context.vtop [log_part] = phys_part; in udf_add_logvol_part_physical() 1278 context.vtop [log_part] = phys_part; in udf_add_logvol_part_virtual() 1331 context.vtop [log_part] = phys_part; in udf_add_logvol_part_spareable() 1417 context.vtop [log_part] = phys_part; in udf_add_logvol_part_meta() 1723 if (context.part_unalloc_bits[context.vtop[partnr]] == NULL) { in udf_mark_allocated() 3897 part = context.vtop[vpart]; in udf_translate_vtop() 4100 udf_translate_vtop(alloc_pos, context.vtop[vpart], &phys, &ext); in udf_write_virt()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | refcard.tex | 235 \vtop{\hsize=\itmwid\tt 238 &\vtop{\hsize=\dfnwid\hangafter=1\hangindent=\intersecwidth
|
| /netbsd/src/external/gpl3/binutils/dist/texinfo/ |
| D | texinfo.tex | 370 \vtop to0pt{% 732 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box 756 \setbox\groupbox = \vtop\bgroup 766 % The \vtop produces a box with normal height and large depth; thus, TeX puts 775 \egroup % End the \vtop. 809 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak 827 \vtop to #1\mil{\strut\vfil}% 884 \vtop to \strutdepth{% 2579 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 2850 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below. [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/texinfo/ |
| D | texinfo.tex | 370 \vtop to0pt{% 732 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box 756 \setbox\groupbox = \vtop\bgroup 766 % The \vtop produces a box with normal height and large depth; thus, TeX puts 775 \egroup % End the \vtop. 809 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak 827 \vtop to #1\mil{\strut\vfil}% 884 \vtop to \strutdepth{% 2579 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 2850 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below. [all …]
|
| /netbsd/src/external/gpl2/xcvs/dist/build-aux/ |
| D | texinfo.tex | 370 \vtop to0pt{% 732 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box 756 \setbox\groupbox = \vtop\bgroup 766 % The \vtop produces a box with normal height and large depth; thus, TeX puts 775 \egroup % End the \vtop. 809 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak 827 \vtop to #1\mil{\strut\vfil}% 884 \vtop to \strutdepth{% 2582 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 2853 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below. [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/include/ |
| D | texinfo.tex | 349 \vtop to0pt{% 632 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box 656 \setbox\groupbox = \vtop\bgroup 666 % The \vtop produces a box with normal height and large depth; thus, TeX puts 675 \egroup % End the \vtop. 718 \vtop to #1\mil{\strut\vfil}% 775 \vtop to \strutdepth{% 2455 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 3034 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below. 3933 % \vtop will set a single line and will also let text wrap and [all …]
|
| /netbsd/src/external/lgpl3/mpc/dist/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 …]
|
| /netbsd/src/external/bsd/am-utils/dist/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 …]
|
| /netbsd/src/external/lgpl3/gmp/dist/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 …]
|
| /netbsd/src/external/lgpl3/mpfr/dist/doc/ |
| D | texinfo.tex | 609 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box 633 \setbox\groupbox = \vtop\bgroup 643 % The \vtop produces a box with normal height and large depth; thus, TeX puts 652 \egroup % End the \vtop. 701 % (We used to use a \vtop to reserve space, but this had spacing issues 747 \vtop to \strutdepth{% 3197 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 3547 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below. 4423 % \vtop will set a single line and will also let text wrap and 4428 \vtop{% [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/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.
|
| /netbsd/src/external/gpl2/gawk/dist/ |
| D | awk.texi | 26056 \setbox\graph=\vtop{\vskip 0pt\hbox{% 26138 \setbox\graph=\vtop{\vskip 0pt\hbox{%
|