Lines Matching defs:pos
374 for (UInt32 pos = 0;;)
376 const Byte *p = buf + pos + 1;
383 pos = (UInt32)(p - buf);
387 _arhiveBeginStreamPosition += offset + pos;
1309 size_t pos = 0;
1313 const size_t curRem = (rem - pos) / 2;
1314 const UInt16 *buf = (const UInt16 *)(const void *)(db.NamesBuf + pos);
1319 db.NameOffsets[i] = pos / 2;
1320 pos += j * 2 + 2;
1322 db.NameOffsets[i] = pos / 2;
1323 if (pos != rem)