Home | History | Annotate | Download | only in 7z

Lines Matching full:uint64

198 void CInByte2::SkipData(UInt64 size)

210 UInt64 CInByte2::ReadNumber()
216 UInt64 value = 0;
221 UInt64 highPart = firstByte & (mask - 1);
227 value |= ((UInt64)_buffer[_pos++] << (8 * i));
235 UInt64 value = ReadNumber();
250 UInt64 CInByte2::ReadUInt64()
254 UInt64 res = Get64(_buffer + _pos);
309 HRESULT CInArchive::FindAndReadSignature(IInStream *stream, const UInt64 *searchHeaderSizeLimit)
322 UInt64 curTestPos = _arhiveBeginStreamPosition;
360 HRESULT CInArchive::Open(IInStream *stream, const UInt64 *searchHeaderSizeLimit)
406 UInt64 id = 0;
408 id |= (UInt64)longID[idSize - 1 - j] << (8 * j);
465 void CInArchive::WaitAttribute(UInt64 attribute)
469 UInt64 type = ReadID();
495 UInt64 &dataOffset,
496 CRecordVector<UInt64> &packSizes,
509 UInt64 type;
565 UInt64 type = ReadID();
588 CRecordVector<UInt64> &unpackSizes,
594 UInt64 type;
623 UInt64 sum = 0;
627 UInt64 size = ReadNumber();
690 UInt64 &dataOffset,
691 CRecordVector<UInt64> &packSizes,
696 CRecordVector<UInt64> &unpackSizes,
702 UInt64 type = ReadID();
774 UInt64 t = 0;
783 UInt64 baseOffset,
784 UInt64 &dataOffset, CObjectVector<CByteBuffer> &dataVector
790 CRecordVector<UInt64> packSizes;
796 CRecordVector<UInt64> unpackSizes;
821 UInt64 dataStartPos = baseOffset + dataOffset;
827 UInt64 unpackSize64 = folder.GetUnpackSize();
855 UInt64 packSize = packSizes[packIndex++];
871 UInt64 type = ReadID();
897 CRecordVector<UInt64> unpackSizes;
955 UInt64 type = ReadID();
958 UInt64 size = ReadNumber();
1009 for (UInt64 j = 0; j < size; j++)
1084 UInt64 startPos = 0;
1154 UInt64 nextHeaderOffset = Get64(_header + 0xC);
1155 UInt64 nextHeaderSize = Get64(_header + 0x14);
1162 UInt64 cur, cur2;
1197 if (nextHeaderSize > (UInt64)0xFFFFFFFF)
1220 UInt64 type = ReadID();