Lines Matching full:uint64
63 static void SetUInt64(Byte *p, UInt64 d)
151 UInt64 COutArchive::GetPos() const
195 void COutArchive::WriteUInt64(UInt64 value)
204 void COutArchive::WriteNumber(UInt64 value)
211 if (value < ((UInt64(1) << ( 7 * (i + 1)))))
227 static UInt32 GetBigNumberSize(UInt64 value)
231 if (value < (((UInt64)1 << (i * 7))))
237 UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLength, bool props)
255 UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, bool props)
264 UInt64 pureSize = 1;
281 UInt64 id = coder.MethodID;
367 UInt64 dataOffset,
368 const CRecordVector<UInt64> &packSizes,
426 const CRecordVector<UInt64> &unpackSizes,
510 const UInt64 dataSize = (UInt64)numDefined * itemSize + bvSize + 2;
547 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders)
555 UInt64 dataSize64 = data.GetCapacity();
566 UInt64 &headerOffset)
570 UInt64 packedSize = 0;
589 CRecordVector<UInt64> unpackSizes;
751 UInt64 headerOffset;
753 UInt64 headerSize;
795 CRecordVector<UInt64> packSizes;
826 UInt64(0) - (headerSize +