Searched refs:vtop (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 2372 static SValue vstack[VSTACK_SIZE], *vtop; variable 5850 if ((vtop->r & (VT_VALMASK | VT_LVAL)) == VT_CONST) { in gcall_or_jmp() 5852 if (vtop->r & VT_SYM) { in gcall_or_jmp() 5854 greloc(cur_text_section, vtop->sym, in gcall_or_jmp() 5861 oad(0xe8 + is_jmp, vtop->c.ul - 4); /* call/jmp im */ in gcall_or_jmp() 5882 if ((vtop->type.t & VT_BTYPE) == VT_STRUCT) { in gfunc_call() 5883 size = type_size(&vtop->type, &align); in gfunc_call() 5892 vset(&vtop->type, r | VT_LVAL, 0); in gfunc_call() 5896 } else if (is_float(vtop->type.t)) { in gfunc_call() 5898 if ((vtop->type.t & VT_BTYPE) == VT_FLOAT) in gfunc_call() [all …]
|
/external/bison/doc/ |
D | refcard.tex | 283 {\vtop {\hsize=.67\hsize \rightskip=1em #1} 472 {\vtop {\hsize=.625\hsize \rightskip=1em #1} 481 {\vtop {\hsize=.67\hsize \rightskip=1em #1}
|
/external/python/cpython2/Objects/ |
D | longobject.c | 2083 digit wm1, wm2, carry, q, r, vtop, *v0, *vk, *w0, *ak; in x_divrem() local 2149 vtop = vk[size_w]; in x_divrem() 2150 assert(vtop <= wm1); in x_divrem() 2151 vv = ((twodigits)vtop << PyLong_SHIFT) | vk[size_w-1]; in x_divrem() 2176 assert((sdigit)vtop + zhi == -1 || (sdigit)vtop + zhi == 0); in x_divrem() 2177 if ((sdigit)vtop + zhi < 0) { in x_divrem()
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 310 \vtop to0pt{% 673 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box 697 \setbox\groupbox = \vtop\bgroup 707 % The \vtop produces a box with normal height and large depth; thus, TeX puts 716 \egroup % End the \vtop. 750 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak 768 \vtop to #1\mil{\strut\vfil}% 825 \vtop to \strutdepth{% 1833 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 2839 % \vtop will set a single line and will also let text wrap and [all …]
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 310 \vtop to0pt{% 673 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box 697 \setbox\groupbox = \vtop\bgroup 707 % The \vtop produces a box with normal height and large depth; thus, TeX puts 716 \egroup % End the \vtop. 750 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak 768 \vtop to #1\mil{\strut\vfil}% 825 \vtop to \strutdepth{% 1833 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 2839 % \vtop will set a single line and will also let text wrap and [all …]
|
/external/netperf/doc/ |
D | texinfo.tex | 267 \vtop to0pt{% 561 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box 584 % The \vtop we start below produces a box with normal height and large 590 \egroup % End the \vtop. 606 \setbox\groupbox = \vtop\bgroup 659 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak 677 \vtop to #1\mil{\strut\vfil}% 761 \vtop to \strutdepth{% 1567 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 2472 % \vtop will set a single line and will also let text wrap and [all …]
|
/external/bison/build-aux/ |
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{% 2735 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 3036 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below. 3954 % \vtop will set a single line and will also let text wrap and [all …]
|
/external/libmicrohttpd/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 …]
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
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 …]
|