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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_endian.h 177 #define SDL_SwapBE32(X) SDL_Swap32(X)
184 #define SDL_SwapBE32(X) (X)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_endian.h 177 #define SDL_SwapBE32(X) SDL_Swap32(X)
184 #define SDL_SwapBE32(X) (X)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_endian.h 177 #define SDL_SwapBE32(X) SDL_Swap32(X)
184 #define SDL_SwapBE32(X) (X)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_endian.h 177 #define SDL_SwapBE32(X) SDL_Swap32(X)
184 #define SDL_SwapBE32(X) (X)
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_endian.h 178 #define SDL_SwapBE32(X) SDL_Swap32(X)
185 #define SDL_SwapBE32(X) (X)
  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 566 return(SDL_SwapBE32(value));
600 value = SDL_SwapBE32(value);

Completed in 155 milliseconds