Home
last modified time | relevance | path

Searched refs:SDL_SIMDGetAlignment (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_cpuinfo.h216 extern DECLSPEC size_t SDLCALL SDL_SIMDGetAlignment(void);
/AliOS-Things-master/components/SDL2/src/cpuinfo/
A DSDL_cpuinfo.c935 SDL_SIMDGetAlignment(void) in SDL_SIMDGetAlignment() function
947 const size_t alignment = SDL_SIMDGetAlignment(); in SDL_SIMDAlloc()
964 const size_t alignment = SDL_SIMDGetAlignment(); in SDL_SIMDRealloc()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h717 #define SDL_SIMDGetAlignment SDL_SIMDGetAlignment_REAL macro
A DSDL_dynapi_procs.h773 SDL_DYNAPI_PROC(size_t,SDL_SIMDGetAlignment,(void),(),return)

Completed in 11 milliseconds