Home
last modified time | relevance | path

Searched defs:SINT32 (Results 1 – 11 of 11) 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.h100 typedef signed int SINT32; typedef
115 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
/external/python/cpython3/Modules/_ctypes/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.js189 SINT32: 17, property
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java142 SINT32 (JavaType.INT , WIRETYPE_VARINT ), enumConstant
DDescriptors.java1161 SINT32 (JavaType.INT ), enumConstant
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py583 SINT32 = 17 variable in Variant