Home
last modified time | relevance | path

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

/bsp/simulator/SDL2/include/
A DSDL_endian.h272 #define SDL_Swap64(x) __builtin_bswap64(x) macro
275 #define SDL_Swap64(x) _byteswap_uint64(x)
278 SDL_Swap64(Uint64 x)
294 SDL_Swap64(Uint64 x)
300 extern __inline Uint64 SDL_Swap64(Uint64);
301 #pragma aux SDL_Swap64 = \
319 SDL_Swap64(Uint64 x)
374 #define SDL_SwapBE64(X) SDL_Swap64(X)
379 #define SDL_SwapLE64(X) SDL_Swap64(X)

Completed in 5 milliseconds