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

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_endian.h 71 SDL_Swap16(Uint16 x)
78 SDL_Swap16(Uint16 x)
85 SDL_Swap16(Uint16 x)
94 SDL_Swap16(Uint16 x)
101 SDL_Swap16(Uint16 x)
215 #define SDL_SwapBE16(X) SDL_Swap16(X)
220 #define SDL_SwapLE16(X) SDL_Swap16(X)
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_endian.h 71 SDL_Swap16(Uint16 x)
78 SDL_Swap16(Uint16 x)
85 SDL_Swap16(Uint16 x)
94 SDL_Swap16(Uint16 x)
101 SDL_Swap16(Uint16 x)
215 #define SDL_SwapBE16(X) SDL_Swap16(X)
220 #define SDL_SwapLE16(X) SDL_Swap16(X)
  /prebuilts/misc/windows/sdl2/include/
SDL_endian.h 71 SDL_Swap16(Uint16 x)
78 SDL_Swap16(Uint16 x)
85 SDL_Swap16(Uint16 x)
94 SDL_Swap16(Uint16 x)
101 SDL_Swap16(Uint16 x)
215 #define SDL_SwapBE16(X) SDL_Swap16(X)
220 #define SDL_SwapLE16(X) SDL_Swap16(X)
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_endian.h 71 SDL_Swap16(Uint16 x)
78 SDL_Swap16(Uint16 x)
85 SDL_Swap16(Uint16 x)
94 SDL_Swap16(Uint16 x)
101 SDL_Swap16(Uint16 x)
215 #define SDL_SwapBE16(X) SDL_Swap16(X)
220 #define SDL_SwapLE16(X) SDL_Swap16(X)

Completed in 502 milliseconds