HomeSort by relevance Sort by last modified time
    Searched refs:Sint8 (Results 1 - 9 of 9) sorted by null

  /prebuilt/windows/sdl/host/include/SDL/
SDL_types.h 44 typedef signed char Sint8;
49 typedef signed char Sint8;
91 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiocvt.c 55 Sint8 *src, *dst;
57 src = (Sint8 *)cvt->buf;
58 dst = (Sint8 *)cvt->buf;
61 *dst = (Sint8)(sample / 2);
162 Sint8 *src, *dst;
164 src = (Sint8 *)cvt->buf;
165 dst = (Sint8 *)cvt->buf;
278 Sint8 *src, *dst;
280 src = (Sint8 *)cvt->buf;
281 dst = (Sint8 *)cvt->buf
    [all...]
SDL_mixer.c 148 Sint8 *dst8, *src8;
149 Sint8 src_sample;
154 src8 = (Sint8 *)src;
155 dst8 = (Sint8 *)dst;
SDL_wave.c 122 Sint8 nybble, stereo;
218 Sint8 index;
304 Sint8 nybble;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 85 typedef int8_t Sint8;
110 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 85 typedef int8_t Sint8;
110 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 85 typedef int8_t Sint8;
110 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 85 typedef int8_t Sint8;
110 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
SDL_sysjoystick.c 58 Sint8 id; // Device ID
76 Sint8 id;

Completed in 28 milliseconds