HomeSort by relevance Sort by last modified time
    Searched full:sint32 (Results 26 - 50 of 153) sorted by null

12 3 4 5 6 7

  /external/qemu/distrib/sdl-1.2.15/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/clang/test/FixIt/
format-darwin.m 15 typedef int SInt32;
22 typedef long SInt32;
26 typedef SInt32 OSStatus;
30 SInt32 getSInt32();
36 printf("%s", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' instead}}
96 printf("%ld", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' instead}}
145 printf("%d", getSInt32()); // expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' instead}}
183 printf("%s", (SInt32)0); // expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' instead}}
  /external/libffi/src/
types.c 57 FFI_TYPEDEF(sint32, SINT32, FFI_TYPE_SINT32);
java_raw_api.c 166 *(SINT32*)(raw++) = *(SINT8*) (*args);
182 *(SINT32*)(raw++) = *(SINT16*) (*args);
198 *(SINT32*)(raw++) = *(SINT32*) (*args);
200 (raw++)->sint = *(SINT32*) (*args);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_bmp.c 73 Sint32 biWidth;
74 Sint32 biHeight;
79 Sint32 biXPelsPerMeter;
80 Sint32 biYPelsPerMeter;
376 Sint32 biWidth;
377 Sint32 biHeight;
382 Sint32 biXPelsPerMeter;
383 Sint32 biYPelsPerMeter;
  /external/qemu/distrib/sdl-1.2.15/src/audio/sun/
SDL_sunaudio.h 40 Sint32 written; /* The number of samples written */
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_syswm.c 69 Sint32 biWidth;
70 Sint32 biHeight;
75 Sint32 biXPelsPerMeter;
76 Sint32 biYPelsPerMeter;
  /external/protobuf/src/google/protobuf/
unittest_micro.proto 58 optional sint32 optional_sint32 = 5;
91 repeated sint32 repeated_sint32 = 35;
124 optional sint32 default_sint32 = 65 [default = -45 ];
unittest_nano.proto 58 optional sint32 optional_sint32 = 5;
91 repeated sint32 repeated_sint32 = 35;
130 optional sint32 default_sint32 = 65 [default = -45 ];
unittest.proto 73 optional sint32 optional_sint32 = 5;
105 repeated sint32 repeated_sint32 = 35;
137 optional sint32 default_sint32 = 65 [default = -45 ];
184 optional sint32 optional_sint32_extension = 5;
218 repeated sint32 repeated_sint32_extension = 35;
252 optional sint32 default_sint32_extension = 65 [default = -45 ];
508 repeated sint32 packed_sint32 = 94 [packed = true];
527 repeated sint32 unpacked_sint32 = 94 [packed = false];
548 repeated sint32 packed_sint32_extension = 94 [packed = true];
581 repeated sint32 packed_extension = 2006 [packed = true]
    [all...]
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/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
SDL_sysjoystick.c 238 hatval_to_sdl(Sint32 hatval)
408 Sint32 v;
428 v = (Sint32)joy->hwdata->x;
445 v = (Sint32)joy->hwdata->y;
486 v = (Sint32)hid_get_data(REP_BUF_DATA(rep),
494 v = (Sint32)hid_get_data(REP_BUF_DATA(rep),
502 v = (Sint32)hid_get_data(REP_BUF_DATA(rep),
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unittest.proto 79 optional sint32 optional_sint32 = 5;
117 repeated sint32 repeated_sint32 = 35;
151 optional sint32 default_sint32 = 65 [default = -45 ];
198 optional sint32 optional_sint32_extension = 5;
238 repeated sint32 repeated_sint32_extension = 35;
275 optional sint32 default_sint32_extension = 65 [default = -45 ];
569 repeated sint32 packed_sint32 = 94 [packed = true];
588 repeated sint32 unpacked_sint32 = 94 [packed = false];
609 repeated sint32 packed_sint32_extension = 94 [packed = true];
642 repeated sint32 packed_extension = 2006 [packed = true]
    [all...]
extension_set.cc     [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
more_messages.proto 40 optional sint32 optional_sint32 = 5;
  /external/libffi/testsuite/libffi.call/
cls_align_sint32.c 2 Purpose: Check structure alignment of sint32.
  /external/protobuf/python/google/protobuf/internal/
more_messages.proto 40 optional sint32 optional_sint32 = 5;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_config_macos.h 36 typedef SInt32 int32_t;
  /external/speex/include/speex/
speex_types.h 56 typedef SInt32 spx_int32_t;
  /external/chromium_org/media/midi/
midi_manager_mac.cc 203 SInt32 id_number = 0;
229 SInt32 version_number = 0;
  /external/chromium_org/content/browser/geolocation/
osx_wifi.h 52 typedef SInt32 WIErr;
  /external/chromium_org/third_party/opus/src/include/
opus_types.h 75 typedef SInt32 opus_int32;
  /external/compiler-rt/lib/i386/
floatundisf.S 79 shrl %eax // high 31 bits of input as sint32
  /external/libffi/include/
ffi_common.h 86 typedef signed int SINT32 __attribute__((__mode__(__SI__)));

Completed in 1035 milliseconds

12 3 4 5 6 7