Home | History | Annotate | Download | only in Common

Lines Matching defs:Pos

115     UInt32 pos = 0;

117 while (pos < BufferSize)
121 if (GetVal(res, 1) == 0 || pos < 1024)
122 Buffer[pos++] = (Byte)(res & 0xFF);
139 while (rep0 >= pos);
143 for (UInt32 i = 0; i < len && pos < BufferSize; i++, pos++)
144 Buffer[pos] = Buffer[pos - rep0];
156 size_t Pos;
164 Pos = 0;
171 size_t remain = Size - Pos;
178 ((Byte *)data)[i] = Data[Pos + i];
179 Pos += size;
192 UInt32 Pos;
197 Pos = 0;
205 size_t curSize = BufferSize - Pos;
208 memcpy(Buffer + Pos, data, curSize);
209 Pos += (UInt32)curSize;
617 compressedSize = outStreamSpec->Pos;
645 RINOK(compressSetDecoderProperties->SetDecoderProperties2(propStreamSpec->Buffer, propStreamSpec->Pos));