Home
last modified time | relevance | path

Searched defs:SDL_SwapLE16 (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_endian.h235 #define SDL_SwapLE16(X) (X) macro
244 #define SDL_SwapLE16(X) SDL_Swap16(X) macro
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick.m239 *guid16++ = SDL_SwapLE16(SDL_HARDWARE_BUS_BLUETOOTH); class in controller
241 *guid16++ = SDL_SwapLE16(vendor); class in controller
243 *guid16++ = SDL_SwapLE16(product); class in controller
246 *guid16++ = SDL_SwapLE16(device->button_mask); class in controller

Completed in 9 milliseconds