Home
last modified time | relevance | path

Searched refs:SInt32 (Results 1 – 25 of 50) sorted by relevance

12

/external/python/cpython3/Mac/BuildScript/
Dtk868_on_10_8_10_9.patch16 Gestalt(gestaltSystemVersionMajor, (SInt32*)&major);
17 Gestalt(gestaltSystemVersionMinor, (SInt32*)&minor);
18 Gestalt(gestaltSystemVersionBugFix, (SInt32*)&patch);
/external/python/cpython2/Mac/BuildScript/
Dtk868_on_10_8_10_9.patch16 Gestalt(gestaltSystemVersionMajor, (SInt32*)&major);
17 Gestalt(gestaltSystemVersionMinor, (SInt32*)&minor);
18 Gestalt(gestaltSystemVersionBugFix, (SInt32*)&patch);
/external/clang/test/FixIt/
Dformat-darwin.m12 typedef int SInt32; typedef
19 typedef long SInt32; typedef
23 typedef SInt32 OSStatus;
32 SInt32 getSInt32();
39 …printf("%s", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as form…
104 …printf("%ld", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as for…
159 …printf("%d", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as form…
202 …printf("%s", (SInt32)0); // expected-warning{{values of type 'SInt32' should not be used as format…
/external/clang/test/Analysis/
Dcfref_rdar6080742.c9 typedef signed long SInt32; typedef
10 typedef SInt32 OSStatus;
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.cc372 static SInt32 GetOSVersionInternal() { in GetOSVersionInternal()
373 SInt32 os_version = 0; in GetOSVersionInternal()
378 static SInt32 GetOSVersion() { in GetOSVersion()
379 static SInt32 os_version = GetOSVersionInternal(); in GetOSVersion()
/external/clang/test/SemaObjC/
Darc-cf.m51 typedef signed int SInt32; typedef
53 extern SInt32 CFStringGetIntValue(CFStringRef str); // expected-note {{passing argument to paramete…
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c811 SInt32 _rv; in CtlObj_GetControlViewSize()
826 SInt32 newViewSize; in CtlObj_SetControlViewSize()
843 SInt32 _rv; in CtlObj_GetControl32BitValue()
858 SInt32 newValue; in CtlObj_SetControl32BitValue()
875 SInt32 _rv; in CtlObj_GetControl32BitMaximum()
890 SInt32 newMaximum; in CtlObj_SetControl32BitMaximum()
907 SInt32 _rv; in CtlObj_GetControl32BitMinimum()
922 SInt32 newMinimum; in CtlObj_SetControl32BitMinimum()
1158 SInt32 data; in CtlObj_SetControlReference()
1175 SInt32 _rv; in CtlObj_GetControlReference()
[all …]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs103 SInt32, enumerator
DFieldDescriptor.cs169 return FieldType.SInt32; in GetFieldTypeFromProtoType()
/external/python/cpython2/Mac/Modules/
Dgestaltmodule.c37 SInt32 response; in gestalt_gestalt()
/external/protobuf/objectivec/
DGPBExtensionInternals.m77 FIELD_CASE(SInt32, intValue)
110 FIELD_CASE(SInt32, intValue)
176 FIELD_CASE(SInt32, intValue)
217 FIELD_CASE(SInt32, intValue)
/external/tremolo/Tremolo/
Dos_types.h89 typedef SInt32 ogg_int32_t;
/external/speex/include/speex/
Dspeexdsp_types.h56 typedef SInt32 spx_int32_t;
/external/libogg/include/ogg/
Dos_types.h65 typedef SInt32 ogg_int32_t;
/external/libopus/include/
Dopus_types.h90 typedef SInt32 opus_int32;
/external/webrtc/webrtc/base/
Dmacconversion.cc67 SInt32 sint32; in p_convertCFNumberToInt()
Dmacutils.cc74 SInt32 native_value; in GetGestalt()
/external/python/cpython2/Tools/bgen/bgen/
Dmacsupport.py35 SInt32 = Type("SInt32", "l") variable
/external/walt/ios/WALT/
DMIDIEndpoint.m31 SInt32 result = 1;
/external/webrtc/webrtc/modules/video_capture/mac/
Dvideo_capture_mac.mm45 SInt32 version;
74 SInt32 version;
/external/python/cpython2/Mac/Modules/list/
D_Listmodule.c524 SInt32 _rv; in ListObj_GetListClickTime()
536 SInt32 _rv; in ListObj_GetListRefCon()
944 SInt32 time; in List_SetListClickTime()
960 SInt32 refCon; in List_SetListRefCon()
/external/protobuf/src/google/protobuf/
Dextension_set_heavy.cc435 HANDLE_TYPE( SINT32, SInt32, int32); in SerializeFieldWithCachedSizesToArray()
468 HANDLE_TYPE( SINT32, SInt32, int32); in SerializeFieldWithCachedSizesToArray()
497 HANDLE_TYPE( SINT32, SInt32, int32_value); in SerializeFieldWithCachedSizesToArray()
Dmap_type_handler.h289 GOOGLE_PROTOBUF_BYTE_SIZE(SINT32, SInt32)
333 GET_CACHED_SIZE(SINT32, SInt32)
391 WRITE_METHOD(SINT32 , SInt32)
Dextension_set.cc1452 HANDLE_TYPE( SINT32, SInt32, int32); in SerializeFieldWithCachedSizes()
1485 HANDLE_TYPE( SINT32, SInt32, int32); in SerializeFieldWithCachedSizes()
1513 HANDLE_TYPE( SINT32, SInt32, int32_value); in SerializeFieldWithCachedSizes()
1556 HANDLE_TYPE( SINT32, SInt32, int32); in ByteSize()
1608 HANDLE_TYPE( SINT32, SInt32, int32); in ByteSize()
1645 HANDLE_TYPE( SINT32, SInt32, int32_value); in ByteSize()
/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c97 static OSStatus FSReadAtOffset(SInt16 refNum, SInt32 offset, SInt32 count, void *buffer) in FSReadAtOffset()
515 SInt32 initSection; in SetupSectionBaseAddresses()

12