HomeSort by relevance Sort by last modified time
    Searched defs:tnext (Results 1 - 13 of 13) sorted by null

  /external/quake/quake/src/QW/client/
d_sky.c 69 fixed16_t s, t, snext, tnext, sstep, tstep; local
102 D_Sky_uv_To_st (u, v, &snext, &tnext);
105 tstep = (tnext - t) >> SKY_SPAN_SHIFT;
116 D_Sky_uv_To_st (u, v, &snext, &tnext);
119 tstep = (tnext - t) / spancountminus1;
132 t = tnext;
d_varsa.s 89 .globl pbase, s, t, sfracf, tfracf, snext, tnext
95 tnext: .long 0 label
d_scan.c 123 fixed16_t snext, tnext; local
193 tnext = (int)(tdivz * z) + tadjust;
194 if (tnext > bbextentt)
195 tnext = bbextentt;
196 else if (tnext < 16)
197 tnext = 16; // guard against round-off error on <0 steps
200 r_turb_tstep = (tnext - r_turb_t) >> 4;
221 tnext = (int)(tdivz * z) + tadjust;
222 if (tnext > bbextentt)
223 tnext = bbextentt
259 fixed16_t s, t, snext, tnext, sstep, tstep; local
    [all...]
d_sprite.c 42 fixed16_t s, t, snext, tnext, sstep, tstep; local
120 tnext = (int)(tdivz * z) + tadjust;
121 if (tnext > bbextentt)
122 tnext = bbextentt;
123 else if (tnext < 8)
124 tnext = 8; // guard against round-off error on <0 steps
127 tstep = (tnext - t) >> 3;
148 tnext = (int)(tdivz * z) + tadjust;
149 if (tnext > bbextentt)
150 tnext = bbextentt
    [all...]
d_varsa.asm 219 externdef tnext:dword
276 public pbase, s, t, sfracf, tfracf, snext, tnext
282 tnext dd 0 define
  /external/quake/quake/src/WinQuake/
d_sky.cpp 69 fixed16_t s, t, snext, tnext, sstep, tstep; local
102 D_Sky_uv_To_st (u, v, &snext, &tnext);
105 tstep = (tnext - t) >> SKY_SPAN_SHIFT;
116 D_Sky_uv_To_st (u, v, &snext, &tnext);
119 tstep = (tnext - t) / spancountminus1;
132 t = tnext;
d_varsa.s 89 .globl pbase, s, t, sfracf, tfracf, snext, tnext
95 tnext: .long 0 label
d_scan.cpp 125 fixed16_t snext, tnext; local
195 tnext = (int)(tdivz * z) + tadjust;
196 if (tnext > bbextentt)
197 tnext = bbextentt;
198 else if (tnext < 16)
199 tnext = 16; // guard against round-off error on <0 steps
202 r_turb_tstep = (tnext - r_turb_t) >> 4;
223 tnext = (int)(tdivz * z) + tadjust;
224 if (tnext > bbextentt)
225 tnext = bbextentt;
261 fixed16_t s, t, snext, tnext, sstep, tstep; local
    [all...]
d_sprite.cpp 42 fixed16_t s, t, snext, tnext, sstep, tstep; local
120 tnext = (int)(tdivz * z) + tadjust;
121 if (tnext > bbextentt)
122 tnext = bbextentt;
123 else if (tnext < 8)
124 tnext = 8; // guard against round-off error on <0 steps
127 tstep = (tnext - t) >> 3;
148 tnext = (int)(tdivz * z) + tadjust;
149 if (tnext > bbextentt)
150 tnext = bbextentt;
    [all...]
  /external/ipsec-tools/src/racoon/
proposal.h 114 * | |tnext |tnext
119 * |tnext
147 struct prop_pair *tnext; /* next prop_pair in same proposal payload */ member in struct:prop_pair
  /bionic/libc/bionic/
dlmalloc.c 3428 mchunkptr tnext = chunk_plus_offset(sp, ssize); local
    [all...]
  /external/libffi/src/
dlmalloc.c 3316 mchunkptr tnext = chunk_plus_offset(sp, ssize); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 3328 mchunkptr tnext = chunk_plus_offset(sp, ssize); local
    [all...]

Completed in 194 milliseconds