Home | History | Annotate | Download | only in LzmaSpec

Lines Matching defs:UInt64

24   typedef unsigned __int64 UInt64;

26 typedef unsigned long long int UInt64;
33 UInt64 Processed;
51 UInt64 Processed;
354 int Decode(bool unpackSizeDefined, UInt64 unpackSize);
467 int CLzmaDecoder::Decode(bool unpackSizeDefined, UInt64 unpackSize)
580 void ConvertUInt64ToString(UInt64 val, char *s)
598 void PrintUInt64(const char *title, UInt64 v)
640 UInt64 unpackSize = 0;
647 unpackSize |= (UInt64)b << (8 * i);