/external/lzma/CPP/7zip/Compress/ |
D | ByteSwap.cpp | 34 STDMETHODIMP_(UInt32) CByteSwap2::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument 57 STDMETHODIMP_(UInt32) CByteSwap4::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
|
D | BranchMisc.cpp | 16 STDMETHODIMP_(UInt32) CCoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
|
D | BcjCoder.cpp | 17 STDMETHODIMP_(UInt32) CCoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
|
D | DeltaFilter.cpp | 48 STDMETHODIMP_(UInt32) CEncoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument 108 STDMETHODIMP_(UInt32) CDecoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
|
D | Lzma2Decoder.cpp | 38 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSizeNew = size; return S_OK; } in SetInBufSize() argument 39 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStepSize = size; return S_OK; } in SetOutBufSize() argument
|
D | LzmaDecoder.cpp | 44 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; } in SetInBufSize() argument 45 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize() argument
|
D | Bcj2Coder.cpp | 64 STDMETHODIMP CEncoder::SetInBufSize(UInt32, UInt32 size) { _bufsNewSizes[BCJ2_NUM_STREAMS] = size; … in SetInBufSize() argument 325 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _bufsNewSizes[BCJ2_NUM_STREAMS] = size… in SetOutBufSize() argument
|
/external/clang/test/Analysis/ |
D | keychainAPI-diagnostic-visitor.m | 9 typedef unsigned int UInt32; typedef
|
D | retain-release-region-store.m | 13 typedef unsigned long UInt32; typedef
|
D | keychainAPI.m | 8 typedef unsigned int UInt32; typedef
|
D | cfref_rdar6080742.c | 8 typedef unsigned long UInt32; typedef
|
D | uninit-vals-ps.c | 71 typedef unsigned long UInt32; typedef
|
/external/clang/test/FixIt/ |
D | format-darwin.m | 13 typedef unsigned int UInt32; typedef 20 typedef unsigned long UInt32; typedef
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldType.cs | 91 UInt32, enumerator
|
/external/clang/test/SemaCXX/ |
D | neon-vector-types.cpp | 10 typedef unsigned long UInt32; typedef
|
/external/lzma/CPP/7zip/Crypto/ |
D | MyAes.cpp | 29 STDMETHODIMP_(UInt32) CAesCbcCoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
|
D | 7zAes.cpp | 275 STDMETHODIMP_(UInt32) CBaseCoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
|
/external/lzma/CPP/7zip/Common/ |
D | FilterCoder.cpp | 24 STDMETHODIMP CFilterCoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; } in SetInBufSize() argument 25 STDMETHODIMP CFilterCoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize() argument
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-objc.h | 8 typedef unsigned int UInt32; typedef
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeIndex.h | 42 UInt32 = 0x0075, // 32 bit unsigned int enumerator 146 static TypeIndex UInt32() { return TypeIndex(SimpleTypeKind::UInt32); } in UInt32() function
|
/external/lzma/CPP/Common/ |
D | StringToInt.cpp | 24 CONVERT_STRING_TO_UINT_FUNC(UInt32, char, Byte) in CONVERT_STRING_TO_UINT_FUNC() argument
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.cpp | 66 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, in GetPropertyInfo() argument 289 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo() argument 296 STDMETHODIMP CHandler::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType) in GetParent() argument
|
/external/lzma/C/ |
D | 7zTypes.h | 62 typedef unsigned long UInt32; typedef 65 typedef unsigned int UInt32; typedef
|
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 145 STDMETHODIMP CArchiveUpdateCallback::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentTy… in GetParent() argument 160 STDMETHODIMP CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo() argument
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 276 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() argument
|