Home
last modified time | relevance | path

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

1234

/third_party/protobuf/js/binary/
Darith.js53 jspb.arith.UInt64 = function(lo, hi) { class in jspb.arith
73 jspb.arith.UInt64.prototype.cmp = function(other) {
88 jspb.arith.UInt64.prototype.rightShift = function() {
91 return new jspb.arith.UInt64(lo >>> 0, hi >>> 0);
99 jspb.arith.UInt64.prototype.leftShift = function() {
102 return new jspb.arith.UInt64(lo >>> 0, hi >>> 0);
110 jspb.arith.UInt64.prototype.msb = function() {
119 jspb.arith.UInt64.prototype.lsb = function() {
128 jspb.arith.UInt64.prototype.zero = function() {
138 jspb.arith.UInt64.prototype.add = function(other) {
[all …]
Darith_test.js48 var a = new jspb.arith.UInt64(1234, 5678);
49 var b = new jspb.arith.UInt64(1234, 5678);
81 var a = new jspb.arith.UInt64(1, 0);
118 var a = new jspb.arith.UInt64(/* lo = */ 0x89abcdef,
120 var b = new jspb.arith.UInt64(/* lo = */ 0xff52ab91,
169 var a = new jspb.arith.UInt64(loValues[i], hiValues[j]);
170 var b = new jspb.arith.UInt64(loValues[j], hiValues[i]);
202 var c = jspb.arith.UInt64.mul32x32(a, b);
231 var a = new jspb.arith.UInt64(testData[i][0], testData[i][1]);
272 var a = new jspb.arith.UInt64(testData[i][0], testData[i][1]);
[all …]
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Darith_test.js49 var a = new jspb.arith.UInt64(1234, 5678);
50 var b = new jspb.arith.UInt64(1234, 5678);
82 var a = new jspb.arith.UInt64(1, 0);
119 var a = new jspb.arith.UInt64(/* lo = */ 0x89abcdef,
121 var b = new jspb.arith.UInt64(/* lo = */ 0xff52ab91,
170 var a = new jspb.arith.UInt64(loValues[i], hiValues[j]);
171 var b = new jspb.arith.UInt64(loValues[j], hiValues[i]);
203 var c = jspb.arith.UInt64.mul32x32(a, b);
232 var a = new jspb.arith.UInt64(testData[i][0], testData[i][1]);
273 var a = new jspb.arith.UInt64(testData[i][0], testData[i][1]);
[all …]
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Darith_test.js49 var a = new jspb.arith.UInt64(1234, 5678);
50 var b = new jspb.arith.UInt64(1234, 5678);
82 var a = new jspb.arith.UInt64(1, 0);
119 var a = new jspb.arith.UInt64(/* lo = */ 0x89abcdef,
121 var b = new jspb.arith.UInt64(/* lo = */ 0xff52ab91,
170 var a = new jspb.arith.UInt64(loValues[i], hiValues[j]);
171 var b = new jspb.arith.UInt64(loValues[j], hiValues[i]);
203 var c = jspb.arith.UInt64.mul32x32(a, b);
232 var a = new jspb.arith.UInt64(testData[i][0], testData[i][1]);
273 var a = new jspb.arith.UInt64(testData[i][0], testData[i][1]);
[all …]
/third_party/uboot/u-boot-2020.01/lib/lzma/
DTypes.h61 typedef unsigned long UInt64; typedef
67 typedef unsigned __int64 UInt64; typedef
71 typedef unsigned long long int UInt64; typedef
166 SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset);
204 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs75 SingleUint64 = UInt64.MaxValue, in CreateFullTestAllTypes()
80 RepeatedFixed64 = { UInt64.MaxValue, 1234567890123 }, in CreateFullTestAllTypes()
97 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
127 OptionalUint64 = UInt64.MaxValue, in CreateFullTestAllTypesProto2()
133 RepeatedFixed64 = { UInt64.MaxValue, 1234567890123 }, in CreateFullTestAllTypesProto2()
149 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypesProto2()
179 message.SetExtension(OptionalUint64Extension, UInt64.MaxValue); in CreateFullTestAllExtensions()
185 …message.GetOrInitializeExtension(RepeatedFixed64Extension).AddRange(new[] { UInt64.MaxValue, 12345… in CreateFullTestAllExtensions()
201 …message.GetOrInitializeExtension(RepeatedUint64Extension).AddRange(new[] { UInt64.MaxValue, UInt32… in CreateFullTestAllExtensions()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h183 typedef unsigned __int64 UInt64; typedef
186 typedef unsigned long long int UInt64; typedef
189 typedef UInt64 LargestUInt;
Djson.h210 typedef unsigned __int64 UInt64; typedef
213 typedef unsigned long long int UInt64; typedef
216 typedef UInt64 LargestUInt;
513 typedef Json::UInt64 UInt64; typedef
542 static const UInt64 maxUInt64;
611 Value(UInt64 value);
674 UInt64 asUInt64() const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h183 typedef unsigned __int64 UInt64; typedef
186 typedef unsigned long long int UInt64; typedef
189 typedef UInt64 LargestUInt;
Djson.h210 typedef unsigned __int64 UInt64; typedef
213 typedef unsigned long long int UInt64; typedef
216 typedef UInt64 LargestUInt;
513 typedef Json::UInt64 UInt64; typedef
542 static const UInt64 maxUInt64;
611 Value(UInt64 value);
674 UInt64 asUInt64() const;
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DSampleMessages.cs72 SingleUint64 = UInt64.MaxValue, in CreateFullTestAllTypes()
77 RepeatedFixed64 = { UInt64.MaxValue, 1234567890123 }, in CreateFullTestAllTypes()
94 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
/third_party/jsoncpp/include/json/
Dvalue.h211 typedef Json::UInt64 UInt64; typedef
248 static JSONCPP_CONST Int64 minInt64 = Int64(~(UInt64(-1) / 2));
250 static JSONCPP_CONST Int64 maxInt64 = Int64(UInt64(-1) / 2);
252 static JSONCPP_CONST UInt64 maxUInt64 = UInt64(-1);
332 Value(UInt64 value);
405 UInt64 asUInt64() const;
682 template <> inline UInt64 Value::as<UInt64>() const { return asUInt64(); }
683 template <> inline bool Value::is<UInt64>() const { return isUInt64(); }
Dconfig.h152 typedef unsigned __int64 UInt64; typedef
155 typedef uint64_t UInt64; typedef
158 typedef UInt64 LargestUInt;
/third_party/protobuf/src/google/protobuf/
Dwire_format.cc469 HANDLE_PACKED_TYPE(UINT64, uint64, UInt64) in ParseAndMergeField()
472 HANDLE_PACKED_TYPE(FIXED64, uint64, UInt64) in ParseAndMergeField()
542 HANDLE_TYPE(UINT64, uint64, UInt64) in ParseAndMergeField()
545 HANDLE_TYPE(FIXED64, uint64, UInt64) in ParseAndMergeField()
846 HANDLE_PACKED_TYPE(UINT64, uint64, UInt64) in _InternalParseAndMergeField()
915 HANDLE_TYPE(UINT64, uint64, UInt64) in _InternalParseAndMergeField()
952 HANDLE_TYPE(FIXED64, uint64, UInt64) in _InternalParseAndMergeField()
1083 CASE_TYPE(UINT64, UInt64, UInt64) in SerializeMapKeyWithCachedSizes()
1085 CASE_TYPE(FIXED64, Fixed64, UInt64) in SerializeMapKeyWithCachedSizes()
1112 CASE_TYPE(UINT64, UInt64, UInt64) in SerializeMapValueRefWithCachedSizes()
[all …]
Dextension_set_inl.h57 HANDLE_TYPE(UINT64, UInt64); in ParseFieldWithExtensionInfo()
101 HANDLE_VARINT_TYPE(UINT64, UInt64); in ParseFieldWithExtensionInfo()
136 HANDLE_FIXED_TYPE(FIXED64, UInt64, uint64); in ParseFieldWithExtensionInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h403 UInt64, enumerator
437 explicit Variant(uint64_t V) : Type(PDB_VariantType::UInt64) { in Variant()
438 Value.UInt64 = V; in Variant()
462 uint64_t UInt64; member
484 VARIANT_EQUAL_CASE(UInt64)
/third_party/libusb/libusb/os/
Ddarwin_usb.h159 UInt64 parent_session;
160 UInt64 session;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h52 UInt64 = 0x0077, // 64 bit unsigned int enumerator
179 static TypeIndex UInt64() { return TypeIndex(SimpleTypeKind::UInt64); } in UInt64() function
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs55 UInt64, enumerator
/third_party/protobuf/conformance/third_party/jsoncpp/
Djson.h238 typedef unsigned __int64 UInt64; typedef
241 typedef unsigned long long int UInt64; typedef
244 typedef UInt64 LargestUInt;
556 typedef Json::UInt64 UInt64; typedef
585 static const UInt64 maxUInt64;
657 Value(UInt64 value);
724 UInt64 asUInt64() const;
/third_party/protobuf/objectivec/
DGPBDictionary.h240 #pragma mark - UInt32 -> UInt64
1161 #pragma mark - Int32 -> UInt64
1892 #pragma mark - UInt64 -> UInt32
1987 #pragma mark - UInt64 -> Int32
2082 #pragma mark - UInt64 -> UInt64
2177 #pragma mark - UInt64 -> Int64
2272 #pragma mark - UInt64 -> Bool
2367 #pragma mark - UInt64 -> Float
2462 #pragma mark - UInt64 -> Double
2557 #pragma mark - UInt64 -> Enum
[all …]
DGPBArray_PackagePrivate.h83 #pragma mark - UInt64
/third_party/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()
/third_party/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()
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
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()

1234