Searched refs:snext (Results 1 - 25 of 69) sorted by relevance

123

/external/quake/quake/src/QW/client/
H A Dd_scan.c123 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
259 fixed16_t s, t, snext, tnext, sstep, tstep; local
[all...]
H A Dd_sky.c69 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;
H A Dd_sprite.c42 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
[all...]
H A Dd_varsa.s89 .globl pbase, s, t, sfracf, tfracf, snext, tnext
94 snext: .long 0 label
H A Dd_draw.s327 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)
H A Dd_draw16.s330 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) /
H A Dd_spr8.s354 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/
H A Dd_scan.cpp125 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
261 fixed16_t s, t, snext, tnext, sstep, tstep; local
[all...]
H A Dd_sky.cpp69 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;
H A Dd_sprite.cpp42 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
[all...]
H A Dd_varsa.s89 .globl pbase, s, t, sfracf, tfracf, snext, tnext
94 snext: .long 0 label
H A Dd_draw.s327 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)
H A Dd_draw16.s330 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) /
H A Dd_spr8.s354 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/
H A Dustrenum.h65 virtual const UnicodeString* snext(UErrorCode& status);
H A Dustrenum.cpp43 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/
H A Dmsgfmt_impl.h31 virtual const UnicodeString* snext(UErrorCode& status);
H A Ddtptngen_impl.h232 virtual const UnicodeString* snext(UErrorCode& status);
247 virtual const UnicodeString* snext(UErrorCode& status);
/external/icu4c/common/unicode/
H A Dstrenum.h46 * <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() i
[all...]
/external/antlr/src/org/antlr/runtime/
H A DDFA.java99 int snext = transition[s][c-min[s]]; // move to next state
100 if ( snext < 0 ) {
119 s = snext;
/external/icu4c/test/intltest/
H A Dnmfmapts.cpp317 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)) {
H A Dsvccoll.cpp114 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)
H A Dtztest.cpp420 *buf += *s->snext(ec);
446 const UnicodeString* id = s->snext(ec);
471 *buf += *s->snext(ec);
485 *buf += *s->snext(ec);
1493 const UnicodeString* id = s->snext(ec);
1512 const UnicodeString* id = s->snext(ec);
1527 const UnicodeString* id1 = s1->snext(ec);
1533 const UnicodeString* id2 = s2->snext(ec);
1781 const UnicodeString *tzid = s->snext(ec);
H A Ddtptngts.cpp683 const UnicodeString *dupPattern=output->snext(status);
698 ptrSkeleton = (UnicodeString *)ptrSkeletonEnum->snext(status);
712 ptrSkeleton = (UnicodeString *)ptrBaseSkeletonEnum->snext(status);
/external/icu4c/test/perf/normperf/
H A Ddtfmtrtperf.h162 while ((tzid = tzids->snext(*status))) {

Completed in 251 milliseconds

123