Searched refs:SDL_SwapBE16 (Results 1 – 2 of 2) sorted by relevance
195 #define SDL_SwapBE16(X) SDL_Swap16(X) macro202 #define SDL_SwapBE16(X) (X) macro
613 return(SDL_SwapBE16(value)); in SDL_ReadBE16()651 value = SDL_SwapBE16(value); in SDL_WriteBE16()