Lines Matching refs:UInt32
34 static bool BoolVector_GetAndSet(CBoolVector &v, UInt32 index)
36 if (index >= (UInt32)v.Size())
45 const int kNumCodersMax = sizeof(UInt32) * 8; // don't change it
46 const int kMaskSize = sizeof(UInt32) * 8; // it must be >= kNumCodersMax
70 UInt32 mask[kMaskSize];
241 UInt32 CInByte2::ReadUInt32()
245 UInt32 res = Get32(_buffer + _pos);
317 const UInt32 kBufferSize = (1 << 16);
320 UInt32 numPrevBytes = kHeaderSize;
330 UInt32 numReadBytes = kBufferSize - numPrevBytes;
331 UInt32 processedSize;
338 UInt32 numTests = numPrevBytes - kHeaderSize;
339 for (UInt32 pos = 0; pos < numTests; pos++)
480 CRecordVector<UInt32> &digests)
487 UInt32 crc = 0;
498 CRecordVector<UInt32> &packCRCs)
571 CRecordVector<UInt32> crcs;
590 CRecordVector<UInt32> &digests)
651 CRecordVector<UInt32> digests2;
693 CRecordVector<UInt32> &packCRCs,
698 CRecordVector<UInt32> &digests)
703 if (type > ((UInt32)1 << 30))
705 switch((UInt32)type)
792 CRecordVector<UInt32> packCRCs;
798 CRecordVector<UInt32> digests;
899 CRecordVector<UInt32> digests;
962 if (type > ((UInt32)1 << 30))
964 else switch((UInt32)type)
1153 UInt32 crcFromArchive = Get32(_header + 8);
1156 UInt32 nextHeaderCRC = Get32(_header + 0x1C);
1157 UInt32 crc = CrcCalc(_header + 0xC, 20);
1212 if (CrcCalc(buffer2, (UInt32)nextHeaderSize) != nextHeaderCRC)