Lines Matching full:uint64
43 static void SetUInt64(Byte *p, UInt64 d)
133 UInt64 COutArchive::GetPos() const
177 void COutArchive::WriteUInt64(UInt64 value)
186 void COutArchive::WriteNumber(UInt64 value)
193 if (value < ((UInt64(1) << ( 7 * (i + 1)))))
209 static UInt32 GetBigNumberSize(UInt64 value)
213 if (value < (((UInt64)1 << (i * 7))))
219 UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLength, bool props)
237 UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, bool props)
246 UInt64 pureSize = 1;
263 UInt64 id = coder.MethodID;
355 UInt64 dataOffset,
356 const CRecordVector<UInt64> &packSizes,
399 const CRecordVector<UInt64> &unpackSizes,
475 const UInt64 dataSize = (UInt64)numDefined * itemSize + bvSize + 2;
512 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders, COutFolders &outFolders)
520 UInt64 dataSize64 = data.Size();
521 UInt64 unpackSize;
531 UInt64 &headerOffset)
540 UInt64 packedSize = 0;
556 CRecordVector<UInt64> unpackSizes;
726 const UInt64 dataSize = (UInt64)db.Files.Size() * 4 + bvSize + 1;
749 UInt64 secureDataSize = 1 + 4 +
784 UInt64 headerOffset;
786 UInt64 headerSize;
827 CRecordVector<UInt64> packSizes;
859 UInt64(0) - (headerSize +
878 void CUInt64DefVector::SetItem(unsigned index, bool defined, UInt64 value)