| /third_party/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 | 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 | 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 | Lzma2Decoder.cpp | 37 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
|
| D | LzmaDecoder.cpp | 54 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
|
| D | CopyCoder.cpp | 18 STDMETHODIMP CCopyCoder::SetFinishMode(UInt32 /* finishMode */) in SetFinishMode() 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
|
| D | CodecExports.cpp | 352 STDMETHODIMP_(UInt32) CHashers::GetNumHashers() in STDMETHODIMP_() argument
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| D | FieldType.cs | 91 UInt32, enumerator
|
| /third_party/lzma/CPP/7zip/Common/ |
| D | FilterCoder.cpp | 41 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/ |
| D | 7zHandler.cpp | 65 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/ |
| D | MyAes.cpp | 36 STDMETHODIMP_(UInt32) CAesCoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
|
| D | 7zAes.cpp | 312 STDMETHODIMP_(UInt32) CBaseCoder::Filter(Byte *data, UInt32 size) in STDMETHODIMP_() argument
|
| /third_party/lzma/CPP/Common/ |
| D | StringToInt.cpp | 24 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/ |
| D | TypeIndex.h | 48 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/ |
| D | UpdateCallback.cpp | 175 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
|
| D | ArchiveExtractCallback.cpp | 2483 UInt32 /* indexType */, UInt32 /* index */, UInt32 /* op */) in ReportOperation() argument
|
| D | LoadCodecs.cpp | 1060 STDMETHODIMP_(UInt32) CCodecs::GetNumHashers() in STDMETHODIMP_() argument
|
| /third_party/lzma/CPP/7zip/Archive/ |
| D | SplitHandler.cpp | 279 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() argument
|
| D | LzmaHandler.cpp | 293 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() argument
|
| /third_party/lzma/CPP/7zip/Bundles/LzmaSpec/ |
| D | LzmaSpec.cpp | 18 typedef unsigned long UInt32; typedef 20 typedef unsigned int UInt32; typedef
|
| /third_party/lzma/C/ |
| D | 7zTypes.h | 172 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/ |
| D | PDBTypes.h | 402 UInt32, enumerator 461 uint32_t UInt32; member
|
| /third_party/lzma/CPP/7zip/UI/Client7z/ |
| D | Client7z.cpp | 688 STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 /* index */, in GetUpdateItemInfo() argument
|