Home
last modified time | relevance | path

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

12

/external/clang/test/Analysis/
Dcfref_rdar6080742.c9 typedef signed long SInt32; typedef
10 typedef SInt32 OSStatus;
/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/libchrome/base/
Dsys_info_mac.mm65 reinterpret_cast<SInt32*>(major_version));
67 reinterpret_cast<SInt32*>(minor_version));
69 reinterpret_cast<SInt32*>(bugfix_version));
/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/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs103 SInt32, enumerator
DFieldDescriptor.cs169 return FieldType.SInt32; in GetFieldTypeFromProtoType()
/external/tremolo/Tremolo/
Dos_types.h89 typedef SInt32 ogg_int32_t;
/external/speex/include/speex/
Dspeex_types.h56 typedef SInt32 spx_int32_t;
/external/protobuf/objectivec/
DGPBExtensionInternals.m77 FIELD_CASE(SInt32, intValue)
110 FIELD_CASE(SInt32, intValue)
176 FIELD_CASE(SInt32, intValue)
217 FIELD_CASE(SInt32, intValue)
DGPBUtilities_PackagePrivate.h313 GPB_MESSAGE_SIGNATURE_ENTRY(int32_t, SInt32)
DGPBMessage.m1492 //%PDDM-EXPAND FIELD_CASE(SInt32, Int32)
2079 CASE_SINGLE_POD(SInt32, int32_t, Int32)
2160 CASE_REPEATED_PACKED_POD(SInt32, int32_t, Int32)
2217 CASE_REPEATED_NOT_PACKED_POD(SInt32, int32_t, Int32)
2850 CASE_SINGLE_POD(SInt32, int32_t, Int32)
2901 CASE_REPEATED_POD(SInt32, int32_t, Int32)
2998 CASE_GET(SInt32, int32_t, Int32)
3033 CASE_SET(SInt32, int32_t, Int32)
/external/libogg/include/ogg/
Dos_types.h65 typedef SInt32 ogg_int32_t;
/external/libopus/include/
Dopus_types.h75 typedef SInt32 opus_int32;
/external/webrtc/webrtc/base/
Dmacconversion.cc67 SInt32 sint32; in p_convertCFNumberToInt()
Dmacutils.cc74 SInt32 native_value; in GetGestalt()
Dmacsocketserver.cc176 SInt32 result; in Wait()
/external/webrtc/webrtc/modules/video_capture/mac/
Dvideo_capture_mac.mm45 SInt32 version;
74 SInt32 version;
/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()
Dwire_format.cc864 HANDLE_PRIMITIVE_TYPE(SINT32, int32, SInt32, Int32) in SerializeFieldWithCachedSizes()
1060 HANDLE_TYPE(SINT32, SInt32, Int32) in FieldDataOnlyByteSize()
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs356 case FieldType.SInt32: in IsDefaultValue()
/external/libusb/libusb/os/
Ddarwin_usb.c283 SInt32 score; in darwin_device_from_service()
1277 SInt32 score; in darwin_claim_interface()
/external/dng_sdk/source/
Ddng_string.cpp2190 SInt32 aOrder = -1; in Compare()

12