Home
last modified time | relevance | path

Searched refs:SDL_Swap32 (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_endian.h118 SDL_Swap32(Uint32 x) in SDL_Swap32() function
125 SDL_Swap32(Uint32 x) in SDL_Swap32() function
132 SDL_Swap32(Uint32 x) in SDL_Swap32() function
143 SDL_Swap32(Uint32 x) in SDL_Swap32() function
151 #pragma aux SDL_Swap32 = \
156 #pragma aux SDL_Swap32 = \
165 SDL_Swap32(Uint32 x) in SDL_Swap32() function
207 x = SDL_Swap32(lo); in SDL_Swap64()
209 x |= SDL_Swap32(hi); in SDL_Swap64()
240 #define SDL_SwapBE32(X) SDL_Swap32(X)
[all …]
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_platform.c89 SDLTest_AssertCheck( SDL_Swap32(value32) == swapped32, in platform_testEndianessAndSwap()
91 value32, SDL_Swap32(value32) ); in platform_testEndianessAndSwap()
A Dtestplatform.c130 SDL_Swap32(value32)); in TestEndian()
132 if (SDL_Swap32(value32) != swapped32) { in TestEndian()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_bmp.c528 pix[i] = SDL_Swap32(pix[i]); in SDL_LoadBMP_RW()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_bmp.c567 pix[i] = SDL_Swap32(pix[i]); in LoadBMP_RW()

Completed in 7 milliseconds