Searched refs:SDL_SwapBE16 (Results 1 – 3 of 3) sorted by relevance
144 *dst = SDL_SwapBE16(val); in SDL_Convert_U8_to_U16MSB()168 *dst = ((Sint16) SDL_SwapBE16(val)); in SDL_Convert_U8_to_S16MSB()359 *dst = SDL_SwapBE16(val); in SDL_Convert_S8_to_U16MSB()383 *dst = ((Sint16) SDL_SwapBE16(val)); in SDL_Convert_S8_to_S16MSB()574 *dst = SDL_SwapBE16(val); in SDL_Convert_U16LSB_to_U16MSB()597 *dst = ((Sint16) SDL_SwapBE16(val)); in SDL_Convert_U16LSB_to_S16MSB()787 *dst = SDL_SwapBE16(val); in SDL_Convert_S16LSB_to_U16MSB()810 *dst = ((Sint16) SDL_SwapBE16(val)); in SDL_Convert_S16LSB_to_S16MSB()928 const Uint8 val = ((Uint8) (SDL_SwapBE16(*src) >> 8)); in SDL_Convert_U16MSB_to_U8()952 const Sint8 val = ((Sint8) (((SDL_SwapBE16(*src)) ^ 0x8000) >> 8)); in SDL_Convert_U16MSB_to_S8()[all …]
215 #define SDL_SwapBE16(X) SDL_Swap16(X) macro224 #define SDL_SwapBE16(X) (X) macro
682 return SDL_SwapBE16(value); in SDL_ReadBE16()737 const Uint16 swapped = SDL_SwapBE16(value); in SDL_WriteBE16()