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

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_endian.h144 static __inline__ Uint64 SDL_Swap64(Uint64 x) function
157 static __inline__ Uint64 SDL_Swap64(Uint64 x) function
163 static __inline__ Uint64 SDL_Swap64(Uint64 x) function
182 #define SDL_Swap64(X) (X) macro
197 #define SDL_SwapBE64(X) SDL_Swap64(X)
201 #define SDL_SwapLE64(X) SDL_Swap64(X)

Completed in 80 milliseconds