/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/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
|
D | screen.c | 610 pcx->xmax = LittleShort((short)(width-1)); in WritePCXfile()
|
D | gl_screen.c | 701 pcx->xmax = LittleShort((short)(width-1)); in WritePCXfile()
|
/external/e2fsprogs/intl/ |
D | xsize.h | 88 xmax (size_t size1, size_t size2) in xmax() function
|
D | vasnprintf.c | 825 xmax (xsum (length, count), xtimes (allocated, 2)); in VASNPRINTF()
|
/external/quake/quake/src/WinQuake/ |
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 | wq.bat | 7 if x%1==xmax goto max
|
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()
|
D | WinQuake.ncb | 1244 …sionpcx_t::encodingpcx_t::bits_per_pixelpcx_t::xminpcx_t::yminpcx_t::xmaxpcx_t::ymaxpcx_t::…
|
/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 | 269 int xmin = gsx, xmax = gsx + 65536, ymin = gsy, ymax = gsy + 65536; in ARGB_SCALE_GENERIC() local 274 if (xmax > sx2) xmax = sx2; in ARGB_SCALE_GENERIC() 278 ww = (unsigned)(xmax-xmin); in ARGB_SCALE_GENERIC()
|
/external/bison/src/ |
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()
|
D | vcg.h | 586 int xmax; member
|
/external/libvpx/vp8/encoder/ |
D | ssim.c | 330 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL; in get_ssimg() local 342 for (x = xmin; x <= xmax; ++x) in get_ssimg()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 918 SkScalar xmax = SkIntToScalar(face->bbox.xMax) / upem; in generateFontMetrics() local 970 mx->fXMax = xmax; in generateFontMetrics() 981 my->fXMax = xmax; in generateFontMetrics()
|