Home
last modified time | relevance | path

Searched refs:UInt64 (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h405 UInt64, enumerator
439 explicit Variant(uint64_t V) : Type(PDB_VariantType::UInt64) { in Variant()
440 Value.UInt64 = V; in Variant()
464 uint64_t UInt64; member
478 case UInt64: in isIntegralType()
501 VARIANT_WIDTH(UInt64, 64u) in getBitWidth()
524 VARIANT_APSINT(UInt64, 64u, true) in toAPSInt()
541 case PDB_VariantType::UInt64: in toAPFloat()
568 VARIANT_EQUAL_CASE(UInt64)
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_ppmd_private.h38 typedef unsigned long UInt64; typedef
44 typedef unsigned __int64 UInt64; typedef
48 typedef unsigned long long int UInt64; typedef
H A Darchive_ppmd7_private.h87 UInt64 Low;
90 UInt64 CacheSize;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h52 UInt64 = 0x0077, // 64 bit unsigned int enumerator
188 static TypeIndex UInt64() { return TypeIndex(SimpleTypeKind::UInt64); } in UInt64() function
/netbsd-src/external/bsd/bzip2/dist/
H A Dbzip2.c237 UInt64; typedef
241 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 ) in uInt64_from_UInt32s()
255 double uInt64_to_double ( UInt64* n ) in uInt64_to_double()
269 Bool uInt64_isZero ( UInt64* n ) in uInt64_isZero()
280 Int32 uInt64_qrm10 ( UInt64* n ) in uInt64_qrm10()
298 void uInt64_toAscii ( char* outbuf, UInt64* n ) in uInt64_toAscii()
303 UInt64 n_copy = *n; in uInt64_toAscii()
389 UInt64 nbytes_in, nbytes_out; in compressStream()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp37 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt64, OS) in operator <<()
381 case PDB_VariantType::UInt64: in operator <<()
382 OS << Value.Value.UInt64; in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp49 {"unsigned __int64*", SimpleTypeKind::UInt64},
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def59 HANDLE_MP_FIRST_BYTE(0xcf, UInt64)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp84 EW.write(FirstByte::UInt64); in write()
H A DMsgPackReader.cpp67 case FirstByte::UInt64: in read()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp224 case SimpleTypeKind::UInt64: in getBuiltinType()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h148 GMOCK_DECLARE_KIND_(UInt64, kInteger);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp62 Result.Value.UInt64 = V.ullVal; in VariantFromVARIANT()
63 Result.Type = PDB_VariantType::UInt64; in VariantFromVARIANT()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst148 UInt64 = 0x0077, // 64 bit unsigned int
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-actions.h174 GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(UInt64, 0);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h2156 typedef TypeWithSize<8>::UInt UInt64;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPropertiesBase.td139 def UInt64 : CountPropertyType<"uint64_t">;