HomeSort by relevance Sort by last modified time
    Searched defs:SDL_SwapBE16 (Results 1 - 4 of 4) 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)

Completed in 199 milliseconds