Home
last modified time | relevance | path

Searched defs:UInt64 (Results 1 – 25 of 46) sorted by relevance

12

/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.cpp47 HRESULT CExtractCallbackImp::Open_SetTotal(const UInt64 * /* numFiles */, const UInt64 * /* numByte… in Open_SetTotal()
52 HRESULT CExtractCallbackImp::Open_SetCompleted(const UInt64 * /* numFiles */, const UInt64 * /* num… in Open_SetCompleted()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp181 STDMETHODIMP CArchiveOpenCallback::SetTotal(const UInt64 * /* files */, const UInt64 * /* bytes */) in SetTotal()
186 STDMETHODIMP CArchiveOpenCallback::SetCompleted(const UInt64 * /* files */, const UInt64 * /* bytes… in SetCompleted()
281 STDMETHODIMP CArchiveExtractCallback::SetTotal(UInt64 /* size */) in SetTotal() argument
286 STDMETHODIMP CArchiveExtractCallback::SetCompleted(const UInt64 * /* completeValue */) in SetCompleted()
573 STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 /* size */) in SetTotal() argument
578 STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 * /* completeValue */) in SetCompleted()
/external/lzma/CPP/7zip/Compress/
DPpmdEncoder.cpp107 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress) in Code()
DLzma2Encoder.cpp100 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress) in Code()
DLzmaEncoder.cpp160 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress) in Code()
DXzEncoder.cpp222 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress) in Code()
DCopyCoder.cpp25 const UInt64 * /* inSize */, const UInt64 *outSize, in Code()
DXzDecoder.cpp117 const UInt64 * /* inSize */, const UInt64 *outSize, ICompressProgressInfo *progress) in Code()
DPpmdDecoder.cpp96 const UInt64 * /* inSize */, const UInt64 *outSize, ICompressProgressInfo *progress) in Code()
/external/jsoncpp/include/json/
Dconfig.h118 using UInt64 = unsigned __int64; variable
121 using UInt64 = uint64_t; variable
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h183 typedef unsigned __int64 UInt64; typedef
186 typedef unsigned long long int UInt64; typedef
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h183 typedef unsigned __int64 UInt64; typedef
186 typedef unsigned long long int UInt64; typedef
Djson.h210 typedef unsigned __int64 UInt64; typedef
213 typedef unsigned long long int UInt64; typedef
513 typedef Json::UInt64 UInt64; typedef
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h183 typedef unsigned __int64 UInt64; typedef
186 typedef unsigned long long int UInt64; typedef
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h183 typedef unsigned __int64 UInt64; typedef
186 typedef unsigned long long int UInt64; typedef
/external/image_io/includes/image_io/base/
Dtypes.h17 using UInt64 = std::uint64_t; variable
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs55 UInt64, enumerator
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h46 UInt64 = 0x0077, // 64 bit unsigned int enumerator
152 static TypeIndex UInt64() { return TypeIndex(SimpleTypeKind::UInt64); } in UInt64() function
/external/protobuf/js/binary/
Darith.js53 jspb.arith.UInt64 = function(lo, hi) { class in jspb.arith
/external/flatbuffers/swift/Sources/FlatBuffers/
DConstants.swift87 extension UInt64: Scalar { extension
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h52 UInt64 = 0x0077, // 64 bit unsigned int enumerator
179 static TypeIndex UInt64() { return TypeIndex(SimpleTypeKind::UInt64); } in UInt64() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h52 UInt64 = 0x0077, // 64 bit unsigned int enumerator
188 static TypeIndex UInt64() { return TypeIndex(SimpleTypeKind::UInt64); } in UInt64() function
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp461 HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */, const UInt64 * /* outSize… in SetRatioInfo()
/external/lzma/C/
D7zTypes.h84 typedef unsigned long UInt64; typedef
90 typedef unsigned __int64 UInt64; typedef
94 typedef unsigned long long int UInt64; typedef
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h238 typedef unsigned __int64 UInt64; typedef
241 typedef unsigned long long int UInt64; typedef
556 typedef Json::UInt64 UInt64; typedef

12