Home
last modified time | relevance | path

Searched defs:SINT32 (Results 1 – 13 of 13) 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/libffi/include/
Dffi_common.h100 typedef signed int SINT32; typedef
115 typedef signed int SINT32 __attribute__((__mode__(__SI__))); 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/protobuf/php/src/Google/Protobuf/Internal/
DGPBType.php53 const SINT32 = 17; define in Google\\Protobuf\\Internal\\GPBType
/external/python/cffi/c/libffi_msvc/
Dffi_common.h64 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
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/protobuf/js/binary/
Dconstants.js205 SINT32: 17, property
/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.java1232 SINT32(JavaType.INT), enumConstant
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py583 SINT32 = 17 variable in Variant