Lines Matching defs:pos
187 size_t pos = 0;
196 while (pos < bufSize)
199 if (pos >= ((UInt32)1 << 31))
200 printf(" %x\n", pos);
203 if (GetVal(r, 1) == 0 || pos < 1024)
204 buf[pos++] = (Byte)(r & 0xFF);
214 while (((size_t)1 << posBits) < pos)
234 if (rep0 < pos)
243 const size_t rem = bufSize - pos;
247 Byte *dest = buf + pos;
249 pos += len;
2280 size_t pos = 0;
2283 const size_t rem = size - pos;
2286 hf->Update(buf + pos, curSize);
2287 pos += curSize;
2289 while (pos != size);
3607 unsigned pos = MyStringLen(s);
3608 s[pos++] = ':';
3609 s[pos] = 0;