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

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_endian.h 150 SDL_Swap64(Uint64 x)
168 SDL_Swap64(Uint64 x)
175 SDL_Swap64(Uint64 x)
217 #define SDL_SwapBE64(X) SDL_Swap64(X)
222 #define SDL_SwapLE64(X) SDL_Swap64(X)
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_endian.h 150 SDL_Swap64(Uint64 x)
168 SDL_Swap64(Uint64 x)
175 SDL_Swap64(Uint64 x)
217 #define SDL_SwapBE64(X) SDL_Swap64(X)
222 #define SDL_SwapLE64(X) SDL_Swap64(X)
  /prebuilts/misc/windows/sdl2/include/
SDL_endian.h 150 SDL_Swap64(Uint64 x)
168 SDL_Swap64(Uint64 x)
175 SDL_Swap64(Uint64 x)
217 #define SDL_SwapBE64(X) SDL_Swap64(X)
222 #define SDL_SwapLE64(X) SDL_Swap64(X)
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_endian.h 150 SDL_Swap64(Uint64 x)
168 SDL_Swap64(Uint64 x)
175 SDL_Swap64(Uint64 x)
217 #define SDL_SwapBE64(X) SDL_Swap64(X)
222 #define SDL_SwapLE64(X) SDL_Swap64(X)

Completed in 187 milliseconds