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

/prebuilts/tools/darwin-x86/sdl/include/SDL/
H A DSDL_endian.h192 #define SDL_SwapLE16(X) (X) macro
199 #define SDL_SwapLE16(X) SDL_Swap16(X) macro
/prebuilts/tools/linux-x86/sdl/include/SDL/
H A DSDL_endian.h192 #define SDL_SwapLE16(X) (X) macro
199 #define SDL_SwapLE16(X) SDL_Swap16(X) macro
/prebuilts/tools/windows/sdl/include/SDL/
H A DSDL_endian.h192 #define SDL_SwapLE16(X) (X) macro
199 #define SDL_SwapLE16(X) SDL_Swap16(X) macro

Completed in 376 milliseconds