Home
last modified time | relevance | path

Searched refs:SDL_Swap16 (Results 1 – 1 of 1) sorted by relevance

/bsp/simulator/SDL2/include/
A DSDL_endian.h151 #define SDL_Swap16(x) __builtin_bswap16(x) macro
154 #define SDL_Swap16(x) _byteswap_ushort(x)
157 SDL_Swap16(Uint16 x)
164 SDL_Swap16(Uint16 x)
171 SDL_Swap16(Uint16 x)
180 SDL_Swap16(Uint16 x)
186 extern __inline Uint16 SDL_Swap16(Uint16);
187 #pragma aux SDL_Swap16 = \
203 SDL_Swap16(Uint16 x)
372 #define SDL_SwapBE16(X) SDL_Swap16(X)
[all …]

Completed in 6 milliseconds