Home
last modified time | relevance | path

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

12

/third_party/lzma/CPP/7zip/Compress/
DBranchMisc.cpp21 Z7_COM7F_IMF2(UInt32, CCoder::Filter(Byte *data, UInt32 size)) in Z7_COM7F_IMF2() argument
39 Z7_COM7F_IMF2(UInt32, CEncoder::Filter(Byte *data, UInt32 size)) in Z7_COM7F_IMF2() argument
86 Z7_COM7F_IMF2(UInt32, CDecoder::Filter(Byte *data, UInt32 size)) in Z7_COM7F_IMF2() argument
DByteSwap.cpp21 Z7_COM7F_IMF2(UInt32, CByteSwap2::Filter(Byte *data, UInt32 size)) in Z7_COM7F_IMF2() argument
49 Z7_COM7F_IMF2(UInt32, CByteSwap4::Filter(Byte *data, UInt32 size)) in Z7_COM7F_IMF2() argument
DDeltaFilter.cpp47 Z7_COM7F_IMF2(UInt32, CEncoder::Filter(Byte *data, UInt32 size)) in Z7_COM7F_IMF2() argument
106 Z7_COM7F_IMF2(UInt32, CDecoder::Filter(Byte *data, UInt32 size)) in Z7_COM7F_IMF2() argument
DBcjCoder.cpp17 Z7_COM7F_IMF2(UInt32, CCoder2::Filter(Byte *data, UInt32 size)) in Z7_COM7F_IMF2() argument
DLzma2Decoder.cpp37 Z7_COM7F_IMF(CDecoder::SetInBufSize(UInt32 , UInt32 size)) { _inBufSize = size; return S_OK; } in Z7_COM7F_IMF()
38 Z7_COM7F_IMF(CDecoder::SetOutBufSize(UInt32 , UInt32 size)) { _outStep = size; return S_OK; } in Z7_COM7F_IMF()
DLzmaDecoder.cpp54 Z7_COM7F_IMF(CDecoder::SetInBufSize(UInt32 , UInt32 size)) in Z7_COM7F_IMF()
56 Z7_COM7F_IMF(CDecoder::SetOutBufSize(UInt32 , UInt32 size)) in Z7_COM7F_IMF()
DCopyCoder.cpp18 Z7_COM7F_IMF(CCopyCoder::SetFinishMode(UInt32 /* finishMode */)) in Z7_COM7F_IMF()
DBcj2Coder.cpp74 Z7_COM7F_IMF(CEncoder::SetInBufSize(UInt32, UInt32 size)) in Z7_COM7F_IMF()
434 Z7_COM7F_IMF(CDecoder::SetOutBufSize(UInt32, UInt32 size)) in Z7_COM7F_IMF()
/third_party/lzma/CPP/7zip/Crypto/
DMyAes.cpp41 Z7_COM7F_IMF2(UInt32, CAesCoder::Filter(Byte *data, UInt32 size)) in Z7_COM7F_IMF2() argument
91 Z7_COM7F_IMF2(UInt32, CAesCtrCoder::Filter(Byte *data, UInt32 size)) in Z7_COM7F_IMF2() argument
D7zAes.cpp312 Z7_COM7F_IMF2(UInt32, CBaseCoder::Filter(Byte *data, UInt32 size)) in Z7_COM7F_IMF2() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs91 UInt32, enumerator
/third_party/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp65 Z7_COM7F_IMF(CHandler::GetPropertyInfo(UInt32 /* index */, in Z7_COM7F_IMF()
323 Z7_COM7F_IMF(CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID)) in Z7_COM7F_IMF()
330 Z7_COM7F_IMF(CHandler::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType)) in Z7_COM7F_IMF()
/third_party/lzma/CPP/Common/
DStringToInt.cpp24 CONVERT_STRING_TO_UINT_FUNC(UInt32, char, Byte) in CONVERT_STRING_TO_UINT_FUNC() argument
/third_party/lzma/CPP/7zip/Common/
DFilterCoder.cpp47 Z7_COM7F_IMF(CFilterCoder::SetInBufSize(UInt32 , UInt32 size)) { _inBufSize = size; return S_OK; } in Z7_COM7F_IMF()
48 Z7_COM7F_IMF(CFilterCoder::SetOutBufSize(UInt32 , UInt32 size)) { _outBufSize = size; return S_OK; } in Z7_COM7F_IMF()
/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.cpp184 Z7_COM7F_IMF(CArchiveUpdateCallback::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentTy… in Z7_COM7F_IMF()
199 Z7_COM7F_IMF(CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID)) in Z7_COM7F_IMF()
DArchiveExtractCallback.cpp2495 Z7_COM7F_IMF(CArchiveExtractCallback::ReportOperation( in Z7_COM7F_IMF()
2496 UInt32 /* indexType */, UInt32 /* index */, UInt32 /* op */)) in Z7_COM7F_IMF() argument
DLoadCodecs.cpp1062 Z7_COM7F_IMF2(UInt32, CCodecs::GetNumHashers()) in Z7_COM7F_IMF2() argument
DHashCalc.cpp1036 Z7_COM7F_IMF(CHandler::GetParent(UInt32 /* index */ , UInt32 *parent, UInt32 *parentType)) in Z7_COM7F_IMF()
/third_party/lzma/CPP/7zip/Archive/
DSplitHandler.cpp266 Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)) in Z7_COM7F_IMF()
/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.h177 typedef unsigned long UInt32; typedef
180 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.cpp655 Z7_COM7F_IMF(CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 /* index */, in Z7_COM7F_IMF()
/third_party/protobuf/src/google/protobuf/
Dwire_format_unittest.cc1470 TEST(RepeatedVarint, UInt32) { in TEST() argument

12