Searched refs:SDL_SwapLE64 (Results 1 – 2 of 2) sorted by relevance
213 #define SDL_SwapLE64(X) (X) macro222 #define SDL_SwapLE64(X) SDL_Swap64(X) macro
709 return SDL_SwapLE64(value); in SDL_ReadLE64()758 const Uint64 swapped = SDL_SwapLE64(value); in SDL_WriteLE64()