Home
last modified time | relevance | path

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

/bsp/simulator/SDL2/include/
A DSDL_stdinc.h391 #ifndef SDL_COMPILE_TIME_ASSERT
404 #ifndef SDL_COMPILE_TIME_ASSERT
406 #define SDL_COMPILE_TIME_ASSERT(name, x) \ macro
412 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
413 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
414 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
415 SDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);
416 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
417 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
418 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
[all …]
A DSDL_events.h706 SDL_COMPILE_TIME_ASSERT(SDL_Event, sizeof(SDL_Event) == sizeof(((SDL_Event *)NULL)->padding));

Completed in 8 milliseconds