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

/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp49 {"unsigned __int64*", SimpleTypeKind::UInt64},
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h403 UInt64, enumerator in enum:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess::PDB_VariantType
437 explicit Variant(uint64_t V) : Type(PDB_VariantType::UInt64) {
438 Value.UInt64 = V;
462 uint64_t UInt64; member in union:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess::Variant::__anon1807
484 VARIANT_EQUAL_CASE(UInt64)
/freebsd-11-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-11-stable/contrib/bzip2/
H A Dbzip2.c234 UInt64; typedef in typeref:struct:__anon14
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-11-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-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp84 EW.write(FirstByte::UInt64);
H A DMsgPackReader.cpp67 case FirstByte::UInt64:
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp92 case PDB_VariantType::UInt64:
1146 case PDB_VariantType::UInt64:
1147 raw_value = v.Value.UInt64;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp224 case SimpleTypeKind::UInt64:
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp734 case SimpleTypeKind::UInt64:
768 case SimpleTypeKind::UInt64:
H A DSymbolFileNativePDB.cpp215 case SimpleTypeKind::UInt64:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp62 Result.Value.UInt64 = V.ullVal;
63 Result.Type = PDB_VariantType::UInt64;

Completed in 251 milliseconds