HomeSort by relevance Sort by last modified time
    Searched refs:snext (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/quake/quake/src/QW/client/
d_scan.c 123 fixed16_t snext, tnext; local
185 snext = (int)(sdivz * z) + sadjust;
186 if (snext > bbextents)
187 snext = bbextents;
188 else if (snext < 16)
189 snext = 16; // prevent round-off error on <0 steps from
199 r_turb_sstep = (snext - r_turb_s) >> 4;
213 snext = (int)(sdivz * z) + sadjust;
214 if (snext > bbextents)
215 snext = bbextents
259 fixed16_t s, t, snext, tnext, sstep, tstep; local
    [all...]
d_sky.c 69 fixed16_t s, t, snext, tnext, sstep, tstep; local
102 D_Sky_uv_To_st (u, v, &snext, &tnext);
104 sstep = (snext - s) >> SKY_SPAN_SHIFT;
116 D_Sky_uv_To_st (u, v, &snext, &tnext);
118 sstep = (snext - s) / spancountminus1;
131 s = snext;
d_sprite.c 42 fixed16_t s, t, snext, tnext, sstep, tstep; local
112 snext = (int)(sdivz * z) + sadjust;
113 if (snext > bbextents)
114 snext = bbextents;
115 else if (snext < 8)
116 snext = 8; // prevent round-off error on <0 steps from
126 sstep = (snext - s) >> 3;
140 snext = (int)(sdivz * z) + sadjust;
141 if (snext > bbextents)
142 snext = bbextents
    [all...]
d_varsa.s 89 .globl pbase, s, t, sfracf, tfracf, snext, tnext
94 snext: .long 0 label
d_draw.s 327 fistpl snext
329 movl snext,%eax
358 movl %ebp,snext
496 movl snext,%edx
532 fistpl snext
540 addl snext,%eax
551 movl %eax,snext
568 imull reciprocal_table-8(,%ecx,4) // sstep = (snext - s) / (spancount-1)
d_draw16.s 330 fistpl snext
332 movl snext,%eax
361 movl %ebp,snext
555 movl snext,%edx
591 fistpl snext
599 addl snext,%eax
610 movl %eax,snext
627 imull reciprocal_table_16-8(,%ecx,4) // sstep = (snext - s) /
d_spr8.s 354 fistpl snext
356 movl snext,%eax
382 movl %ebp,snext
584 movl snext,%edx
622 fistpl snext
628 addl snext,%eax
639 movl %eax,snext
655 imull reciprocal_table-8(,%ecx,4) // sstep = (snext - s) / (spancount-1)
  /external/quake/quake/src/WinQuake/
d_scan.cpp 125 fixed16_t snext, tnext; local
187 snext = (int)(sdivz * z) + sadjust;
188 if (snext > bbextents)
189 snext = bbextents;
190 else if (snext < 16)
191 snext = 16; // prevent round-off error on <0 steps from
201 r_turb_sstep = (snext - r_turb_s) >> 4;
215 snext = (int)(sdivz * z) + sadjust;
216 if (snext > bbextents)
217 snext = bbextents;
261 fixed16_t s, t, snext, tnext, sstep, tstep; local
    [all...]
d_sky.cpp 69 fixed16_t s, t, snext, tnext, sstep, tstep; local
102 D_Sky_uv_To_st (u, v, &snext, &tnext);
104 sstep = (snext - s) >> SKY_SPAN_SHIFT;
116 D_Sky_uv_To_st (u, v, &snext, &tnext);
118 sstep = (snext - s) / spancountminus1;
131 s = snext;
d_sprite.cpp 42 fixed16_t s, t, snext, tnext, sstep, tstep; local
112 snext = (int)(sdivz * z) + sadjust;
113 if (snext > bbextents)
114 snext = bbextents;
115 else if (snext < 8)
116 snext = 8; // prevent round-off error on <0 steps from
126 sstep = (snext - s) >> 3;
140 snext = (int)(sdivz * z) + sadjust;
141 if (snext > bbextents)
142 snext = bbextents;
    [all...]
d_varsa.s 89 .globl pbase, s, t, sfracf, tfracf, snext, tnext
94 snext: .long 0 label
d_draw.s 327 fistpl snext
329 movl snext,%eax
358 movl %ebp,snext
496 movl snext,%edx
532 fistpl snext
540 addl snext,%eax
551 movl %eax,snext
568 imull reciprocal_table-8(,%ecx,4) // sstep = (snext - s) / (spancount-1)
d_draw16.s 330 fistpl snext
332 movl snext,%eax
361 movl %ebp,snext
555 movl snext,%edx
591 fistpl snext
599 addl snext,%eax
610 movl %eax,snext
627 imull reciprocal_table_16-8(,%ecx,4) // sstep = (snext - s) /
d_spr8.s 354 fistpl snext
356 movl snext,%eax
382 movl %ebp,snext
584 movl snext,%edx
622 fistpl snext
628 addl snext,%eax
639 movl %eax,snext
655 imull reciprocal_table-8(,%ecx,4) // sstep = (snext - s) / (spancount-1)
  /external/icu4c/common/
ustrenum.h 65 virtual const UnicodeString* snext(UErrorCode& status);
ustrenum.cpp 43 const UnicodeString *s=snext(status);
61 const UnicodeString *s=snext(status);
142 const UnicodeString* UStringEnumeration::snext(UErrorCode& status) { function in class:UStringEnumeration
  /external/icu4c/i18n/
msgfmt_impl.h 31 virtual const UnicodeString* snext(UErrorCode& status);
transreg.h 419 virtual const UnicodeString* snext(UErrorCode& status);
dtptngen_impl.h 232 virtual const UnicodeString* snext(UErrorCode& status);
247 virtual const UnicodeString* snext(UErrorCode& status);
  /external/icu4c/common/unicode/
strenum.h 46 * <p>The pointers returned by next, unext, and snext become invalid
48 * unext, snext, or reset.</p>
108 * to next, unext, snext, reset, or the enumerator's destructor.</p>
119 * Starting with ICU 2.8, the default implementation calls snext()
139 * to next, unext, snext, reset, or the enumerator's destructor.</p>
144 * Starting with ICU 2.8, the default implementation calls snext()
161 * to next, unext, snext, reset, or the enumerator's destructor.</p>
171 virtual const UnicodeString* snext(UErrorCode& status) = 0;
178 * <p>Previous pointers returned by next, unext, or snext become
246 * especially for implementations of snext() in terms of next()
    [all...]
  /external/antlr/src/org/antlr/runtime/
DFA.java 99 int snext = transition[s][c-min[s]]; // move to next state local
100 if ( snext < 0 ) {
119 s = snext;
  /external/icu4c/test/intltest/
nmfmapts.cpp 317 for (res = locs->snext(status); res; res = locs->snext(status)) {
384 for (res = locs->snext(status); res; res = locs->snext(status)) {
389 for (res = locs->snext(status); res; res = locs->snext(status)) {
svccoll.cpp 114 for (locStr = localeEnum->snext(status);
116 locStr = localeEnum->snext(status)) {
136 locStr = localeEnum->snext(status);
137 ls2 = le2->snext(status);
142 localeEnum->snext(status);
427 for (locStr = localeEnum->snext(status);
429 locStr = localeEnum->snext(status))
489 const UnicodeString* s = iter.snext(ec);
490 if (!assertSuccess("snext", ec) || s == NULL)
tztest.cpp 420 *buf += *s->snext(ec);
446 const UnicodeString* id = s->snext(ec);
471 *buf += *s->snext(ec);
485 *buf += *s->snext(ec);
    [all...]
  /external/icu4c/test/perf/normperf/
dtfmtrtperf.h 162 while ((tzid = tzids->snext(*status))) {

Completed in 453 milliseconds

1 2 3