HomeSort by relevance Sort by last modified time
    Searched defs:SDL_SwapBE32 (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_endian.h 196 #define SDL_SwapBE32(X) SDL_Swap32(X)
203 #define SDL_SwapBE32(X) (X)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_endian.h 196 #define SDL_SwapBE32(X) SDL_Swap32(X)
203 #define SDL_SwapBE32(X) (X)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_endian.h 196 #define SDL_SwapBE32(X) SDL_Swap32(X)
203 #define SDL_SwapBE32(X) (X)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_endian.h 196 #define SDL_SwapBE32(X) SDL_Swap32(X)
203 #define SDL_SwapBE32(X) (X)

Completed in 457 milliseconds