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

Lines Matching full:uint64

62   UInt64 _prefixHeaderPos;

66 UInt64 GetPos() const;
71 void WriteUInt64(UInt64 value);
72 void WriteNumber(UInt64 value);
73 void WriteID(UInt64 value) { WriteNumber(value); }
83 UInt64 dataOffset,
84 const CRecordVector<UInt64> &packSizes,
93 const CRecordVector<UInt64> &unpackSizes,
104 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders);
108 UInt64 &headerOffset);
144 static UInt32 GetVolHeadersSize(UInt64 dataSize, int nameLength = 0, bool props = false);
145 static UInt64 GetVolPureSize(UInt64 volSize, int nameLength = 0, bool props = false);