Searched refs:hsize (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/texinfo/ |
D | texinfo.tex | 346 \setbox\headlinebox = \vbox{\let\hsize=\pagewidth \makeheadline}% 348 \setbox\footlinebox = \vbox{\let\hsize=\pagewidth \makefootline}% 368 \hsize = \outerhsize 381 \hfil % center the page within the outer (page) hsize. 425 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi 892 \rlap{\hskip\hsize \hskip\inmarginspacing \ignorespaces #2}% 985 \advance\hsize by -\leftskip 986 \advance\hsize by -\rightskip 2845 \hsize = \dimen0 \advance\hsize by -5.8pt % Space to left+right. 2846 \advance\hsize by -2\dimen2 % Rules. [all …]
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | peXXigen.c | 709 bfd_vma hsize = 0; in _bfd_XXi_swap_aouthdr_out() local 720 if (hsize == 0) in _bfd_XXi_swap_aouthdr_out() 721 hsize = sec->filepos; in _bfd_XXi_swap_aouthdr_out() 744 extra->SizeOfHeaders = hsize; in _bfd_XXi_swap_aouthdr_out()
|
D | elf64-ppc.c | 10823 bfd_size_type hsize; in ppc_build_one_stub() local 10825 hsize = (htab->stub_globals + 1) * sizeof (*hashes); in ppc_build_one_stub() 10826 hashes = bfd_zalloc (htab->params->stub_bfd, hsize); in ppc_build_one_stub()
|
/toolchain/benchmark/ |
D | panorama.diff | 23930 +bool db_StabilizationSmoother::smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOT… 23938 +// int hsize = bimg->w; 23941 + double border_x = border_factor * hsize; 23953 + VP_PAR delta = vp_motion_cornerdiff(&testMotion, &identityMotion, 0, 0,(int)hsize, (int)vs… 23974 + (void) vp_zoom_motion2d(&tmpMotion, &testMotion, 1, hsize, vsize, (double)f_zoom); // … 23977 + VP_WARP_POINT_2D(hsize - 1, 0, testMotion, p2x, p2y); 23978 + VP_WARP_POINT_2D(hsize - 1, vsize - 1, testMotion, p3x, p3y); 23981 + if (!is_point_in_rect((double)p1x,(double)p1y,-border_x,-border_y,(double)(hsize+2.0*b… 23984 + if (!is_point_in_rect((double)p2x, (double)p2y,-border_x,-border_y,(double)(hsize+2.0*… 23987 + if (!is_point_in_rect((double)p3x,(double)p3y,-border_x,-border_y,(double)(hsize+2.0*b… [all …]
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | as.texinfo | 146 \vbox{\parindent=0pt\parskip=0pt\hsize=#1\kern3pt\strut\hfil
|