Home
last modified time | relevance | path

Searched refs:SDL_SwapLE64 (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_endian.h237 #define SDL_SwapLE64(X) (X) macro
246 #define SDL_SwapLE64(X) SDL_Swap64(X) macro
/AliOS-Things-master/components/SDL2/src/file/
A DSDL_rwops.c872 return SDL_SwapLE64(value); in SDL_ReadLE64()
921 const Uint64 swapped = SDL_SwapLE64(value); in SDL_WriteLE64()

Completed in 3 milliseconds