Lines Matching refs:pos
80 int pos, inc;
115 pos = 0x10000;
120 while ( pos >= 0x10000L ) {
128 pos -= 0x10000L;
137 pos += inc;
158 int pos, inc; \
161 pos = 0x10000; \
164 while ( pos >= 0x10000L ) { \
166 pos -= 0x10000L; \
169 pos += inc; \
180 int pos, inc;
183 pos = 0x10000;
186 while ( pos >= 0x10000L ) {
190 pos -= 0x10000L;
195 pos += inc;
207 int pos, inc;
280 pos = 0x10000;
297 while ( pos >= 0x10000L ) {
301 pos -= 0x10000L;
346 pos += inc;