Searched refs:SDL_SwapLE64 (Results 1 – 3 of 3) sorted by relevance
194 #define SDL_SwapLE64(X) (X) macro201 #define SDL_SwapLE64(X) SDL_Swap64(X) macro
634 return(SDL_SwapLE64(value)); in SDL_ReadLE64()666 value = SDL_SwapLE64(value); in SDL_WriteLE64()
526 SDL_SwapLE64(), SDL_SwapBE64(),