Searched refs:SDL_Swap64 (Results 1 – 3 of 3) sorted by relevance
174 SDL_Swap64(Uint64 x) in SDL_Swap64() function192 SDL_Swap64(Uint64 x) in SDL_Swap64() function199 SDL_Swap64(Uint64 x) in SDL_Swap64() function241 #define SDL_SwapBE64(X) SDL_Swap64(X)246 #define SDL_SwapLE64(X) SDL_Swap64(X)
94 SDLTest_AssertCheck( SDL_Swap64(value64) == swapped64, in platform_testEndianessAndSwap()96 value64, SDL_Swap64(value64) ); in platform_testEndianessAndSwap()
140 SDL_Swap64(value64)); in TestEndian()142 if (SDL_Swap64(value64) != swapped64) { in TestEndian()
Completed in 5 milliseconds