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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_endian.h 197 #define SDL_SwapBE64(X) SDL_Swap64(X)
204 #define SDL_SwapBE64(X) (X)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_endian.h 197 #define SDL_SwapBE64(X) SDL_Swap64(X)
204 #define SDL_SwapBE64(X) (X)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_endian.h 197 #define SDL_SwapBE64(X) SDL_Swap64(X)
204 #define SDL_SwapBE64(X) (X)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_endian.h 197 #define SDL_SwapBE64(X) SDL_Swap64(X)
204 #define SDL_SwapBE64(X) (X)
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 641 return(SDL_SwapBE64(value));
671 value = SDL_SwapBE64(value);

Completed in 62 milliseconds