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

  /external/quake/quake/src/WinQuake/
r_surf.cpp 70 int smax, tmax; local
74 smax = (surf->extents[0]>>4)+1;
109 for (s=0 ; s<smax ; s++)
123 i = t*smax + s;
135 blocklights[t*smax + s] += (rad - dist)*256;
151 int smax, tmax; local
161 smax = (surf->extents[0]>>4)+1;
163 size = smax*tmax;
251 int smax, tmax, twidth; local
297 smax = mt->width >> r_drawsurf.surfmip;
    [all...]
gl_rsurf.cpp 76 int smax, tmax; local
79 smax = (surf->extents[0]>>4)+1;
114 for (s=0 ; s<smax ; s++)
124 blocklights[t*smax + s] += (int)((rad - dist)*256);
140 int smax, tmax; local
151 smax = (surf->extents[0]>>4)+1;
153 size = smax*tmax;
189 stride -= (smax<<2);
193 for (j=0 ; j<smax ; j++)
210 for (j=0 ; j<smax ; j++
860 int smax, tmax; local
938 int smax, tmax; local
1675 int smax, tmax, s, t, l, i; local
    [all...]
  /external/quake/quake/src/QW/client/
r_surf.c 70 int smax, tmax; local
74 smax = (surf->extents[0]>>4)+1;
109 for (s=0 ; s<smax ; s++)
119 blocklights[t*smax + s] += (rad - dist)*256;
134 int smax, tmax; local
144 smax = (surf->extents[0]>>4)+1;
146 size = smax*tmax;
234 int smax, tmax, twidth; local
280 smax = mt->width >> r_drawsurf.surfmip;
286 r_sourcemax = r_source + (tmax * smax);
    [all...]
gl_rsurf.c 76 int smax, tmax; local
79 smax = (surf->extents[0]>>4)+1;
114 for (s=0 ; s<smax ; s++)
124 blocklights[t*smax + s] += (rad - dist)*256;
140 int smax, tmax; local
150 smax = (surf->extents[0]>>4)+1;
152 size = smax*tmax;
188 stride -= (smax<<2);
192 for (j=0 ; j<smax ; j++)
209 for (j=0 ; j<smax ; j++
790 int smax, tmax; local
869 int smax, tmax; local
1600 int smax, tmax; local
    [all...]
  /external/libgsm/src/
lpc.c 36 word temp, smax, scalauto; local
47 smax = 0;
50 if (temp > smax) smax = temp;
55 if (smax == 0) scalauto = 0;
57 assert(smax > 0);
58 scalauto = 4 - gsm_norm( (longword)smax << 16 );/* sub(4,..) */
  /external/bison/src/
vcg.h 919 int smax; member in struct:graph
    [all...]
vcg.c 127 g->smax = G_SMAX;
839 if (g->smax != G_SMAX)
840 fprintf (fout, "\tsmax:\t%d\n", g->smax);
  /external/safe-iop/include/
safe_iop.h 82 ((typeof(_a))(-__sio(m)(smax)(_a) - 1))
366 if ((_a) > (typeof(_a))(__sio(m)(smax)(_a) - (_b))) __sio(var)(ok) = 0; \
383 if (!((_b) <= 0 && (_a) > (__sio(m)(smax)(_a) + (_b))) && \
402 if ((_a) > (__sio(m)(smax)(_a) / (_b))) { \
419 if( ((_a) != 0) && ((_b) < (__sio(m)(smax)(_a) / (_a)))) { \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 64 short smax; /* index of bottom rightmost field on page */ member in struct:__anon14237
  /external/safe-iop/src/
safe_iop.c     [all...]

Completed in 628 milliseconds