| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 405 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 D | archive_ppmd_private.h | 38 typedef unsigned long UInt64; typedef 44 typedef unsigned __int64 UInt64; typedef 48 typedef unsigned long long int UInt64; typedef
|
| H A D | archive_ppmd7_private.h | 87 UInt64 Low; 90 UInt64 CacheSize;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 52 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 D | bzip2.c | 237 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 D | PDBExtras.cpp | 37 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 D | TypeIndex.cpp | 49 {"unsigned __int64*", SimpleTypeKind::UInt64},
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPack.def | 59 HANDLE_MP_FIRST_BYTE(0xcf, UInt64)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 84 EW.write(FirstByte::UInt64); in write()
|
| H A D | MsgPackReader.cpp | 67 case FirstByte::UInt64: in read()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 224 case SimpleTypeKind::UInt64: in getBuiltinType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/ |
| H A D | gmock-internal-utils.h | 148 GMOCK_DECLARE_KIND_(UInt64, kInteger);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 62 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 D | TpiStream.rst | 148 UInt64 = 0x0077, // 64 bit unsigned int
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-actions.h | 174 GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(UInt64, 0);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 2156 typedef TypeWithSize<8>::UInt UInt64;
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | PropertiesBase.td | 139 def UInt64 : CountPropertyType<"uint64_t">;
|