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

/prebuilts/tools/darwin-x86/sdl/include/SDL/
H A DSDL_endian.h196 #define SDL_SwapBE32(X) SDL_Swap32(X) macro
203 #define SDL_SwapBE32(X) (X) macro
/prebuilts/tools/linux-x86/sdl/include/SDL/
H A DSDL_endian.h196 #define SDL_SwapBE32(X) SDL_Swap32(X) macro
203 #define SDL_SwapBE32(X) (X) macro
/prebuilts/tools/windows/sdl/include/SDL/
H A DSDL_endian.h196 #define SDL_SwapBE32(X) SDL_Swap32(X) macro
203 #define SDL_SwapBE32(X) (X) macro

Completed in 9 milliseconds