Searched defs:xshift (Results 1 - 4 of 4) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dr_sky.c101 int xshift, yshift; local
105 xshift = skytime*skyspeed;
108 if ((xshift == xlast) && (yshift == ylast))
111 xlast = xshift;
125 ofs = baseofs + ((x+xshift) & SKYMASK);
139 ofs = baseofs + ((x+xshift) & SKYMASK);
165 int xshift, yshift; local
169 xshift = skytime*skyspeed;
184 ofs = baseofs + ((x+xshift) & SKYMASK);
199 ofs = baseofs + ((x+xshift)
224 int xshift, yshift; local
[all...]
/external/quake/quake/src/WinQuake/
H A Dr_sky.cpp101 int xshift, yshift; local
105 xshift = skytime*skyspeed;
108 if ((xshift == xlast) && (yshift == ylast))
111 xlast = xshift;
125 ofs = baseofs + ((x+xshift) & SKYMASK);
139 ofs = baseofs + ((x+xshift) & SKYMASK);
165 int xshift, yshift; local
169 xshift = skytime*skyspeed;
184 ofs = baseofs + ((x+xshift) & SKYMASK);
199 ofs = baseofs + ((x+xshift)
224 int xshift, yshift; local
[all...]
/external/srec/srec/cfront/
H A Dsp_fft.c78 asr_int32_t xshift = x >> i; local
83 xshift |= -signbit;
86 xshift += (x >> (i - 1)) & 1;
87 return xshift;
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc1560 int c1, havedig, udx0, xshift; variable
1565 havedig = xshift = 0;
1579 xshift = 1;
1602 if (xshift) {
1603 xshift = 0;

Completed in 251 milliseconds