/external/libgsm/src/ |
D | rpe.c | 267 word xmax, xmaxc, temp, temp1, temp2; variable 274 xmax = 0; 278 if (temp > xmax) xmax = temp; 285 temp = SASR( xmax, 9 ); 301 xmaxc = gsm_add( SASR(xmax, temp), exp << 3 );
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/bsd/ |
D | SDL_sysjoystick.c | 130 int xmax; member 270 hw->xmax = 0; in SDL_SYS_JoystickOpen() 404 if (joy->hwdata->x > joy->hwdata->xmax) { in SDL_SYS_JoystickUpdate() 405 joy->hwdata->xmax = joy->hwdata->x; in SDL_SYS_JoystickUpdate() 407 if (joy->hwdata->xmin == joy->hwdata->xmax) { in SDL_SYS_JoystickUpdate() 409 joy->hwdata->xmax++; in SDL_SYS_JoystickUpdate() 412 v -= (joy->hwdata->xmax + joy->hwdata->xmin + 1)/2; in SDL_SYS_JoystickUpdate() 413 v *= 32768/((joy->hwdata->xmax - joy->hwdata->xmin + 1)/2); in SDL_SYS_JoystickUpdate()
|
/external/opencv/cv/src/ |
D | cvshapedescr.cpp | 1141 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i, j, k; in cvBoundingRect() local 1206 if( j > xmax ) in cvBoundingRect() 1207 xmax = j; in cvBoundingRect() 1212 xmax -= offset; in cvBoundingRect() 1222 if( j > xmax ) in cvBoundingRect() 1223 xmax = j; in cvBoundingRect() 1227 k_min = MAX(j-1, xmax); in cvBoundingRect() 1241 xmax = k; in cvBoundingRect() 1259 xmax += offset; in cvBoundingRect() 1283 xmin = xmax = pt.x; in cvBoundingRect() [all …]
|
D | cvimgwarp.cpp | 210 int cn, int xmax, \ 221 xmax *= cn; \ 250 for( dx = 0; dx < xmax; dx++ ) \ 420 int cn, int xmin, int xmax, \ 427 xmin *= cn; xmax *= cn; \ 486 for( ; dx < xmax; dx++ ) \ 583 int cn, int xmax, const CvResizeAlpha* xofs, 589 int cn, int xmin, int xmax, 806 int xmax = dsize.width, width = dsize.width*cn, buf_size; in cvResize() local 846 if( xmax >= dsize.width ) in cvResize() [all …]
|
/external/qemu/hw/ |
D | goldfish_fb.c | 255 int xmin, ymin, xmax, ymax; member 284 rect->xmax = rect->ymax = INT_MIN; in compute_fb_update_rect_linear() 421 if (xx2 > rect->xmax) rect->xmax = xx2; in compute_fb_update_rect_linear() 512 rect.xmax = width-1; in goldfish_fb_update_display() 525 rect.xmax += 1; in goldfish_fb_update_display() 529 rect.ymin, rect.ymax-rect.ymin, rect.xmin, rect.xmax-rect.xmin); in goldfish_fb_update_display() 532 dpy_update(s->ds, rect.xmin, rect.ymin, rect.xmax-rect.xmin, rect.ymax-rect.ymin); in goldfish_fb_update_display()
|
/external/quake/quake/src/QW/client/ |
D | skin.c | 144 || pcx->xmax >= 320 in Skin_Cache() 161 for (x=0 ; x<=pcx->xmax ; ) in Skin_Cache() 188 if (runLength + x > pcx->xmax + 2) { in Skin_Cache()
|
D | gl_rmain.c | 912 float xmin, xmax, ymin, ymax; in MYgluPerspective() local 918 xmax = ymax * aspect; in MYgluPerspective() 920 glFrustumf( xmin, xmax, ymin, ymax, zNear, zFar ); in MYgluPerspective() 928 GLdouble xmin, xmax, ymin, ymax; in MYgluPerspective() local 934 xmax = ymax * aspect; in MYgluPerspective() 936 glFrustum( xmin, xmax, ymin, ymax, zNear, zFar ); in MYgluPerspective()
|
D | gl_warp.c | 361 unsigned short xmin,ymin,xmax,ymax; member 399 || pcx->xmax >= 320 in LoadPCX() 412 count = (pcx->xmax+1) * (pcx->ymax+1); in LoadPCX() 417 pix = pcx_rgb + 4*y*(pcx->xmax+1); in LoadPCX()
|
D | client.h | 496 unsigned short xmin,ymin,xmax,ymax; member
|
/external/e2fsprogs/intl/ |
D | xsize.h | 88 xmax (size_t size1, size_t size2) in xmax() function
|
D | vasnprintf.c | 824 xmax (xsum (length, count), xtimes (allocated, 2)); in VASNPRINTF()
|
/external/quake/quake/src/WinQuake/ |
D | wq.bat | 7 if x%1==xmax goto max
|
D | gl_rmain.cpp | 1011 float xmin, xmax, ymin, ymax; in MYgluPerspective() local 1017 xmax = ymax * aspect; in MYgluPerspective() 1019 glFrustumf( xmin, xmax, ymin, ymax, zNear, zFar ); in MYgluPerspective() 1027 GLdouble xmin, xmax, ymin, ymax; in MYgluPerspective() local 1033 xmax = ymax * aspect; in MYgluPerspective() 1035 glFrustum( xmin, xmax, ymin, ymax, zNear, zFar ); in MYgluPerspective()
|
D | gl_warp.cpp | 410 unsigned short xmin,ymin,xmax,ymax; member 448 || pcx->xmax >= 320 in LoadPCX() 461 count = (pcx->xmax+1) * (pcx->ymax+1); in LoadPCX() 466 pix = pcx_rgb + 4*y*(pcx->xmax+1); in LoadPCX()
|
D | screen.cpp | 531 unsigned short xmin,ymin,xmax,ymax; member 567 pcx->xmax = LittleShort((short)(width-1)); in WritePCXfile()
|
/external/jpeg/ |
D | rdrle.c | 115 width = source->header.xmax - source->header.xmin + 1; in start_input_rle() 118 source->header.xmax = width-1; in start_input_rle()
|
D | wrrle.c | 189 header.xmax = cinfo->output_width - 1; in finish_output_rle()
|
/external/qemu/android/skin/ |
D | argb.h | 265 int xmin = gsx, xmax = gsx + 65536, ymin = gsy, ymax = gsy + 65536; in ARGB_SCALE_GENERIC() local 270 if (xmax > sx2) xmax = sx2; in ARGB_SCALE_GENERIC() 274 ww = (unsigned)(xmax-xmin); in ARGB_SCALE_GENERIC()
|
/external/libvpx/vp8/encoder/ |
D | ssim.c | 45 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL; in get_ssimg() local 57 for (x = xmin; x <= xmax; ++x) in get_ssimg()
|
/external/bison/src/ |
D | vcg.h | 586 int xmax; member
|
D | vcg.c | 72 g->xmax = G_XMAX; /* Not output. */ in new_graph() 683 if (g->xmax != G_XMAX) in output_graph() 684 fprintf (fout, "\txmax:\t%d\n", g->xmax); in output_graph()
|
/external/webp/src/enc/ |
D | filter.c | 247 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL; in Accumulate() local 252 for (x = xmin; x <= xmax; ++x) { in Accumulate()
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 1000 int xmin, xmax, ymin, ymax; in icvFillConvexPoly() local 1018 xmin = xmax = v[0].x; in icvFillConvexPoly() 1031 xmax = MAX( xmax, p.x ); in icvFillConvexPoly() 1057 xmax = (xmax + delta) >> shift; in icvFillConvexPoly() 1061 if( npts < 3 || xmax < 0 || ymax < 0 || xmin >= size.width || ymin >= size.height ) in icvFillConvexPoly()
|
/external/mesa3d/test/ |
D | m_matrix.c | 1069 GLfloat xmin, xmax, ymin, ymax; in _math_matrix_perspective() local 1074 xmax = ymax * aspect; in _math_matrix_perspective() 1076 _math_matrix_frustum(mat, xmin, xmax, ymin, ymax, zNear, zFar); in _math_matrix_perspective()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 1295 SkScalar xmax = SkIntToScalar(face->bbox.xMax) / upem; in generateFontMetrics() local 1347 mx->fXMax = xmax; in generateFontMetrics() 1358 my->fXMax = xmax; in generateFontMetrics()
|