Home
last modified time | relevance | path

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

12

/third_party/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
DCodecExports.cpp352 STDMETHODIMP_(UInt32) CHashers::GetNumHashers() in STDMETHODIMP_() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs91 UInt32, enumerator
/third_party/lzma/CPP/7zip/Common/
DFilterCoder.cpp41 STDMETHODIMP CFilterCoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; } in SetInBufSize() argument
42 STDMETHODIMP CFilterCoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize() argument
/third_party/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp65 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, in GetPropertyInfo() argument
318 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo() argument
325 STDMETHODIMP CHandler::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType) in GetParent() argument
/third_party/lzma/CPP/7zip/Crypto/
DMyAes.cpp36 STDMETHODIMP_(UInt32) CAesCoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
D7zAes.cpp312 STDMETHODIMP_(UInt32) CBaseCoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
/third_party/lzma/CPP/Common/
DStringToInt.cpp24 CONVERT_STRING_TO_UINT_FUNC(UInt32, char, Byte) in CONVERT_STRING_TO_UINT_FUNC() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h48 UInt32 = 0x0075, // 32 bit unsigned int enumerator
173 static TypeIndex UInt32() { return TypeIndex(SimpleTypeKind::UInt32); } in UInt32() function
/third_party/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp175 STDMETHODIMP CArchiveUpdateCallback::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentTy… in GetParent() argument
190 STDMETHODIMP CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo() argument
DArchiveExtractCallback.cpp2483 UInt32 /* indexType */, UInt32 /* index */, UInt32 /* op */) in ReportOperation() argument
DLoadCodecs.cpp1060 STDMETHODIMP_(UInt32) CCodecs::GetNumHashers() in STDMETHODIMP_() argument
/third_party/lzma/CPP/7zip/Archive/
DSplitHandler.cpp279 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() argument
DLzmaHandler.cpp293 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() argument
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp18 typedef unsigned long UInt32; typedef
20 typedef unsigned int UInt32; typedef
/third_party/lzma/C/
D7zTypes.h172 typedef unsigned long UInt32; typedef
175 typedef unsigned int UInt32; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h402 UInt32, enumerator
461 uint32_t UInt32; member
/third_party/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp688 STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 /* index */, in GetUpdateItemInfo() argument

12