Searched defs:SDL_Swap64 (Results 1 – 1 of 1) sorted by relevance
144 static __inline__ Uint64 SDL_Swap64(Uint64 x) in SDL_Swap64() function157 static __inline__ Uint64 SDL_Swap64(Uint64 x) in SDL_Swap64() function163 static __inline__ Uint64 SDL_Swap64(Uint64 x) in SDL_Swap64() function182 #define SDL_Swap64(X) (X) macro