HomeSort by relevance Sort by last modified time
    Searched refs:hsize (Results 1 - 19 of 19) sorted by null

  /external/bison/lib/
bitsetv-print.c 33 bitset_bindex hsize = bitset_size (bset[0]); local
40 for (i = 0; i < hsize; ++i)
44 for (i = 0; i < hsize; ++i)
50 for (i = 0; i < hsize; ++i)
58 for (j = 0; j < hsize; ++j)
65 for (i = 0; i < hsize; ++i)
  /external/elfutils/tests/
show-abbrev.c 53 size_t hsize; local
54 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, NULL, NULL, NULL) == 0)
58 if (dwarf_offdie (dbg, old_cuoff + hsize, &die) == NULL)
get-lines.c 58 size_t hsize; local
62 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, &ao, &asz, &osz) == 0)
65 hsize, (unsigned long long int) ao,
70 if (dwarf_offdie (dbg, old_cuoff + hsize, &die) == NULL)
show-die-info.c 500 size_t hsize; local
504 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize,
507 printf ("New CU: off = %llu, hsize = %zu, ab = %llu, as = %" PRIu8
509 (unsigned long long int) old_off, hsize,
514 if (dwarf_offdie (dbg, old_off + hsize, &die) != NULL)
run-show-die-info.sh 33 New CU: off = 0, hsize = 11, ab = 0, as = 4, os = 4
57 New CU: off = 135, hsize = 11, ab = 54, as = 4, os = 4
81 New CU: off = 270, hsize = 11, ab = 108, as = 4, os = 4
131 New CU: off = 0, hsize = 11, ab = 0, as = 4, os = 4
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 70 * \param hsize width of the image being aligned
75 bool smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot);
126 * \param hsize width of the image
129 inline void setSize(int hsize, int vsize) { f_hsize = hsize; f_vsize = vsize; }
dbstabsmooth.cpp 108 bool db_StabilizationSmoother::smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot)
116 // int hsize = bimg->w;
119 double border_x = border_factor * hsize;
131 VP_PAR delta = vp_motion_cornerdiff(&testMotion, &identityMotion, 0, 0,(int)hsize, (int)vsize);
152 (void) vp_zoom_motion2d(&tmpMotion, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to return bool
155 VP_WARP_POINT_2D(hsize - 1, 0, testMotion, p2x, p2y);
156 VP_WARP_POINT_2D(hsize - 1, vsize - 1, testMotion, p3x, p3y);
159 if (!is_point_in_rect((double)p1x,(double)p1y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) {
162 if (!is_point_in_rect((double)p2x, (double)p2y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) {
165 if (!is_point_in_rect((double)p3x,(double)p3y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y)))
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 70 * \param hsize width of the image being aligned
75 bool smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot);
126 * \param hsize width of the image
129 inline void setSize(int hsize, int vsize) { f_hsize = hsize; f_vsize = vsize; }
dbstabsmooth.cpp 108 bool db_StabilizationSmoother::smoothMotionAdaptive(/*VP_BIMG *bimg,*/int hsize, int vsize, VP_MOTION *inmot, VP_MOTION *outmot)
116 // int hsize = bimg->w;
119 double border_x = border_factor * hsize;
131 VP_PAR delta = vp_motion_cornerdiff(&testMotion, &identityMotion, 0, 0,(int)hsize, (int)vsize);
152 (void) vp_zoom_motion2d(&tmpMotion, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to return bool
155 VP_WARP_POINT_2D(hsize - 1, 0, testMotion, p2x, p2y);
156 VP_WARP_POINT_2D(hsize - 1, vsize - 1, testMotion, p3x, p3y);
159 if (!is_point_in_rect((double)p1x,(double)p1y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) {
162 if (!is_point_in_rect((double)p2x, (double)p2y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) {
165 if (!is_point_in_rect((double)p3x,(double)p3y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y)))
    [all...]
  /external/mksh/src/
histrap.c 66 static size_t hsize; variable
576 hsize = 0;
730 hsize = 1024 * 1048576;
731 if (hfsize < (off_t)hsize)
732 hsize = (size_t)hfsize;
734 if (hsize == 0) {
740 } else if (hsize > 0) {
744 base = (void *)mmap(NULL, hsize, PROT_READ,
752 munmap((caddr_t)base, hsize);
758 if (hsize > 2)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_centscreen.h 60 unsigned short hsize; /* screen height (mm) */ member in struct:__anon12273
  /external/bison/doc/
refcard.tex 147 \hsize 4in
165 \hsize 3.2in
193 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
284 \def\key#1#2{\leavevmode\hbox to \hsize
285 {\vtop {\hsize=.67\hsize \rightskip=1em #1}
293 \def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
474 \def\key#1#2{\leavevmode\hbox to \hsize
475 {\vtop {\hsize=.625\hsize \rightskip=1em #1
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 136 \pagewidth=\hsize \pageheight=\vsize
158 \shipout\vbox{{\let\hsize=\pagewidth \makeheadline} \pagebody{#1}%
159 {\let\hsize=\pagewidth \makefootline}}
171 \vbox to \outervsize{\hsize=\outerhsize
180 {\let\hsize=\pagewidth \makeheadline}
182 {\let\hsize=\pagewidth \makefootline}}
340 \advance \hsize by -\leftskip
341 \advance \hsize by -\rightskip
355 \def\centerzzz #1{{\advance\hsize by -\leftskip
356 \advance\hsize by -\rightski
    [all...]
  /external/grub/docs/
texinfo.tex 297 \setbox\headlinebox = \vbox{\let\hsize=\pagewidth \makeheadline}%
298 \setbox\footlinebox = \vbox{\let\hsize=\pagewidth \makefootline}%
314 \hsize = \outerhsize
327 \hfil % center the page within the outer (page) hsize.
371 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
824 \rlap{\hskip\hsize \hskip\inmarginspacing \ignorespaces #2}%
910 \advance\hsize by -\leftskip
911 \advance\hsize by -\rightskip
    [all...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/elfutils/src/
nm.c 623 size_t hsize; local
625 while (dwarf_nextcu (dbg, old_offset = offset, &offset, &hsize, NULL, NULL,
629 Dwarf_Die *cudie = dwarf_offdie (dbg, old_offset + hsize, &cudie_mem);
    [all...]
readelf.c 4692 size_t hsize; local
5077 size_t hsize; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
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}%
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 1831 milliseconds