HomeSort by relevance Sort by last modified time
    Searched refs:SINT32 (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi_common.h 83 typedef signed int SINT32 __attribute__((__mode__(__SI__)));
94 typedef signed __int32 SINT32;
  /external/libffi/src/
java_raw_api.c 176 *(SINT32*)(raw++) = *(SINT8*) (*args);
192 *(SINT32*)(raw++) = *(SINT16*) (*args);
208 *(SINT32*)(raw++) = *(SINT32*) (*args);
210 (raw++)->sint = *(SINT32*) (*args);
types.c 72 FFI_TYPEDEF(sint32, SINT32, FFI_TYPE_SINT32, const);
raw_api.c 169 (raw++)->sint = *(SINT32*) (*args);
  /external/python/cpython2/Modules/_ctypes/libffi/src/
java_raw_api.c 166 *(SINT32*)(raw++) = *(SINT8*) (*args);
182 *(SINT32*)(raw++) = *(SINT16*) (*args);
198 *(SINT32*)(raw++) = *(SINT32*) (*args);
200 (raw++)->sint = *(SINT32*) (*args);
types.c 68 FFI_TYPEDEF(sint32, SINT32, FFI_TYPE_SINT32);
  /external/python/cpython3/Modules/_ctypes/libffi/src/
java_raw_api.c 166 *(SINT32*)(raw++) = *(SINT8*) (*args);
182 *(SINT32*)(raw++) = *(SINT16*) (*args);
198 *(SINT32*)(raw++) = *(SINT32*) (*args);
200 (raw++)->sint = *(SINT32*) (*args);
types.c 68 FFI_TYPEDEF(sint32, SINT32, FFI_TYPE_SINT32);
  /external/libffi/include/
ffi_common.h 100 typedef signed int SINT32;
115 typedef signed int SINT32 __attribute__((__mode__(__SI__)));
  /external/python/cpython2/Modules/_ctypes/libffi/include/
ffi_common.h 100 typedef signed int SINT32;
115 typedef signed int SINT32 __attribute__((__mode__(__SI__)));
  /external/python/cpython3/Modules/_ctypes/libffi/include/
ffi_common.h 100 typedef signed int SINT32;
115 typedef signed int SINT32 __attribute__((__mode__(__SI__)));
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
ffi_common.h 64 typedef signed int SINT32 __attribute__((__mode__(__SI__)));
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ffi_common.h 93 typedef signed int SINT32 __attribute__((__mode__(__SI__)));
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
ffi_common.h 64 typedef signed int SINT32 __attribute__((__mode__(__SI__)));
  /external/python/cpython3/Modules/_ctypes/libffi_osx/include/
ffi_common.h 93 typedef signed int SINT32 __attribute__((__mode__(__SI__)));
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
WireFormat.java 142 SINT32 (JavaType.INT , WIRETYPE_VARINT ),
236 case SINT32 : return input.readSInt32 ();
  /external/dhcpcd-6.8.2/
dhcp-common.h 48 #define SINT32 (1 << 5)
  /external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.c 43 PB_FIELD( 5, SINT32 , REQUIRED, STATIC, AllTypes, req_sint32, req_uint64, 0),
60 PB_FIELD( 25, SINT32 , REPEATED, STATIC, AllTypes, rep_sint32, rep_uint64, 0),
77 PB_FIELD( 45, SINT32 , OPTIONAL, STATIC, AllTypes, opt_sint32, opt_uint64, &AllTypes_opt_sint32_default),
  /external/libffi/src/tile/
ffi.c 101 *out = *(SINT32 *)in;
109 union { float f; SINT32 s32; } val;
  /external/python/cpython2/Modules/_ctypes/libffi/src/tile/
ffi.c 101 *out = *(SINT32 *)in;
109 union { float f; SINT32 s32; } val;
  /external/python/cpython3/Modules/_ctypes/libffi/src/tile/
ffi.c 101 *out = *(SINT32 *)in;
109 union { float f; SINT32 s32; } val;
  /external/protobuf/src/google/protobuf/
map_type_handler.h 125 TYPE_TRAITS(SINT32 , int32 , VARINT , false, false)
257 MAP_HANDLER(SINT32)
289 GOOGLE_PROTOBUF_BYTE_SIZE(SINT32, SInt32)
333 GET_CACHED_SIZE(SINT32, SInt32)
391 WRITE_METHOD(SINT32 , SInt32)
435 READ_METHOD(SINT32)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_type_handler.h 125 TYPE_TRAITS(SINT32 , int32 , VARINT , false, false)
257 MAP_HANDLER(SINT32)
289 GOOGLE_PROTOBUF_BYTE_SIZE(SINT32, SInt32)
333 GET_CACHED_SIZE(SINT32, SInt32)
391 WRITE_METHOD(SINT32 , SInt32)
435 READ_METHOD(SINT32)
    [all...]
  /external/libffi/src/alpha/
ffi.c 127 *(SINT64 *) argp = *(SINT32 *)(* avalue);
  /external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
ffi.c 127 *(SINT64 *) argp = *(SINT32 *)(* avalue);

Completed in 490 milliseconds

1 2 3 4