Home
last modified time | relevance | path

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

12

/external/chromium/base/
Dsys_info_mac.cc21 reinterpret_cast<SInt32*>(major_version)); in OperatingSystemVersionNumbers()
23 reinterpret_cast<SInt32*>(minor_version)); in OperatingSystemVersionNumbers()
25 reinterpret_cast<SInt32*>(bugfix_version)); in OperatingSystemVersionNumbers()
/external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
DSDL_romaudio.c113 static volatile SInt32 audio_is_locked = 0;
114 static volatile SInt32 need_to_mix = 0;
143 DecrementAtomic((SInt32 *) &need_to_mix); in mix_buffer()
148 IncrementAtomic((SInt32 *) &audio_is_locked); in Mac_LockAudio()
153 SInt32 oldval; in Mac_UnlockAudio()
155 oldval = DecrementAtomic((SInt32 *) &audio_is_locked); in Mac_UnlockAudio()
175 IncrementAtomic((SInt32 *) &need_to_mix); in callBackProc()
/external/clang/test/Analysis/
Dcfref_rdar6080742.c11 typedef signed long SInt32; typedef
12 typedef SInt32 OSStatus;
/external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
DSDL_sysjoystick.c117 static SInt32 HIDGetElementValue (recDevice *pDevice, recElement *pElement) in HIDGetElementValue()
140 static SInt32 HIDScaledCalibratedValue (recDevice *pDevice, recElement *pElement, long min, long ma… in HIDScaledCalibratedValue()
144 SInt32 value = HIDGetElementValue(pDevice, pElement); in HIDScaledCalibratedValue()
172 SInt32 score = 0; in HIDCreateOpenDeviceInterface()
726 SInt32 value; in SDL_SYS_JoystickUpdate()
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_config_macos.h36 typedef SInt32 int32_t;
/external/tremolo/Tremolo/
Dos_types.h89 typedef SInt32 ogg_int32_t;
/external/speex/include/speex/
Dspeex_types.h56 typedef SInt32 spx_int32_t;
/external/webkit/Source/WebKit/mac/Misc/
DQuickDrawCompatibility.h47 … NewGWorldFromPtr(GWorldPtr*, UInt32, const Rect*, CTabHandle, GDHandle, GWorldFlags, Ptr, SInt32);
/external/webkit/Source/JavaScriptGlue/
DJavaScriptGlue.cpp453 SInt32 index = CFStringGetIntValue(propertyName); in CFJSObjectCopyProperty()
496 SInt32 index = CFStringGetIntValue(propertyName); in CFJSObjectSetProperty()
517 SInt32 index = CFStringGetIntValue(propertyName); in CFJSObjectSetProperty()
/external/webkit/Source/WebCore/platform/network/cf/
DProxyServerCFNet.cpp79 SInt32 portValue; in addProxyServersForURL()
/external/protobuf/src/google/protobuf/
Dextension_set_heavy.cc347 HANDLE_TYPE( SINT32, SInt32, int32); in SerializeFieldWithCachedSizesToArray()
380 HANDLE_TYPE( SINT32, SInt32, int32); in SerializeFieldWithCachedSizesToArray()
409 HANDLE_TYPE( SINT32, SInt32, int32_value); in SerializeFieldWithCachedSizesToArray()
Dextension_set.cc1123 HANDLE_TYPE( SINT32, SInt32, int32); in SerializeFieldWithCachedSizes()
1156 HANDLE_TYPE( SINT32, SInt32, int32); in SerializeFieldWithCachedSizes()
1184 HANDLE_TYPE( SINT32, SInt32, int32_value); in SerializeFieldWithCachedSizes()
1249 HANDLE_TYPE( SINT32, SInt32, int32); in ByteSize()
1301 HANDLE_TYPE( SINT32, SInt32, int32); in ByteSize()
1338 HANDLE_TYPE( SINT32, SInt32, int32_value); in ByteSize()
/external/chromium/third_party/libjingle/source/talk/base/
Dmacconversion.cc84 SInt32 sint32; in p_convertCFNumberToInt()
Dmacutils.cc97 SInt32 native_value; in GetGestalt()
/external/wpa_supplicant_8/src/drivers/
DApple80211.h12 typedef SInt32 WirelessError;
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
DApple80211.h12 typedef SInt32 WirelessError;
/external/webkit/Source/WebCore/platform/graphics/win/
DQTPixelBuffer.cpp37 static OSStatus SetNumberValue(CFMutableDictionaryRef inDict, CFStringRef inKey, SInt32 inValue) in SetNumberValue()
DQTMovieGWorld.cpp60 static SInt32 quickTimeVersion = 0;
/external/qemu/distrib/sdl-1.2.12/src/timer/macos/
DFastTimes.c104 SInt32 result; in FastInitialize()
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.h166 - (NPError)write:(NPStream*)stream len:(SInt32)len buffer:(void *)buffer;
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontMac.mm66 SInt32 majorVersion = 0;
67 SInt32 minorVersion = 0;
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzVideo.h115SInt32 system_version; /* used to dis-/enable workarounds depending on the system …
/external/webkit/Source/WebCore/plugins/mac/
DPluginPackageMac.cpp85 SInt32 code; in readPListFile()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
DSDL_syscdrom.c276 pb.ioParam.ioReqCount = (SInt32)sizeof(volParmsInfo); in SDL_SYS_CDName()
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageBufferDataCG.cpp64 SInt32 version; in haveVImageRoundingErrorFix()

12