| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| 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)
|
| /freebsd-12-stable/contrib/libarchive/libarchive/ |
| 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
|
| D | archive_ppmd7_private.h | 87 UInt64 Low; 90 UInt64 CacheSize;
|
| D | archive_ppmd7.c | 1003 p->Low += (UInt64)start * (UInt64)(p->Range /= total); in RangeEnc_Encode()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| D | TypeIndex.h | 52 UInt64 = 0x0077, // 64 bit unsigned int enumerator 188 static TypeIndex UInt64() { return TypeIndex(SimpleTypeKind::UInt64); } in UInt64() function
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | TargetProperties.td | 23 def ExprErrorLimit: Property<"expr-error-limit", "UInt64">, 60 def RetriesWithFixIts: Property<"retries-with-fixits", "UInt64">, 69 def MaxZeroPaddingInFloatFormat: Property<"max-zero-padding-in-float-format", "UInt64">, 217 def MemCacheLineSize: Property<"memory-cache-line-size", "UInt64">, 230 def UtilityExpressionTimeout: Property<"utility-expression-timeout", "UInt64">, 233 def InterruptTimeout: Property<"interrupt-timeout", "UInt64">, 239 def VirtualAddressableBits: Property<"virtual-addressable-bits", "UInt64">, 275 def MaxBacktraceDepth: Property<"max-backtrace-depth", "UInt64">,
|
| /freebsd-12-stable/contrib/bzip2/ |
| D | bzip2.c | 234 UInt64; typedef 238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 ) in uInt64_from_UInt32s() 252 double uInt64_to_double ( UInt64* n ) in uInt64_to_double() 266 Bool uInt64_isZero ( UInt64* n ) in uInt64_isZero() 277 Int32 uInt64_qrm10 ( UInt64* n ) in uInt64_qrm10() 295 void uInt64_toAscii ( char* outbuf, UInt64* n ) in uInt64_toAscii() 300 UInt64 n_copy = *n; in uInt64_toAscii() 386 UInt64 nbytes_in, nbytes_out; in compressStream()
|
| /freebsd-12-stable/contrib/googletest/googlemock/test/ |
| D | gmock-internal-utils_test.cc | 189 EXPECT_EQ(kInteger, GMOCK_KIND_OF_(UInt64)); // NOLINT in TEST() 238 (LosslessArithmeticConvertible<unsigned short, UInt64>::value)); // NOLINT in TEST() 241 EXPECT_FALSE((LosslessArithmeticConvertible<short, UInt64>::value)); // NOLINT in TEST() 257 EXPECT_FALSE((LosslessArithmeticConvertible<UInt64, Int64>::value)); in TEST()
|
| D | gmock-actions_test.cc | 81 using testing::internal::UInt64; 130 EXPECT_EQ(0U, BuiltInDefaultValue<UInt64>::Get()); in TEST() 158 EXPECT_TRUE(BuiltInDefaultValue<UInt64>::Exists()); in TEST()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| D | ProcessGDBRemoteProperties.td | 4 def PacketTimeout: Property<"packet-timeout", "UInt64">,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| D | TypeIndex.cpp | 49 {"unsigned __int64*", SimpleTypeKind::UInt64},
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| 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 <<()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| D | MsgPack.def | 59 HANDLE_MP_FIRST_BYTE(0xcf, UInt64)
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| D | MsgPackWriter.cpp | 84 EW.write(FirstByte::UInt64); in write()
|
| D | MsgPackReader.cpp | 68 case FirstByte::UInt64: in read()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | CoreProperties.td | 54 def StopDisassemblyMaxSize: Property<"stop-disassembly-max-size", "UInt64">, 126 def TabSize: Property<"tab-size", "UInt64">,
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | PdbUtil.cpp | 734 case SimpleTypeKind::UInt64: in GetCompilerTypeForSimpleKind() 768 case SimpleTypeKind::UInt64: in GetTypeSizeForSimpleKind()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| D | NativeTypeEnum.cpp | 224 case SimpleTypeKind::UInt64: in getBuiltinType()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| D | PDBASTParser.cpp | 92 case PDB_VariantType::UInt64: in TranslateEnumEncoding() 1172 case PDB_VariantType::UInt64: in AddEnumValue() 1173 raw_value = v.Value.UInt64; in AddEnumValue()
|
| /freebsd-12-stable/contrib/googletest/googlemock/include/gmock/internal/ |
| D | gmock-internal-utils.h | 175 GMOCK_DECLARE_KIND_(UInt64, kInteger);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| D | DIARawSymbol.cpp | 62 Result.Value.UInt64 = V.ullVal; in VariantFromVARIANT() 63 Result.Type = PDB_VariantType::UInt64; in VariantFromVARIANT()
|
| /freebsd-12-stable/contrib/googletest/googlemock/include/gmock/ |
| D | gmock-actions.h | 179 GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(UInt64, 0);
|
| /freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/ |
| D | gtest-port.h | 2644 typedef TypeWithSize<8>::UInt UInt64;
|
| /freebsd-12-stable/contrib/googletest/googletest/test/ |
| D | googletest-printers-test.cc | 362 Print(static_cast<testing::internal::UInt64>(-1))); // uint64 in TEST()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | PropertiesBase.td | 139 def UInt64 : CountPropertyType<"uint64_t">;
|