Lines Matching refs:pos
67 int pos, inc;
94 pos = 0x10000;
98 while ( pos >= 0x10000L ) {
103 pos -= 0x10000L;
109 pos += inc;
127 int pos, inc; \
130 pos = 0x10000; \
133 while ( pos >= 0x10000L ) { \
135 pos -= 0x10000L; \
138 pos += inc; \
151 int pos, inc;
154 pos = 0x10000;
157 while ( pos >= 0x10000L ) {
161 pos -= 0x10000L;
166 pos += inc;
178 int pos, inc;
249 pos = 0x10000;
267 while ( pos >= 0x10000L ) {
271 pos -= 0x10000L;
322 pos += inc;