Lines Matching full:uint32
24 bindPair.InIndex = (UInt32)folder.BindPairs[i].InIndex;
25 bindPair.OutIndex = (UInt32)folder.BindPairs[i].OutIndex;
31 UInt32 outStreamIndex = 0;
36 coderStreamsInfo.NumInStreams = (UInt32)coderInfo.NumInStreams;
37 coderStreamsInfo.NumOutStreams = (UInt32)coderInfo.NumOutStreams;
39 for (UInt32 j = 0; j < coderStreamsInfo.NumOutStreams; j++, outStreamIndex++)
45 bindInfo.InStreams[i] = (UInt32)folder.PackStreams[i];
102 , bool mtMode, UInt32 numThreads
225 UInt32 packStreamIndex = 0;
226 UInt32 unpackStreamIndexStart = folders.FoToCoderUnpackSizes[folderIndex];
227 UInt32 unpackStreamIndex = unpackStreamIndexStart;
228 UInt32 coderIndex = 0;
229 // UInt32 coder2Index = 0;
247 RINOK(setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size));
286 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, (UInt32)buffer.Size()));
293 UInt32 numInStreams = (UInt32)coderInfo.NumInStreams;
294 UInt32 numOutStreams = (UInt32)coderInfo.NumOutStreams;
298 UInt32 j;
307 packSizesPointers[j] = &folders.CoderUnpackSizes[unpackStreamIndexStart + (UInt32)folderInfo.BindPairs[bindPairIndex].OutIndex];
320 UInt32 mainCoder, temp;