Searched refs:UInt32 (Results 101 - 125 of 389) sorted by relevance

1234567891011>>

/external/lzma/CPP/7zip/Compress/
H A DCopyCoder.cpp11 static const UInt32 kBufSize = 1 << 17;
34 UInt32 size = kBufSize;
36 size = (UInt32)(*outSize - TotalSize);
47 UInt32 pos = 0;
50 UInt32 curSize = size - pos;
85 STDMETHODIMP CCopyCoder::Read(void *data, UInt32 size, UInt32 *processedSize)
87 UInt32 realProcessedSize = 0;
H A DLzma2Decoder.cpp38 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSizeNew = size; return S_OK; }
39 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStepSize = size; return S_OK; }
47 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
84 STDMETHODIMP CDecoder::SetFinishMode(UInt32 finishMode)
98 UInt32 step = _outStepSize;
99 const UInt32 kOutStepSize_Min = 1 << 12;
140 _inPos += (UInt32)inSizeProcessed;
200 STDMETHODIMP CDecoder::Read(void *data, UInt32 siz
[all...]
H A DLzmaDecoder.cpp44 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; }
45 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; }
60 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
86 STDMETHODIMP CDecoder::SetFinishMode(UInt32 finishMode)
127 _inPos += (UInt32)inSizeProcessed;
189 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize)
207 size = (UInt32)re
[all...]
H A DPpmdDecoder.h39 HRESULT CodeSpec(Byte *memStream, UInt32 size);
57 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
63 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
H A DBcj2Coder.cpp35 UInt32 newSize = _bufsNewSizes[i];
36 const UInt32 kMinBufSize = 1;
64 STDMETHODIMP CEncoder::SetInBufSize(UInt32, UInt32 size) { _bufsNewSizes[BCJ2_NUM_STREAMS] = size; return S_OK; }
65 STDMETHODIMP CEncoder::SetOutBufSize(UInt32 streamIndex, UInt32 size) { _bufsNewSizes[streamIndex] = size; return S_OK; }
67 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)
69 UInt32 relatLim = BCJ2_RELAT_LIMIT;
71 for (UInt32 i = 0; i < numProps; i++)
84 UInt32
[all...]
H A DPpmdDecoder.cpp16 static const UInt32 kBufSize = (1 << 20);
32 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size)
37 UInt32 memSize = GetUi32(props + 1);
50 HRESULT CDecoder::CodeSpec(Byte *memStream, UInt32 size)
71 size = (UInt32)rem;
74 UInt32 i;
152 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize)
157 *processedSize = (UInt32)(_processedSize - startPos);
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoderBit.cs48 private static UInt32[] ProbPrices = new UInt32[kBitModelTotal >> kNumMoveReducingBits];
55 UInt32 start = (UInt32)1 << (kNumBits - i - 1);
56 UInt32 end = (UInt32)1 << (kNumBits - i);
57 for (UInt32 j = start; j < end; j++)
58 ProbPrices[j] = ((UInt32)i << kNumBitPriceShiftBits) +
/external/lzma/C/
H A DAes.c9 static UInt32 T[256 * 4];
28 void MY_FAST_CALL AesCbc_Encode(UInt32 *ivAes, Byte *data, size_t numBlocks);
29 void MY_FAST_CALL AesCbc_Decode(UInt32 *ivAes, Byte *data, size_t numBlocks);
30 void MY_FAST_CALL AesCtr_Code(UInt32 *ivAes, Byte *data, size_t numBlocks);
32 void MY_FAST_CALL AesCbc_Encode_Intel(UInt32 *ivAes, Byte *data, size_t numBlocks);
33 void MY_FAST_CALL AesCbc_Decode_Intel(UInt32 *ivAes, Byte *data, size_t numBlocks);
34 void MY_FAST_CALL AesCtr_Code_Intel(UInt32 *ivAes, Byte *data, size_t numBlocks);
40 static UInt32 D[256 * 4];
47 #define Ui32(a0, a1, a2, a3) ((UInt32)(a0) | ((UInt32)(a
[all...]
H A DCpuArch.c19 static UInt32 CheckFlag(UInt32 flag)
58 void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d)
64 UInt32 a2, b2, c2, d2;
126 static const UInt32 kVendors[][3] =
138 const UInt32 *
[all...]
H A DAesOpt.c23 UInt32 numRounds2 = *(const UInt32 *)(p + 1) - 1;
60 UInt32 numRounds2 = *(const UInt32 *)(p + 1);
89 UInt32 numRounds2 = *(const UInt32 *)(p + 1);
118 UInt32 numRounds2 = *(const UInt32 *)(p + 1) - 1;
143 UInt32 numRounds2 = *(const UInt32 *)(
[all...]
H A DSha256.h15 UInt32 state[8];
H A DPpmd7Enc.c21 if ((UInt32)p->Low < (UInt32)0xFF000000 || (unsigned)(p->Low >> 32) != 0)
30 p->Cache = (Byte)((UInt32)p->Low >> 24);
33 p->Low = (UInt32)p->Low << 8;
36 static void RangeEnc_Encode(CPpmd7z_RangeEnc *p, UInt32 start, UInt32 size, UInt32 total)
47 static void RangeEnc_EncodeBit_0(CPpmd7z_RangeEnc *p, UInt32 size0)
57 static void RangeEnc_EncodeBit_1(CPpmd7z_RangeEnc *p, UInt32 size0)
59 UInt32 newBoun
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zExtract.cpp30 UInt32 _crc;
33 const UInt32 *_indexes;
55 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
57 HRESULT Init(unsigned startIndex, const UInt32 *indexes, unsigned numFiles);
64 HRESULT CFolderOutStream::Init(unsigned startIndex, const UInt32 *indexes, unsigned numFiles)
79 UInt32 nextFileIndex = (_indexes ? *_indexes : _fileIndex);
145 STDMETHODIMP CFolderOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
154 UInt32 cu
[all...]
H A D7zHandler.cpp50 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
60 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps)
66 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */,
111 static unsigned GetStringForSizeValue(char *s, UInt32 val)
115 if (((UInt32)1 << i) == val)
147 static char *AddProp32(char *s, const char *name, UInt32 v)
207 case kpidNumBlocks: prop = (UInt32)_db.NumFolders; break;
221 UInt32 v = 0;
231 UInt32 v = 0;
283 STDMETHODIMP CHandler::GetNumRawProps(UInt32 *numProp
[all...]
/external/python/cpython2/Mac/Modules/ctl/
H A Dctlsupport.py60 ControlClockFlags = UInt32
63 DataBrowserItemID = UInt32
64 DataBrowserEditCommand = UInt32
65 DataBrowserSelectionAnchorDirection = UInt32
66 DataBrowserItemState = UInt32
67 DataBrowserPropertyID = UInt32
70 DataBrowserSelectionFlags = UInt32
71 DataBrowserPropertyFlags = UInt32
75 DataBrowserTableViewHiliteStyle = UInt32
76 DataBrowserTableViewRowIndex = UInt32
[all...]
/external/lzma/CPP/7zip/Common/
H A DStreamObjects.cpp11 STDMETHODIMP CBufferInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
25 *processedSize = (UInt32)rem;
29 STDMETHODIMP CBufferInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
46 STDMETHODIMP CBufInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
60 *processedSize = (UInt32)rem;
64 STDMETHODIMP CBufInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
142 STDMETHODIMP CDynBufSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSiz
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h18 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw();
19 HRESULT Archive_IsItem_Dir(IInArchive *arc, UInt32 index, bool &result) throw();
20 HRESULT Archive_IsItem_Aux(IInArchive *arc, UInt32 index, bool &result) throw();
21 HRESULT Archive_IsItem_AltStream(IInArchive *arc, UInt32 index, bool &result) throw();
22 HRESULT Archive_IsItem_Deleted(IInArchive *arc, UInt32 index, bool &deleted) throw();
144 UInt32 GetOpenArcErrorFlags(const NWindows::NCOM::CPropVariant &prop, bool *isDefinedProp = NULL);
153 UInt32 ErrorFlags;
154 UInt32 WarningFlags;
208 UInt32 GetWarningFlags() const
210 UInt32
[all...]
H A DBench.h32 UInt64 GetCompressRating(UInt32 dictSize, UInt64 elapsedTime, UInt64 freq, UInt64 size);
37 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary, bool totalBench = false);
51 UInt32 numIterations,
H A DUpdateCallback.cpp43 _hardIndex_From((UInt32)(Int32)-1),
112 STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 index,
113 Int32 *newData, Int32 *newProps, UInt32 *indexInArchive)
122 *indexInArchive = (UInt32)(Int32)-1;
145 STDMETHODIMP CArchiveUpdateCallback::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType)
148 *parent = (UInt32)(Int32)-1;
152 STDMETHODIMP CArchiveUpdateCallback::GetNumRawProps(UInt32 *numProps)
160 STDMETHODIMP CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* inde
[all...]
/external/lzma/CPP/7zip/Archive/Common/
H A DMultiStream.cpp7 STDMETHODIMP CMultiStream::Read(void *data, UInt32 size, UInt32 *processedSize)
43 size = (UInt32)rem;
52 STDMETHODIMP CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
101 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
120 STDMETHODIMP COutMultiStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
150 UInt32 curSize = (UInt32)MyMi
[all...]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldType.cs91 UInt32, enumerator in enum:Google.Protobuf.Reflection.FieldType
/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DSampleMessages.cs71 SingleUint32 = UInt32.MaxValue,
76 RepeatedFixed32 = { UInt32.MaxValue, 23 },
93 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue },
94 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue },
/external/lzma/CPP/Windows/
H A DFileIO.cpp133 newPosition = (((UInt64)(UInt32)high) << 32) + low;
160 static const UInt32 kClusterSize = 1 << 14;
171 UInt32 processed = 0;
199 UInt32 processed = 0;
333 static UInt32 kChunkSizeMax = (1 << 22);
335 bool CInFile::Read1(void *data, UInt32 size, UInt32 &processedSize) throw()
339 processedSize = (UInt32)processedLoc;
343 bool CInFile::ReadPart(void *data, UInt32 size, UInt32
[all...]
/external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
H A Dnetwork_ChromeCellularNetworkProperties.py184 dbus.types.UInt32)
211 dbus.types.UInt32)
225 dbus.types.UInt32),
238 dbus.types.UInt32,
240 dbus.types.UInt32(
244 dbus.types.UInt32(
260 dbus.types.UInt32,
262 dbus.types.UInt32(
266 dbus.types.UInt32(
/external/autotest/client/cros/cellular/pseudomodem/
H A Dsms.py84 props['State'] = dbus.types.UInt32(mm1_constants.MM_SMS_STATE_UNKNOWN)
85 props['PduType'] = dbus.types.UInt32(
93 [dbus.types.UInt32(
95 dbus.types.UInt32(0)],
103 dbus.types.UInt32(mm1_constants.MM_SMS_STORAGE_UNKNOWN))
107 props['MessageReference'] = dbus.types.UInt32(0)

Completed in 1014 milliseconds

1234567891011>>