Home
last modified time | relevance | path

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

1234

/external/jsoncpp/include/json/
Dconfig.h100 typedef __int64 Int64; typedef
103 typedef long long int Int64; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMDBuilder.cpp160 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructNode() local
174 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTypeNode() local
196 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAStructTagNode() local
209 Type *Int64 = Type::getInt64Ty(Context); in createTBAATypeNode() local
224 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/angle/third_party/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h182 typedef __int64 Int64; typedef
185 typedef long long int Int64; typedef
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h182 typedef __int64 Int64; typedef
185 typedef long long int Int64; typedef
Djson.h209 typedef __int64 Int64; typedef
212 typedef long long int Int64; typedef
514 typedef Json::Int64 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
Djson.h209 typedef __int64 Int64; typedef
212 typedef long long int Int64; typedef
514 typedef Json::Int64 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
Djson.h209 typedef __int64 Int64; typedef
212 typedef long long int Int64; typedef
514 typedef Json::Int64 Int64; typedef
/external/angle/third_party/jsoncpp/source/include/json/
Dconfig.h147 typedef __int64 Int64; typedef
150 typedef int64_t Int64; typedef
/external/image_io/includes/image_io/base/
Dtypes.h13 using Int64 = std::int64_t; variable
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs51 Int64, enumerator
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.h83 static ArgValue Int64(int64_t value) { in Int64() function
144 int64_t Int64() const { in Int64() function
/external/u-boot/lib/lzma/
DTypes.h60 typedef long Int64; typedef
66 typedef __int64 Int64; typedef
70 typedef long long int Int64; typedef
/external/tensorflow/tensorflow/lite/experimental/ruy/
Dsize_util_test.cc91 TEST(SizeUtilTest, Int64) { SizeUtilTest<std::int64_t>(); } in TEST() argument
/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/tensorflow/tensorflow/lite/kernels/
Ddepth_to_space_test.cc96 TEST(DepthToSpaceOpModel, Int64) { in TEST() argument
Dspace_to_depth_test.cc94 TEST(SpaceToDepthOpModel, Int64) { in TEST() argument
/external/protobuf/js/binary/
Darith.js328 jspb.arith.Int64 = function(lo, hi) { class in jspb.arith
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h52 Int64 = 0x0076, // 64 bit signed int enumerator
170 static TypeIndex Int64() { return TypeIndex(SimpleTypeKind::Int64); } in Int64() function
/external/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.cpp63 static const MCPhysReg Int64[] = { in getCallerSavedRegs() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmSpirvVersion1p4Tests.cpp141 std::vector<std::string> Int64; in createSpirvVersion1p4Group() local
/external/lzma/C/
D7zTypes.h83 typedef long Int64; typedef
89 typedef __int64 Int64; typedef
93 typedef long long int Int64; typedef
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util_test.cc140 TEST(NumElementsTest, Int64) { in TEST() argument

1234