Searched refs:SDL_SwapBE64 (Results 1 – 2 of 2) sorted by relevance
241 #define SDL_SwapBE64(X) SDL_Swap64(X) macro250 #define SDL_SwapBE64(X) (X) macro
881 return SDL_SwapBE64(value); in SDL_ReadBE64()928 const Uint64 swapped = SDL_SwapBE64(value); in SDL_WriteBE64()
Completed in 7 milliseconds