Home
last modified time | relevance | path

Searched defs:SINT32 (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dffi_common.h83 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
94 typedef signed __int32 SINT32; typedef
/external/python/cpython2/Modules/_ctypes/libffi/include/
Dffi_common.h100 typedef signed int SINT32; typedef
115 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
/external/libffi/include/
Dffi_common.h121 typedef signed int SINT32; typedef
136 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBType.php53 const SINT32 = 17; define in Google\\Protobuf\\Internal\\GPBType
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBType.php53 const SINT32 = 17; define in Google\\Protobuf\\Internal\\GPBType
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dffi_common.h64 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
/external/python/cffi/c/libffi_x86_x64/
Dffi_common.h64 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
Dffi_common.h93 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/
Dffi_common.h93 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
/external/cronet/third_party/protobuf/js/binary/
Dconstants.js206 SINT32: 17, property
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java148 SINT32(JavaType.INT, WIRETYPE_VARINT), enumConstant
DFieldType.java57 SINT32(15, Collection.SCALAR, JavaType.INT), enumConstant
DDescriptors.java1390 SINT32(JavaType.INT), enumConstant
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java148 SINT32(JavaType.INT, WIRETYPE_VARINT), enumConstant
DFieldType.java57 SINT32(15, Collection.SCALAR, JavaType.INT), enumConstant
DDescriptors.java1390 SINT32(JavaType.INT), enumConstant
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py583 SINT32 = 17 variable in Variant
/external/rust/crates/ash/src/vk/
Denums.rs1911 pub const SINT32: Self = Self(5); constant