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

/prebuilts/tools/darwin-x86/sdl/include/SDL/
H A DSDL_endian.h195 #define SDL_SwapBE16(X) SDL_Swap16(X) macro
202 #define SDL_SwapBE16(X) (X) macro
/prebuilts/tools/linux-x86/sdl/include/SDL/
H A DSDL_endian.h195 #define SDL_SwapBE16(X) SDL_Swap16(X) macro
202 #define SDL_SwapBE16(X) (X) macro
/prebuilts/tools/windows/sdl/include/SDL/
H A DSDL_endian.h195 #define SDL_SwapBE16(X) SDL_Swap16(X) macro
202 #define SDL_SwapBE16(X) (X) macro

Completed in 38 milliseconds