Searched refs:SDL_Swap16 (Results 1 – 8 of 8) sorted by relevance
74 SDL_Swap16(Uint16 x) in SDL_Swap16() function81 SDL_Swap16(Uint16 x)88 SDL_Swap16(Uint16 x)97 SDL_Swap16(Uint16 x)103 extern _inline Uint16 SDL_Swap16(Uint16);104 #pragma aux SDL_Swap16 = \110 SDL_Swap16(Uint16 x)239 #define SDL_SwapBE16(X) SDL_Swap16(X)244 #define SDL_SwapLE16(X) SDL_Swap16(X)
84 SDLTest_AssertCheck( SDL_Swap16(value16) == swapped16, in platform_testEndianessAndSwap()86 value16, SDL_Swap16(value16) ); in platform_testEndianessAndSwap()
120 SDL_Swap16(value16)); in TestEndian()122 if (SDL_Swap16(value16) != swapped16) { in TestEndian()
306 p[x] = SDL_Swap16(p[x]); in IMG_LoadTGA_RW()
560 pix[i] = SDL_Swap16(pix[i]); in LoadBMP_RW()
521 pix[i] = SDL_Swap16(pix[i]); in SDL_LoadBMP_RW()
1146 *dstUV++ = SDL_Swap16(*srcUV++); in SDL_ConvertPixels_SwapNV()
1017 ch = SDL_Swap16(ch); in UCS2_to_UTF8()
Completed in 17 milliseconds