Home | History | Annotate | Download | only in Archive

Lines Matching full:uint64

44   UInt64 Size;

49 bool HasSize() const { return (Size != (UInt64)(Int64)-1); }
65 (!HasSize() || Size < ((UInt64)1 << 56)) &&
81 UInt64 GetInputProcessedSize() const { return _lzmaDecoderSpec->GetInputProcessedSize(); }
89 static const UInt64 k_BCJ = 0x03030103;
150 const UInt64 *Size = header.HasSize() ? &header.Size : NULL;
181 UInt64 _startPosition;
182 UInt64 _packSize;
280 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *)
295 UInt64 endPos;