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

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_endian.h194 #define SDL_SwapLE64(X) (X) macro
201 #define SDL_SwapLE64(X) SDL_Swap64(X) macro

Completed in 140 milliseconds