Searched refs:Uint32 (Results 1 - 25 of 242) sorted by relevance

12345678910

/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_ataric2p_s.h36 Uint32 width, /* Dimensions of screen to convert */
37 Uint32 height,
38 Uint32 dblligne, /* Double the lines when converting ? */
39 Uint32 srcpitch, /* Length of one source line in bytes */
40 Uint32 dstpitch /* Length of one destination line in bytes */
50 Uint32 width, /* Dimensions of screen to convert */
51 Uint32 height,
52 Uint32 dblligne, /* Double the lines when converting ? */
53 Uint32 srcpitch, /* Length of one source line in bytes */
54 Uint32 dstpitc
[all...]
H A DSDL_atarimxalloc_c.h35 extern void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type);
/external/qemu/distrib/sdl-1.2.15/src/audio/dummy/
H A DSDL_dummyaudio.h35 Uint32 mixlen;
36 Uint32 write_delay;
37 Uint32 initial_calls;
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_timer.h49 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
52 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
55 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
86 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
101 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
109 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);
H A DSDL.h76 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
79 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
82 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
88 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
H A DSDL_video.h82 Uint32 Rmask;
83 Uint32 Gmask;
84 Uint32 Bmask;
85 Uint32 Amask;
88 Uint32 colorkey;
97 Uint32 flags; /**< Read-only */
109 Uint32 unused1; /**< for binary compatibility */
112 Uint32 locked; /**< Private */
172 Uint32 hw_available :1; /**< Flag: Can you create hardware surfaces? */
173 Uint32 wm_availabl
[all...]
H A DSDL_endian.h108 static __inline__ Uint32 SDL_Swap32(Uint32 x)
114 static __inline__ Uint32 SDL_Swap32(Uint32 x)
120 static __inline__ Uint32 SDL_Swap32(Uint32 x)
122 Uint32 result;
130 static __inline__ Uint32 SDL_Swap32(Uint32 x)
136 static __inline__ Uint32 SDL_Swap3
[all...]
H A DSDL_mutex.h47 #define SDL_MUTEX_MAXWAIT (~(Uint32)0)
90 extern DECLSPEC SDL_sem * SDLCALL SDL_CreateSemaphore(Uint32 initial_value);
115 extern DECLSPEC int SDLCALL SDL_SemWaitTimeout(SDL_sem *sem, Uint32 ms);
123 extern DECLSPEC Uint32 SDLCALL SDL_SemValue(SDL_sem *sem);
166 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms);
/external/qemu/distrib/sdl-1.2.15/src/audio/disk/
H A DSDL_diskaudio.h37 Uint32 mixlen;
38 Uint32 write_delay;
/external/qemu/distrib/sdl-1.2.15/src/timer/nds/
H A DSDL_systimer.c42 Uint32 SDL_GetTicks(void)
47 void SDL_Delay(Uint32 ms)
49 Uint32 now;
51 while((Uint32)timers2ms(TIMER0_DATA, TIMER1_DATA)<now+ms);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_pixels_c.h30 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
32 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_wave.h45 Uint32 FMTchunk;
46 Uint32 fmtlen;
50 Uint32 frequency; /* One of 11025, 22050, or 44100 Hz */
51 Uint32 byterate; /* Average bytes per second */
58 Uint32 magic;
59 Uint32 length;
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/
H A DSDL_dcaudio.h35 Uint32 mixlen;
/external/qemu/distrib/sdl-1.2.15/src/thread/generic/
H A DSDL_systhread.c40 Uint32 SDL_ThreadID(void)
H A DSDL_syssem.c33 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value)
50 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
62 Uint32 SDL_SemValue(SDL_sem *sem)
77 Uint32 count;
78 Uint32 waiters_count;
83 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value)
146 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
181 Uint32 SDL_SemValue(SDL_sem *sem)
183 Uint32 value;
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxmodes_c.h31 extern SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) ;
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_video.h65 Uint32 red;
66 Uint32 green;
67 Uint32 blue;
68 Uint32 alpha;
69 Uint32 bpp;
87 Uint32 OGLFlags; /* OpenGL flags */
88 Uint32 OGLBPP; /* OpenGL bpp */
103 Uint32 current;
104 Uint32 flags;
116 Uint32 visualbp
[all...]
/external/qemu/distrib/sdl-1.2.15/src/timer/
H A DSDL_timer_c.h34 extern Uint32 SDL_alarm_interval;
/external/qemu/distrib/sdl-1.2.15/src/thread/dc/
H A DSDL_systhread.c47 Uint32 SDL_ThreadID(void)
49 return (Uint32)thd_get_current();
H A DSDL_syssem.c36 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value)
53 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
65 Uint32 SDL_SemValue(SDL_sem *sem)
85 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value)
119 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
152 Uint32 SDL_SemValue(SDL_sem *sem)
/external/qemu/distrib/sdl-1.2.15/src/timer/dummy/
H A DSDL_systimer.c33 Uint32 SDL_GetTicks (void)
39 void SDL_Delay (Uint32 ms)
/external/qemu/distrib/sdl-1.2.15/src/timer/riscos/
H A DSDL_systimer.c38 static Uint32 timerStart;
43 extern Uint32 riscos_main_thread;
45 extern Uint32 SDL_ThreadID();
46 extern Uint32 SDL_EventThreadID(void);
61 Uint32 SDL_GetTicks (void)
84 void SDL_Delay (Uint32 ms)
86 Uint32 now,then,elapsed;
162 Uint32 ms;
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A Dmatrox_mmio.h31 #define mga_in32(reg) *(volatile Uint32 *)(mapped_io + (reg))
34 #define mga_out32(reg,v) *(volatile Uint32 *)(mapped_io + (reg)) = v;
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
H A DSDL_mintaudio.h43 Uint32 frequency;
44 Uint32 masterclock;
45 Uint32 predivisor;
104 void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock,
105 Uint32 prediv, int gpio_bits);
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
H A DSDL_syssem.c36 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value)
53 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
65 Uint32 SDL_SemValue(SDL_sem *sem)
89 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value)
145 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
175 Uint32 SDL_SemValue(SDL_sem *sem)
184 return (Uint32)ret;

Completed in 986 milliseconds

12345678910