Searched defs:SDL_Swap32 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_endian.h108 static __inline__ Uint32 SDL_Swap32(Uint32 x) function
114 static __inline__ Uint32 SDL_Swap32(Uint32 x) function
120 static __inline__ Uint32 SDL_Swap32(Uint32 x) function
130 static __inline__ Uint32 SDL_Swap32(Uint32 x) function
136 static __inline__ Uint32 SDL_Swap32(Uint32 x) { function
171 x = SDL_Swap32(lo);
173 x |= SDL_Swap32(hi);
196 #define SDL_SwapBE32(X) SDL_Swap32(X)
200 #define SDL_SwapLE32(X) SDL_Swap32(X)

Completed in 151 milliseconds