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

Lines Matching full:uint64

202 void CInByte2::SkipData(UInt64 size)

214 static UInt64 ReadNumberSpec(const Byte *p, size_t size, size_t &processed)
234 UInt64 value = (UInt64)*p;
241 UInt64 highPart = firstByte & (mask - 1);
251 value |= ((UInt64)*p << (i * 8));
260 UInt64 CInByte2::ReadNumber()
263 UInt64 res = ReadNumberSpec(_buffer + _pos, _size - _pos, processed);
283 UInt64 value = ReadNumber();
298 UInt64 CInByte2::ReadUInt64()
302 UInt64 res = Get64(_buffer + _pos);
330 HRESULT CInArchive::FindAndReadSignature(IInStream *stream, const UInt64 *searchHeaderSizeLimit)
342 UInt64 offset = 0;
348 UInt64 rem = *searchHeaderSizeLimit - offset;
385 HRESULT CInArchive::Open(IInStream *stream, const UInt64 *searchHeaderSizeLimit)
436 UInt64 id = 0;
614 void CInArchive::WaitId(UInt64 id)
618 UInt64 type = ReadID();
649 UInt64 sum = 0;
653 UInt64 packSize = ReadNumber();
660 UInt64 type;
722 UInt64 id = 0;
833 UInt64 type = ReadID();
847 CRecordVector<UInt64> &unpackSizes,
855 UInt64 type;
880 UInt64 sum = 0;
883 UInt64 size = ReadNumber();
889 UInt64 folderUnpackSize = folders.GetFolderUnpackSize(i);
987 UInt64 &dataOffset,
989 CRecordVector<UInt64> &unpackSizes,
992 UInt64 type = ReadID();
1079 UInt64 *p = &v.Vals[0];
1084 UInt64 t = 0;
1093 UInt64 baseOffset,
1094 UInt64 &dataOffset, CObjectVector<CByteBuffer> &dataVector
1099 CRecordVector<UInt64> unpackSizes;
1119 UInt64 unpackSize64 = folders.GetFolderUnpackSize(i);
1155 UInt64 type = ReadID();
1179 CRecordVector<UInt64> unpackSizes;
1222 UInt64 type = ReadID();
1225 UInt64 size = ReadNumber();
1328 for (UInt64 j = 0; j < size; j++)
1523 UInt64 nextHeaderOffset = Get64(_header + 12);
1524 UInt64 nextHeaderSize = Get64(_header + 20);
1531 UInt64 cur, fileSize;
1536 UInt64 rem = fileSize - cur;
1575 nextHeaderSize > ((UInt64)1 << 62))
1615 UInt64 type = ReadID();