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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_endian.h 175 #define SDL_SwapLE64(X) (X)
182 #define SDL_SwapLE64(X) SDL_Swap64(X)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_endian.h 175 #define SDL_SwapLE64(X) (X)
182 #define SDL_SwapLE64(X) SDL_Swap64(X)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_endian.h 175 #define SDL_SwapLE64(X) (X)
182 #define SDL_SwapLE64(X) SDL_Swap64(X)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_endian.h 175 #define SDL_SwapLE64(X) (X)
182 #define SDL_SwapLE64(X) SDL_Swap64(X)
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_endian.h 176 #define SDL_SwapLE64(X) (X)
183 #define SDL_SwapLE64(X) SDL_Swap64(X)
  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 573 return(SDL_SwapLE64(value));
605 value = SDL_SwapLE64(value);

Completed in 1039 milliseconds