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

1 2 3 4 5 6 7

  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audio_c.h 27 extern Uint16 SDL_FirstAudioFormat(Uint16 format);
28 extern Uint16 SDL_NextAudioFormat(void);
SDL_wave.h 48 Uint16 encoding;
49 Uint16 channels; /* 1 = mono, 2 = stereo */
52 Uint16 blockalign; /* Bytes per sample block */
53 Uint16 bitspersample; /* One of 8, 12, 16, or 4 for ADPCM */
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarimxalloc_c.h 35 extern void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type);
SDL_ikbdinterrupt_s.h 48 extern volatile Uint16 SDL_AtariIkbd_mouseb; /* Mouse on port 0, buttons */
51 extern volatile Uint16 SDL_AtariIkbd_joystick; /* Joystick on port 1 */
54 extern Uint16 SDL_AtariIkbd_enabled;
SDL_xbiosinterrupt_s.h 39 extern volatile Uint16 SDL_AtariXbios_mouselock; /* mouse lock position */
40 extern volatile Uint16 SDL_AtariXbios_mouseb; /* buttons */
43 extern volatile Uint16 SDL_AtariXbios_joystick; /* Joystick */
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macwm_c.h 38 extern int Mac_SetGammaRamp(_THIS, Uint16 *ramp);
39 extern int Mac_GetGammaRamp(_THIS, Uint16 *ramp);
SDL_macmouse_c.h 31 extern void Mac_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysmouse_c.h 31 extern void BE_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemmouse_c.h 32 extern void GEM_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxmouse_c.h 28 extern void NX_WarpWMCursor (_THIS, Uint16 x, Uint16 y) ;
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysmouse_c.h 31 extern void QT_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
SDL_sysmouse.cc 51 void QT_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosmouse_c.h 40 void FULLSCREEN_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
43 void WIMP_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglmouse_c.h 31 extern void VGL_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
SDL_vglmouse.c 52 void VGL_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysmouse_c.h 31 extern void WIN_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11mouse_c.h 31 extern void X11_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_mouse_c.h 35 extern void ph_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /ndk/tests/build/issue56508-gcc4.7-ICE/jni/
extraMachine.c 5 typedef unsigned short int Uint16;
22 Uint16 dim; /* # items in composite object (formerly "cnt") */
92 Uint16 userjob; /* True if in user job at "stopped" operator */
93 Uint16 saverr; /* If true, any error is saved for machcall return */
97 Uint16 entmax; /* Maximum entry count */
98 Uint16 entcnt; /* Current entry count */
102 Uint16 sorted; /* Total sorted entries */
103 Uint16 sortable; /* Total sortable entries */
109 Uint16 pos;
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.h 38 Uint16 number; /* Video mode number */
39 Uint16 width; /* Size */
40 Uint16 height;
41 Uint16 depth; /* bits per plane */
42 Uint16 flags;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_endian.h 75 static __inline__ Uint16 SDL_Swap16(Uint16 x)
81 static __inline__ Uint16 SDL_Swap16(Uint16 x)
87 static __inline__ Uint16 SDL_Swap16(Uint16 x)
92 return (Uint16)result;
95 static __inline__ Uint16 SDL_Swap16(Uint16 x)
101 static __inline__ Uint16 SDL_Swap16(Uint16 x)
    [all...]
SDL_audio.h 76 Uint16 format; /**< Audio data format */
79 Uint16 samples; /**< Audio buffer size in samples (power of 2) */
80 Uint16 padding; /**< Necessary for some compile environments */
128 Uint16 src_format; /**< Source audio format */
129 Uint16 dst_format; /**< Target audio format */
136 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
235 Uint16 src_format, Uint8 src_channels, int src_rate,
236 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_endian.h 75 static __inline__ Uint16 SDL_Swap16(Uint16 x)
81 static __inline__ Uint16 SDL_Swap16(Uint16 x)
87 static __inline__ Uint16 SDL_Swap16(Uint16 x)
92 return (Uint16)result;
95 static __inline__ Uint16 SDL_Swap16(Uint16 x)
101 static __inline__ Uint16 SDL_Swap16(Uint16 x)
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_endian.h 75 static __inline__ Uint16 SDL_Swap16(Uint16 x)
81 static __inline__ Uint16 SDL_Swap16(Uint16 x)
87 static __inline__ Uint16 SDL_Swap16(Uint16 x)
92 return (Uint16)result;
95 static __inline__ Uint16 SDL_Swap16(Uint16 x)
101 static __inline__ Uint16 SDL_Swap16(Uint16 x)
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_endian.h 75 static __inline__ Uint16 SDL_Swap16(Uint16 x)
81 static __inline__ Uint16 SDL_Swap16(Uint16 x)
87 static __inline__ Uint16 SDL_Swap16(Uint16 x)
92 return (Uint16)result;
95 static __inline__ Uint16 SDL_Swap16(Uint16 x)
101 static __inline__ Uint16 SDL_Swap16(Uint16 x)
    [all...]

Completed in 490 milliseconds

1 2 3 4 5 6 7