Lines Matching full:uint64
130 static __inline__ Uint64 SDL_Swap64(Uint64 x)
134 Uint64 u;
143 static __inline__ Uint64 SDL_Swap64(Uint64 x)
149 static __inline__ Uint64 SDL_Swap64(Uint64 x)
194 extern DECLSPEC Uint64 SDLCALL SDL_ReadLE64(SDL_RWops *src);
195 extern DECLSPEC Uint64 SDLCALL SDL_ReadBE64(SDL_RWops *src);
202 extern DECLSPEC int SDLCALL SDL_WriteLE64(SDL_RWops *dst, Uint64 value);
203 extern DECLSPEC int SDLCALL SDL_WriteBE64(SDL_RWops *dst, Uint64 value);