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

1 2

  /external/chromium/base/
sys_info_mac.cc 21 reinterpret_cast<SInt32*>(major_version));
23 reinterpret_cast<SInt32*>(minor_version));
25 reinterpret_cast<SInt32*>(bugfix_version));
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_macos.h 36 typedef SInt32 int32_t;
  /external/clang/test/Analysis/
cfref_rdar6080742.c 9 typedef signed long SInt32;
10 typedef SInt32 OSStatus;
  /external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
SDL_romaudio.c 113 static volatile SInt32 audio_is_locked = 0;
114 static volatile SInt32 need_to_mix = 0;
143 DecrementAtomic((SInt32 *) &need_to_mix);
148 IncrementAtomic((SInt32 *) &audio_is_locked);
153 SInt32 oldval;
155 oldval = DecrementAtomic((SInt32 *) &audio_is_locked);
175 IncrementAtomic((SInt32 *) &need_to_mix);
  /external/speex/include/speex/
speex_types.h 56 typedef SInt32 spx_int32_t;
  /external/tremolo/Tremolo/
os_types.h 89 typedef SInt32 ogg_int32_t;
  /external/webkit/Source/WebKit/mac/Misc/
QuickDrawCompatibility.h 47 extern QDErr NewGWorldFromPtr(GWorldPtr*, UInt32, const Rect*, CTabHandle, GDHandle, GWorldFlags, Ptr, SInt32);
  /external/webkit/Source/WebCore/platform/network/cf/
ProxyServerCFNet.cpp 79 SInt32 portValue;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Apple80211.h 12 typedef SInt32 WirelessError;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
CrossProcessFontLoading.mm 48 static SInt32 systemVersion = 0;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
SDL_sysjoystick.c 117 static SInt32 HIDGetElementValue (recDevice *pDevice, recElement *pElement)
140 static SInt32 HIDScaledCalibratedValue (recDevice *pDevice, recElement *pElement, long min, long max)
144 SInt32 value = HIDGetElementValue(pDevice, pElement);
172 SInt32 score = 0;
726 SInt32 value;
  /external/webkit/Source/JavaScriptGlue/
JavaScriptGlue.cpp 453 SInt32 index = CFStringGetIntValue(propertyName);
496 SInt32 index = CFStringGetIntValue(propertyName);
517 SInt32 index = CFStringGetIntValue(propertyName);
  /external/chromium/third_party/libjingle/source/talk/base/
macconversion.cc 84 SInt32 sint32; local
85 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32));
86 if (converted) *i = static_cast<int>(sint32);
macutils.cc 97 SInt32 native_value;
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm 66 SInt32 majorVersion = 0;
67 SInt32 minorVersion = 0;
  /external/webkit/Source/WebCore/platform/graphics/win/
QTPixelBuffer.cpp 37 static OSStatus SetNumberValue(CFMutableDictionaryRef inDict, CFStringRef inKey, SInt32 inValue)
  /system/core/fastboot/
usb_osx.c 75 SInt32 score;
264 SInt32 score;
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 347 HANDLE_TYPE( SINT32, SInt32, int32);
380 HANDLE_TYPE( SINT32, SInt32, int32);
409 HANDLE_TYPE( SINT32, SInt32, int32_value);
extension_set.cc 748 HANDLE_TYPE( SINT32, Int32, int32);
    [all...]
  /external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnabler.m 50 static SInt32 version = 0;
  /system/core/adb/
usb_osx.c 64 SInt32 vendor, if_subclass, if_protocol;
127 SInt32 score;
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDL_syscdrom.c 276 pb.ioParam.ioReqCount = (SInt32)sizeof(volParmsInfo);
  /external/qemu/distrib/sdl-1.2.12/src/timer/macos/
FastTimes.c 104 SInt32 result;
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.h 115 SInt32 system_version; /* used to dis-/enable workarounds depending on the system version */
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.h 166 - (NPError)write:(NPStream*)stream len:(SInt32)len buffer:(void *)buffer;

Completed in 695 milliseconds

1 2