Home
last modified time | relevance | path

Searched defs:Int64 (Results 1 – 25 of 140) sorted by relevance

123456

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMDBuilder.cpp112 Type *Int64 = Type::getInt64Ty(Context); in createCallbackEncoding() local
203 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructNode() local
217 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTypeNode() local
239 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAStructTagNode() local
252 Type *Int64 = Type::getInt64Ty(Context); in createTBAATypeNode() local
267 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAAccessTag() local
/external/llvm/lib/IR/
DMDBuilder.cpp132 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructNode() local
146 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTypeNode() local
168 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAStructTagNode() local
/external/golang-protobuf/internal/testprotos/required/
Drequired.pb.go64 type Int64 struct { struct
65 state protoimpl.MessageState
66 sizeCache protoimpl.SizeCache
67 unknownFields protoimpl.UnknownFields
69 V *int64 `protobuf:"varint,1,req,name=v" json:"v,omitempty"`
72 func (x *Int64) Reset() {
81 func (x *Int64) String() string {
85 func (*Int64) ProtoMessage() {}
87 func (x *Int64) ProtoReflect() protoreflect.Message {
100 func (*Int64) Descriptor() ([]byte, []int) {
[all …]
/external/golang-protobuf/internal/encoding/text/
Ddecode_test.go176 type Int64 struct { struct
177 val int64
180 func (n Int64) checkOk(tok text.Token) string {
191 func (n Int64) checkNok(tok text.Token) string {
/external/cronet/third_party/protobuf/js/experimental/benchmarks/code_size/kernel/
Dpopular_types.js22 const Int64 = goog.require('protobuf.Int64'); constant
Dall_types.js8 const Int64 = goog.require('protobuf.Int64'); constant
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dpacked_int64_test_pairs.js4 const Int64 = goog.require('protobuf.Int64'); constant
Dpacked_sfixed64_test_pairs.js4 const Int64 = goog.require('protobuf.Int64'); constant
Dpacked_sint64_test_pairs.js4 const Int64 = goog.require('protobuf.Int64'); constant
Dsfixed64_test_pairs.js7 const Int64 = goog.require('protobuf.Int64'); constant
Dint64_test_pairs.js7 const Int64 = goog.require('protobuf.Int64'); constant
/external/jsoncpp/include/json/
Dconfig.h117 using Int64 = __int64; variable
120 using Int64 = int64_t; variable
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h182 typedef __int64 Int64; typedef
185 typedef long long int Int64; typedef
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h182 typedef __int64 Int64; typedef
185 typedef long long int Int64; typedef
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h182 typedef __int64 Int64; typedef
185 typedef long long int Int64; typedef
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h182 typedef __int64 Int64; typedef
185 typedef long long int Int64; typedef
/external/tensorflow/tensorflow/cc/experimental/libtf/impl/
Dscalars.h63 using Int64 = Scalar<int64_t>; variable
/external/golang-protobuf/proto/
Dwrappers.go14 func Int64(v int64) *int64 { return &v } func
/external/image_io/includes/image_io/base/
Dtypes.h13 using Int64 = std::int64_t; variable
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.h80 static ArgValue Int64(int64_t value) { in Int64() function
148 int64_t Int64() const { in Int64() function
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs51 Int64, enumerator
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs51 Int64, enumerator
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h45 Int64 = 0x0076, // 64 bit signed int enumerator
151 static TypeIndex Int64() { return TypeIndex(SimpleTypeKind::Int64); } in Int64() function
/external/ruy/ruy/
Dsize_util_test.cc91 TEST(SizeUtilTest, Int64) { SizeUtilTest<std::int64_t>(); } in TEST() argument
/external/deqp-deps/glslang/gtests/
DCommon.cpp140 TEST(IntLog2, Int64) { in TEST() argument

123456