Home
last modified time | relevance | path

Searched refs:xmax (Results 1 – 22 of 22) sorted by relevance

/external/libgsm/src/
Drpe.c267 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/
DSDL_sysjoystick.c130 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/
Dskin.c144 || 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()
Dgl_rmain.c912 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()
Dgl_warp.c361 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()
Dclient.h496 unsigned short xmin,ymin,xmax,ymax; member
Dscreen.c610 pcx->xmax = LittleShort((short)(width-1)); in WritePCXfile()
Dgl_screen.c701 pcx->xmax = LittleShort((short)(width-1)); in WritePCXfile()
/external/e2fsprogs/intl/
Dxsize.h88 xmax (size_t size1, size_t size2) in xmax() function
Dvasnprintf.c825 xmax (xsum (length, count), xtimes (allocated, 2)); in VASNPRINTF()
/external/quake/quake/src/WinQuake/
Dgl_rmain.cpp1011 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()
Dwq.bat7 if x%1==xmax goto max
Dgl_warp.cpp410 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()
Dscreen.cpp531 unsigned short xmin,ymin,xmax,ymax; member
567 pcx->xmax = LittleShort((short)(width-1)); in WritePCXfile()
DWinQuake.ncb1244 …sion�pcx_t::encoding�pcx_t::bits_per_pixel�pcx_t::xmin�pcx_t::ymin�pcx_t::xmax�pcx_t::ymax�pcx_t::…
/external/jpeg/
Drdrle.c115 width = source->header.xmax - source->header.xmin + 1; in start_input_rle()
118 source->header.xmax = width-1; in start_input_rle()
Dwrrle.c189 header.xmax = cinfo->output_width - 1; in finish_output_rle()
/external/qemu/android/skin/
Dargb.h269 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/
Dvcg.c72 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()
Dvcg.h586 int xmax; member
/external/libvpx/vp8/encoder/
Dssim.c330 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/
DSkFontHost_FreeType.cpp918 SkScalar xmax = SkIntToScalar(face->bbox.xMax) / upem; in generateFontMetrics() local
970 mx->fXMax = xmax; in generateFontMetrics()
981 my->fXMax = xmax; in generateFontMetrics()