Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dcmp-sext.c7 _Bool cmpe_sextp(ARGS(INT32)) { return TEST(UINT64, UINT32, a, ==, 0x7fffffff); } in cmpe_sextp()
8 _Bool cmps_sextp(ARGS(INT32)) { return TEST( INT64, INT32, a, < , 0x7fffffff); } in cmps_sextp()
9 _Bool cmpu_sextp(ARGS(INT32)) { return TEST(UINT64, UINT32, a, < , 0x7fffffff); } in cmpu_sextp()
10 _Bool cmpe_sextn(ARGS(INT32)) { return TEST(UINT64, UINT32, a, ==, -1); } in cmpe_sextn()
11 _Bool cmps_sextn(ARGS(INT32)) { return TEST( INT64, INT32, a, < , -1); } in cmps_sextn()
12 _Bool cmpu_sextn(ARGS(INT32)) { return TEST(UINT64, UINT32, a, < , -1); } in cmpu_sextn()
Dcmp-sext-sext.c7 _Bool cmpe_sext_sext(ARGS(INT32)) { return TEST(UINT64, UINT32, a, ==, b); } in cmpe_sext_sext()
8 _Bool cmps_sext_sext(ARGS(INT32)) { return TEST( INT64, INT32, a, < , b); } in cmps_sext_sext()
9 _Bool cmpu_sext_sext(ARGS(INT32)) { return TEST(UINT64, UINT32, a, < , b); } in cmpu_sext_sext()
/third_party/libjpeg-turbo/win/
Djconfig.h.in32 typedef signed int INT32; typedef
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/win/
Djconfig.h.in32 typedef signed int INT32; typedef
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBType.php41 const INT32 = 5; define in Google\\Protobuf\\Internal\\GPBType
/third_party/node/benchmark/buffers/
Ddataview-set.js28 const INT32 = 0x7fffffff; constant
Dbuffer-write.js37 const INT32 = 0x7fffffff; constant
/third_party/protobuf/js/binary/
Dconstants.js193 INT32: 5, property
/third_party/mindspore/mindspore/core/proto/
Dmind_ir.proto12 INT32 = 6; enumerator
103 INT32 = 6; // int32_t enumerator
/third_party/skia/third_party/externals/libjpeg-turbo/
Djmorecfg.h144 typedef long INT32; typedef
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.h304 INT32, enumerator
/third_party/libjpeg-turbo/
Djmorecfg.h180 typedef long INT32; typedef
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djmorecfg.h179 typedef long INT32; typedef
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java116 INT32(JavaType.INT, WIRETYPE_VARINT), enumConstant
DFieldType.java46 INT32(4, Collection.SCALAR, JavaType.INT), enumConstant
DDescriptors.java1274 INT32(JavaType.INT), enumConstant
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dlite_mat.h151 INT32, /**< INT32 data type. */ enumerator
/third_party/mindspore/third_party/proto/onnx/
Donnx.proto329 INT32 = 6; // int32_t enumerator
/third_party/mindspore/mindspore/_extends/graph_kernel/model/
Dmodel.py74 INT32 = "int32" variable in DataType
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp122 typedef int INT32; typedef
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp135 typedef int INT32; typedef
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp71 INT32 = 0, enumerator
/third_party/protobuf/src/google/protobuf/
Dextension_set.cc356 PRIMITIVE_ACCESSORS(INT32, int32, Int32) in PRIMITIVE_ACCESSORS() argument
Dgenerated_message_reflection.cc1175 DEFINE_PRIMITIVE_ACCESSORS(Int32, int32, int32, INT32) in DEFINE_PRIMITIVE_ACCESSORS() argument
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dplotlyjs-bundle.js1 …on"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=t… property