Searched refs:vtop (Results 1 – 8 of 8) sorted by relevance
/external/python/pycparser/utils/benchmark/inputs/ |
D | tccgen.c.ppout | 3009 static SValue __vstack[1+ 256], *vtop, *pvtop; 3309 static SValue __vstack[1+256], *vtop, *pvtop; 3386 if (!(vtop->r & 0x0100)) 3392 if (pvtop != vtop) 3393 tcc_error("internal compiler error: vstack leak (%d)", vtop - pvtop); 3826 if (vtop >= (__vstack + 1) + (256 - 1)) 3829 if (vtop >= (__vstack + 1) && !nocode_wanted) { 3830 v = vtop->r & 0x003f; 3835 vtop++; 3836 vtop->type = *type; [all …]
|
/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/python/cpython3/Objects/ |
D | longobject.c | 2732 digit wm1, wm2, carry, q, r, vtop, *v0, *vk, *w0, *ak; in x_divrem() local 2798 vtop = vk[size_w]; in x_divrem() 2799 assert(vtop <= wm1); in x_divrem() 2800 vv = ((twodigits)vtop << PyLong_SHIFT) | vk[size_w-1]; in x_divrem() 2825 assert((sdigit)vtop + zhi == -1 || (sdigit)vtop + zhi == 0); in x_divrem() 2826 if ((sdigit)vtop + zhi < 0) { in x_divrem()
|
/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/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/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 …]
|
/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 …]
|
/external/mtools/ |
D | texinfo.tex | 642 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box 666 \setbox\groupbox = \vtop\bgroup 676 % The \vtop produces a box with normal height and large depth; thus, TeX puts 685 \egroup % End the \vtop. 733 \vtop to #1\mil{\strut\vfil}% 790 \vtop to \strutdepth{% 3236 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% 3581 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below. 4537 % \vtop will set a single line and will also let text wrap and 4542 \vtop{% [all …]
|