Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
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)
/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_ppmd_private.h38 typedef unsigned long UInt64; typedef
44 typedef unsigned __int64 UInt64; typedef
48 typedef unsigned long long int UInt64; typedef
Darchive_ppmd7_private.h87 UInt64 Low;
90 UInt64 CacheSize;
Darchive_ppmd7.c1003 p->Low += (UInt64)start * (UInt64)(p->Range /= total); in RangeEnc_Encode()
/freebsd-12-stable/contrib/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
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTargetProperties.td23 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/
Dbzip2.c234 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/
Dgmock-internal-utils_test.cc189 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()
Dgmock-actions_test.cc81 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/
DProcessGDBRemoteProperties.td4 def PacketTimeout: Property<"packet-timeout", "UInt64">,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp49 {"unsigned __int64*", SimpleTypeKind::UInt64},
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
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 <<()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DMsgPack.def59 HANDLE_MP_FIRST_BYTE(0xcf, UInt64)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
DMsgPackWriter.cpp84 EW.write(FirstByte::UInt64); in write()
DMsgPackReader.cpp68 case FirstByte::UInt64: in read()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DCoreProperties.td54 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/
DPdbUtil.cpp734 case SimpleTypeKind::UInt64: in GetCompilerTypeForSimpleKind()
768 case SimpleTypeKind::UInt64: in GetTypeSizeForSimpleKind()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeEnum.cpp224 case SimpleTypeKind::UInt64: in getBuiltinType()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp92 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/
Dgmock-internal-utils.h175 GMOCK_DECLARE_KIND_(UInt64, kInteger);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp62 Result.Value.UInt64 = V.ullVal; in VariantFromVARIANT()
63 Result.Type = PDB_VariantType::UInt64; in VariantFromVARIANT()
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
Dgmock-actions.h179 GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(UInt64, 0);
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
Dgtest-port.h2644 typedef TypeWithSize<8>::UInt UInt64;
/freebsd-12-stable/contrib/googletest/googletest/test/
Dgoogletest-printers-test.cc362 Print(static_cast<testing::internal::UInt64>(-1))); // uint64 in TEST()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DPropertiesBase.td139 def UInt64 : CountPropertyType<"uint64_t">;

12