Home
last modified time | relevance | path

Searched defs:UInt32 (Results 1 – 25 of 48) sorted by relevance

12

/external/lzma/CPP/7zip/Compress/
DByteSwap.cpp34 STDMETHODIMP_(UInt32) CByteSwap2::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
57 STDMETHODIMP_(UInt32) CByteSwap4::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
DDeltaFilter.cpp48 STDMETHODIMP_(UInt32) CEncoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
108 STDMETHODIMP_(UInt32) CDecoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
DBranchMisc.cpp16 STDMETHODIMP_(UInt32) CCoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
DBcjCoder.cpp17 STDMETHODIMP_(UInt32) CCoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
DLzma2Decoder.cpp37 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; } in SetInBufSize() argument
38 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStep = size; return S_OK; } in SetOutBufSize() argument
DLzmaDecoder.cpp54 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSizeNew = size; return S_OK; } in SetInBufSize() argument
55 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStep = size; return S_OK; } in SetOutBufSize() argument
DCopyCoder.cpp18 STDMETHODIMP CCopyCoder::SetFinishMode(UInt32 /* finishMode */) in SetFinishMode() argument
DBcj2Coder.cpp64 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/
DkeychainAPI-diagnostic-visitor.m9 typedef unsigned int UInt32; typedef
Dretain-release-region-store.m13 typedef unsigned long UInt32; typedef
DkeychainAPI.m8 typedef unsigned int UInt32; typedef
/external/clang/test/FixIt/
Dformat-darwin.m13 typedef unsigned int UInt32; typedef
20 typedef unsigned long UInt32; typedef
/external/image_io/includes/image_io/base/
Dtypes.h16 using UInt32 = std::uint32_t; variable
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs91 UInt32, enumerator
/external/clang/test/SemaCXX/
Dneon-vector-types.cpp10 typedef unsigned long UInt32; typedef
/external/lzma/CPP/7zip/Crypto/
DMyAes.cpp29 STDMETHODIMP_(UInt32) CAesCbcCoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
D7zAes.cpp275 STDMETHODIMP_(UInt32) CBaseCoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp24 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/
Dsystem-header-simulator-objc.h8 typedef unsigned int UInt32; typedef
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h42 UInt32 = 0x0075, // 32 bit unsigned int enumerator
146 static TypeIndex UInt32() { return TypeIndex(SimpleTypeKind::UInt32); } in UInt32() function
/external/lzma/CPP/Common/
DStringToInt.cpp24 CONVERT_STRING_TO_UINT_FUNC(UInt32, char, Byte) in CONVERT_STRING_TO_UINT_FUNC() argument
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp65 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, in GetPropertyInfo() argument
295 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo() argument
302 STDMETHODIMP CHandler::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType) in GetParent() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h49 UInt32 = 0x0075, // 32 bit unsigned int enumerator
165 static TypeIndex UInt32() { return TypeIndex(SimpleTypeKind::UInt32); } in UInt32() function
/external/u-boot/lib/lzma/
DTypes.h49 typedef unsigned long UInt32; typedef
52 typedef unsigned int UInt32; typedef
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp148 STDMETHODIMP CArchiveUpdateCallback::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentTy… in GetParent() argument
163 STDMETHODIMP CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo() argument

12