/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | java_raw_api.c | 166 *(SINT32*)(raw++) = *(SINT8*) (*args); in ffi_java_ptrarray_to_raw() 182 *(SINT32*)(raw++) = *(SINT16*) (*args); in ffi_java_ptrarray_to_raw() 198 *(SINT32*)(raw++) = *(SINT32*) (*args); in ffi_java_ptrarray_to_raw() 200 (raw++)->sint = *(SINT32*) (*args); in ffi_java_ptrarray_to_raw()
|
D | types.c | 68 FFI_TYPEDEF(sint32, SINT32, FFI_TYPE_SINT32);
|
/external/libffi/src/ |
D | java_raw_api.c | 176 *(SINT32*)(raw++) = *(SINT8*) (*args); in ffi_java_ptrarray_to_raw() 192 *(SINT32*)(raw++) = *(SINT16*) (*args); in ffi_java_ptrarray_to_raw() 208 *(SINT32*)(raw++) = *(SINT32*) (*args); in ffi_java_ptrarray_to_raw() 210 (raw++)->sint = *(SINT32*) (*args); in ffi_java_ptrarray_to_raw()
|
D | types.c | 74 FFI_TYPEDEF(sint32, SINT32, FFI_TYPE_SINT32, const);
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | ffi_common.h | 83 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef 94 typedef signed __int32 SINT32; typedef
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
D | ffi_common.h | 100 typedef signed int SINT32; typedef 115 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
|
/external/libffi/include/ |
D | ffi_common.h | 121 typedef signed int SINT32; typedef 136 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
|
/external/protobuf/js/binary/ |
D | constants.js | 205 SINT32: 17, property 243 case fieldTypes.SINT32:
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | MapField.php | 160 case GPBType::SINT32: 260 case GPBType::SINT32:
|
D | GPBType.php | 53 const SINT32 = 17; define in Google\\Protobuf\\Internal\\GPBType
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | WireFormat.java | 148 SINT32(JavaType.INT, WIRETYPE_VARINT), enumConstant 252 case SINT32: in readPrimitiveField()
|
D | ExtensionSchemaLite.java | 161 case SINT32: in parseExtension() 245 case SINT32: in parseExtension() 385 case SINT32: in serializeExtension() 473 case SINT32: in serializeExtension()
|
D | ExtensionSchemaFull.java | 178 case SINT32: in parseExtension() 265 case SINT32: in parseExtension() 399 case SINT32: in serializeExtension() 473 case SINT32: in serializeExtension()
|
/external/protobuf/src/google/protobuf/ |
D | map_type_handler.h | 131 TYPE_TRAITS(SINT32, int32, VARINT, false, false) 269 MAP_HANDLER(SINT32) 300 GOOGLE_PROTOBUF_BYTE_SIZE(SINT32, SInt32) 344 GET_CACHED_SIZE(SINT32, SInt32) 401 WRITE_METHOD(SINT32, SInt32) 541 READ_METHOD(SINT32) 811 PRIMITIVE_HANDLER_FUNCTIONS(SINT32)
|
D | wire_format.cc | 517 HANDLE_PACKED_TYPE(SINT32, int32, Int32) in ParseAndMergeField() 590 HANDLE_TYPE(SINT32, int32, Int32) in ParseAndMergeField() 772 CASE_TYPE(SINT32, SInt32, Int32) in SerializeMapKeyWithCachedSizes() 797 CASE_TYPE(SINT32, SInt32, Int32) in SerializeMapValueRefWithCachedSizes() 969 HANDLE_PRIMITIVE_TYPE(SINT32, int32, SInt32, Int32) in SerializeFieldWithCachedSizes() 1172 CASE_TYPE(SINT32, SInt32, Int32); in MapKeyDataOnlyByteSize() 1207 CASE_TYPE(SINT32, SInt32, Int32); in MapValueRefDataOnlyByteSize() 1286 HANDLE_TYPE(SINT32, SInt32, Int32) in FieldDataOnlyByteSize()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 71 PB_FIELD( 5, SINT32 , REQUIRED, STATIC , OTHER, AllTypes, req_sint32, req_uint64, 0), 88 PB_FIELD( 25, SINT32 , REPEATED, STATIC , OTHER, AllTypes, rep_sint32, rep_uint64, 0), 105 …PB_FIELD( 45, SINT32 , OPTIONAL, STATIC , OTHER, AllTypes, opt_sint32, opt_uint64, &AllTypes_opt…
|
/external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 71 PB_FIELD( 5, SINT32 , REQUIRED, STATIC , OTHER, AllTypes, req_sint32, req_uint64, 0), 88 PB_FIELD( 25, SINT32 , REPEATED, STATIC , OTHER, AllTypes, rep_sint32, rep_uint64, 0), 105 …PB_FIELD( 45, SINT32 , OPTIONAL, STATIC , OTHER, AllTypes, opt_sint32, opt_uint64, &AllTypes_opt…
|
/external/protobuf/conformance/ |
D | failure_list_js.txt | 10 Required.Proto3.ProtobufInput.ValidDataRepeated.SINT32.ProtobufOutput
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | ffi_common.h | 64 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
|
/external/python/cffi/c/libffi_msvc/ |
D | ffi_common.h | 64 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
|
/external/python/cpython2/Modules/_ctypes/libffi/src/tile/ |
D | ffi.c | 101 *out = *(SINT32 *)in; in assign_to_ffi_arg() 109 union { float f; SINT32 s32; } val; in assign_to_ffi_arg()
|
/external/libffi/src/tile/ |
D | ffi.c | 101 *out = *(SINT32 *)in; in assign_to_ffi_arg() 109 union { float f; SINT32 s32; } val; in assign_to_ffi_arg()
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 93 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 93 typedef signed int SINT32 __attribute__((__mode__(__SI__))); typedef
|
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/ |
D | ffi.c | 169 *(ffi_arg *)argp = *(SINT32 *)(* p_argv); in ffi_prep_args() 177 *(ffi_arg *)argp = *(SINT32 *)(* p_argv); in ffi_prep_args() 1013 *(SINT32 *) &avalue[i] = (SINT32) *argp; in ffi_closure_mips_inner_N32()
|