Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h406 UInt64, enumerator
440 explicit Variant(uint64_t V) : Type(PDB_VariantType::UInt64) { in Variant()
441 Value.UInt64 = V; in Variant()
465 uint64_t UInt64; member
479 case UInt64: in isIntegralType()
502 VARIANT_WIDTH(UInt64, 64u) in getBitWidth()
525 VARIANT_APSINT(UInt64, 64u, true) in toAPSInt()
542 case PDB_VariantType::UInt64: in toAPFloat()
569 VARIANT_EQUAL_CASE(UInt64)
/freebsd/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); in RangeEnc_Encode()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td23 def ExprErrorLimit: Property<"expr-error-limit", "UInt64">,
27 def ExprAllocAddress: Property<"expr-alloc-address", "UInt64">,
30 def ExprAllocSize: Property<"expr-alloc-size", "UInt64">,
33 def ExprAllocAlign: Property<"expr-alloc-align", "UInt64">,
76 def RetriesWithFixIts: Property<"retries-with-fixits", "UInt64">,
89 def MaxZeroPaddingInFloatFormat: Property<"max-zero-padding-in-float-format", "UInt64">,
95 def MaxChildrenDepth: Property<"max-children-depth", "UInt64">,
98 def MaxSummaryLength: Property<"max-string-summary-length", "UInt64">,
237 def MemCacheLineSize: Property<"memory-cache-line-size", "UInt64">,
250 def UtilityExpressionTimeout: Property<"utility-expression-timeout", "UInt64">,
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTProperties.td5 Property<"infinite-decoding-loop-verification-threshold", "UInt64">,
17 Property<"extremely-large-decoding-threshold", "UInt64">,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td33 def LLDBIndexCacheMaxByteSize: Property<"lldb-index-cache-max-byte-size", "UInt64">,
37 def LLDBIndexCacheMaxPercent: Property<"lldb-index-cache-max-percent", "UInt64">,
41 def LLDBIndexCacheExpirationDays: Property<"lldb-index-cache-expiration-days", "UInt64">,
90 def StopDisassemblyCount: Property<"stop-disassembly-count", "UInt64">,
99 def StopDisassemblyMaxSize: Property<"stop-disassembly-max-size", "UInt64">,
103 def StopLineCountAfter: Property<"stop-line-count-after", "UInt64">,
107 def StopLineCountBefore: Property<"stop-line-count-before", "UInt64">,
135 def TerminalWidth: Property<"term-width", "UInt64">,
187 def TabSize: Property<"tab-size", "UInt64">,
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h53 UInt64 = 0x0077, // 64 bit unsigned int enumerator
189 static TypeIndex UInt64() { return TypeIndex(SimpleTypeKind::UInt64); } in UInt64() function
/freebsd/contrib/bzip2/
H A 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/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteProperties.td4 def PacketTimeout: Property<"packet-timeout", "UInt64">,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp50 {"unsigned __int64*", SimpleTypeKind::UInt64},
H A DTypeRecordHelpers.cpp99 case SimpleTypeKind::UInt64: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp36 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt64, OS) in operator <<()
388 case PDB_VariantType::UInt64: in operator <<()
389 OS << Value.Value.UInt64; in operator <<()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h52 M(uint64_t, UInt64)
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def59 HANDLE_MP_FIRST_BYTE(0xcf, UInt64)
H A DDXContainerConstants.def117 COMPONENT_TYPE(7, UInt64)
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp86 EW.write(FirstByte::UInt64); in write()
H A DMsgPackReader.cpp68 case FirstByte::UInt64: in read()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp229 case SimpleTypeKind::UInt64: in getBuiltinType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp95 case PDB_VariantType::UInt64: in TranslateEnumEncoding()
1181 case PDB_VariantType::UInt64: in AddEnumValue()
1182 raw_value = v.Value.UInt64; in AddEnumValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp971 case SimpleTypeKind::UInt64: in GetCompilerTypeForSimpleKind()
1005 case SimpleTypeKind::UInt64: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp199 case SimpleTypeKind::UInt64: in GetSimpleTypeName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp62 Result.Value.UInt64 = V.ullVal; in VariantFromVARIANT()
63 Result.Type = PDB_VariantType::UInt64; in VariantFromVARIANT()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td145 def UInt64 : CountPropertyType<"uint64_t">;