OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UInt64
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_ppmd_private.h
38
typedef unsigned long
UInt64
;
44
typedef unsigned __int64
UInt64
;
48
typedef unsigned long long int
UInt64
;
archive_ppmd7_private.h
87
UInt64
Low;
90
UInt64
CacheSize;
archive_ppmd7.c
1008
p->Low += (
UInt64
)start * (
UInt64
)(p->Range /= total);
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h
405
UInt64
,
439
explicit Variant(uint64_t V) : Type(PDB_VariantType::
UInt64
) {
440
Value.
UInt64
= V;
464
uint64_t
UInt64
;
478
case
UInt64
:
501
VARIANT_WIDTH(
UInt64
, 64u)
524
VARIANT_APSINT(
UInt64
, 64u, true)
541
case PDB_VariantType::
UInt64
:
568
VARIANT_EQUAL_CASE(
UInt64
)
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeIndex.cpp
49
{"unsigned __int64*", SimpleTypeKind::
UInt64
},
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h
52
UInt64
= 0x0077, // 64 bit unsigned int
188
static TypeIndex
UInt64
() { return TypeIndex(SimpleTypeKind::
UInt64
); }
/src/external/bsd/bzip2/dist/
bzip2.c
237
UInt64
;
241
void uInt64_from_UInt32s (
UInt64
* n, UInt32 lo32, UInt32 hi32 )
255
double uInt64_to_double (
UInt64
* n )
269
Bool uInt64_isZero (
UInt64
* n )
280
Int32 uInt64_qrm10 (
UInt64
* n )
294
/* ... and the Whole Entire Point of all this
UInt64
stuff is
298
void uInt64_toAscii ( char* outbuf,
UInt64
* n )
303
UInt64
n_copy = *n;
389
UInt64
nbytes_in, nbytes_out;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp
37
CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType,
UInt64
, OS)
381
case PDB_VariantType::
UInt64
:
382
OS << Value.Value.
UInt64
;
/src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
MsgPackWriter.cpp
84
EW.write(FirstByte::
UInt64
);
MsgPackReader.cpp
67
case FirstByte::
UInt64
:
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeEnum.cpp
224
case SimpleTypeKind::
UInt64
:
/src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/
gmock-internal-utils.h
148
GMOCK_DECLARE_KIND_(
UInt64
, kInteger);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp
62
Result.Value.
UInt64
= V.ullVal;
63
Result.Type = PDB_VariantType::
UInt64
;
/src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-actions.h
174
GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(
UInt64
, 0);
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
226
// Int32, UInt32, Int64,
UInt64
, TimeInMillis
2134
// uint32,
uint64
, and etc here.
2156
typedef TypeWithSize<8>::UInt
UInt64
;
Completed in 49 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026