HomeSort by relevance Sort by last modified time
    Searched refs:SDL_SwapBE16 (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_endian.h 195 #define SDL_SwapBE16(X) SDL_Swap16(X)
202 #define SDL_SwapBE16(X) (X)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_endian.h 195 #define SDL_SwapBE16(X) SDL_Swap16(X)
202 #define SDL_SwapBE16(X) (X)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_endian.h 195 #define SDL_SwapBE16(X) SDL_Swap16(X)
202 #define SDL_SwapBE16(X) (X)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_endian.h 195 #define SDL_SwapBE16(X) SDL_Swap16(X)
202 #define SDL_SwapBE16(X) (X)
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 613 return(SDL_SwapBE16(value));
651 value = SDL_SwapBE16(value);

Completed in 203 milliseconds