Searched refs:UInt64 (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/libarchive/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;
H A Darchive_ppmd7.c1003 p->Low += (UInt64)start * (UInt64)(p->Range /= total);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h405 UInt64, enumerator in enum:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess::PDB_VariantType
439 explicit Variant(uint64_t V) : Type(PDB_VariantType::UInt64) {
440 Value.UInt64 = V;
464 uint64_t UInt64; member in union:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess::Variant::__anon3202
478 case UInt64:
501 VARIANT_WIDTH(UInt64, 64u)
524 VARIANT_APSINT(UInt64, 64u, true)
541 case PDB_VariantType::UInt64:
568 VARIANT_EQUAL_CASE(UInt64)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp49 {"unsigned __int64*", SimpleTypeKind::UInt64},
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h52 UInt64 = 0x0077, // 64 bit unsigned int member in class:llvm::codeview::SimpleTypeKind
179 static TypeIndex UInt64() { return TypeIndex(SimpleTypeKind::UInt64); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc189 EXPECT_EQ(kInteger, GMOCK_KIND_OF_(UInt64)); // NOLINT
238 (LosslessArithmeticConvertible<unsigned short, UInt64>::value)); // NOLINT
241 EXPECT_FALSE((LosslessArithmeticConvertible<short, UInt64>::value)); // NOLINT
257 EXPECT_FALSE((LosslessArithmeticConvertible<UInt64, Int64>::value));
H A Dgmock-actions_test.cc81 using testing::internal::UInt64;
130 EXPECT_EQ(0U, BuiltInDefaultValue<UInt64>::Get());
158 EXPECT_TRUE(BuiltInDefaultValue<UInt64>::Exists());
/freebsd-13-stable/contrib/bzip2/
H A Dbzip2.c234 UInt64; typedef in typeref:struct:__anon500
238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 )
252 double uInt64_to_double ( UInt64* n )
266 Bool uInt64_isZero ( UInt64* n )
277 Int32 uInt64_qrm10 ( UInt64* n )
291 /* ... and the Whole Entire Point of all this UInt64 stuff is
295 void uInt64_toAscii ( char* outbuf, UInt64* n )
300 UInt64 n_copy = *n;
386 UInt64 nbytes_in, nbytes_out;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp37 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt64, OS)
367 case PDB_VariantType::UInt64:
368 OS << Value.Value.UInt64;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp84 EW.write(FirstByte::UInt64);
H A DMsgPackReader.cpp67 case FirstByte::UInt64:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp92 case PDB_VariantType::UInt64:
1152 case PDB_VariantType::UInt64:
1153 raw_value = v.Value.UInt64;
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h175 GMOCK_DECLARE_KIND_(UInt64, kInteger);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp224 case SimpleTypeKind::UInt64:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp734 case SimpleTypeKind::UInt64:
768 case SimpleTypeKind::UInt64:
H A DSymbolFileNativePDB.cpp216 case SimpleTypeKind::UInt64:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp62 Result.Value.UInt64 = V.ullVal;
63 Result.Type = PDB_VariantType::UInt64;
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h179 GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(UInt64, 0);
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h251 // Int32, UInt32, Int64, UInt64, TimeInMillis
2644 typedef TypeWithSize<8>::UInt UInt64; typedef in namespace:testing::internal
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc362 Print(static_cast<testing::internal::UInt64>(-1))); // uint64

Completed in 236 milliseconds