Home
last modified time | relevance | path

Searched refs:SDL_Swap64 (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_endian.h174 SDL_Swap64(Uint64 x) in SDL_Swap64() function
192 SDL_Swap64(Uint64 x) in SDL_Swap64() function
199 SDL_Swap64(Uint64 x) in SDL_Swap64() function
241 #define SDL_SwapBE64(X) SDL_Swap64(X)
246 #define SDL_SwapLE64(X) SDL_Swap64(X)
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_platform.c94 SDLTest_AssertCheck( SDL_Swap64(value64) == swapped64, in platform_testEndianessAndSwap()
96 value64, SDL_Swap64(value64) ); in platform_testEndianessAndSwap()
A Dtestplatform.c140 SDL_Swap64(value64)); in TestEndian()
142 if (SDL_Swap64(value64) != swapped64) { in TestEndian()

Completed in 5 milliseconds