Home
last modified time | relevance | path

Searched defs:INT32 (Results 1 – 22 of 22) 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.in23 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/rust/crates/bindgen/bindgen-tests/tests/headers/
Dlayout_cmdline_token.h52 INT32, enumerator
/third_party/protobuf/js/binary/
Dconstants.js193 INT32: 5, property
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dlayout_cmdline_token.rs189 INT32 = 6, enumerator
/third_party/libjpeg-turbo/
Djmorecfg.h141 typedef long INT32; typedef
/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/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/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp135 typedef int INT32; typedef
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp71 INT32 = 0, enumerator
/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