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

/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_endian.h173 #define SDL_SwapLE16(X) (X) macro
180 #define SDL_SwapLE16(X) SDL_Swap16(X) macro

Completed in 54 milliseconds