Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_endian.h241 #define SDL_SwapBE64(X) SDL_Swap64(X) macro
250 #define SDL_SwapBE64(X) (X) macro
/AliOS-Things-master/components/SDL2/src/file/
A DSDL_rwops.c881 return SDL_SwapBE64(value); in SDL_ReadBE64()
928 const Uint64 swapped = SDL_SwapBE64(value); in SDL_WriteBE64()

Completed in 7 milliseconds