Home
last modified time | relevance | path

Searched defs:UINT32 (Results 1 – 17 of 17) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dcmp-zext.c7 _Bool cmpe_zext(ARGS(UINT32)) { return TEST(UINT64, UINT32, a, ==, 0xffffffff); } in cmpe_zext()
8 _Bool cmps_zext(ARGS(UINT32)) { return TEST( INT64, UINT32, a, < , 0xffffffff); } in cmps_zext()
9 _Bool cmpu_zext(ARGS(UINT32)) { return TEST(UINT64, UINT32, a, < , 0xffffffff); } in cmpu_zext()
Dcmp-zext-zext.c7 _Bool cmpe_zext_zext(ARGS(UINT32)) { return TEST(UINT64, UINT32, a, ==, b); } in cmpe_zext_zext()
8 _Bool cmps_zext_zext(ARGS(UINT32)) { return TEST( INT64, UINT32, a, < , b); } in cmps_zext_zext()
9 _Bool cmpu_zext_zext(ARGS(UINT32)) { return TEST(UINT64, UINT32, a, < , b); } in cmpu_zext_zext()
/third_party/libffi/include/
Dffi_common.h120 typedef unsigned int UINT32; typedef
135 typedef unsigned int UINT32 __attribute__((__mode__(__SI__))); typedef
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBType.php49 const UINT32 = 13; define in Google\\Protobuf\\Internal\\GPBType
/third_party/python/Modules/_ctypes/libffi_osx/include/
Dffi_common.h92 typedef unsigned int UINT32 __attribute__((__mode__(__SI__))); typedef
/third_party/node/benchmark/buffers/
Ddataview-set.js31 const UINT32 = INT32 * 2; constant
Dbuffer-write.js42 const UINT32 = 0xffffffff; constant
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dlayout_cmdline_token.h48 UINT32, enumerator
/third_party/protobuf/js/binary/
Dconstants.js201 UINT32: 13, property
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dlayout_cmdline_token.rs185 UINT32 = 2, enumerator
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java144 UINT32(JavaType.INT, WIRETYPE_VARINT), enumConstant
DFieldType.java53 UINT32(11, Collection.SCALAR, JavaType.INT), enumConstant
DDescriptors.java1282 UINT32(JavaType.INT), enumConstant
/third_party/python/Modules/_sha3/kcp/
DKeccakP-1600-inplace32BI.c22 typedef unsigned int UINT32; typedef
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp72 UINT32, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp72 UINT32, enumerator
/third_party/mesa3d/include/D3D9/
Dd3d9types.h70 typedef uint32_t UINT32; typedef