HomeSort by relevance Sort by last modified time
    Searched defs:SDL_COMPILE_TIME_ASSERT (Results 1 - 4 of 4) sorted by null

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h 169 #define SDL_COMPILE_TIME_ASSERT(name, x) \
173 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
174 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
175 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
176 SDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);
177 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
178 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
179 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
180 SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
199 SDL_COMPILE_TIME_ASSERT(enum, sizeof(SDL_DUMMY_ENUM) == sizeof(int))
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h 169 #define SDL_COMPILE_TIME_ASSERT(name, x) \
173 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
174 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
175 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
176 SDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);
177 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
178 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
179 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
180 SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
199 SDL_COMPILE_TIME_ASSERT(enum, sizeof(SDL_DUMMY_ENUM) == sizeof(int))
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h 159 #define SDL_COMPILE_TIME_ASSERT(name, x) \
163 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
164 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
165 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
166 SDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);
167 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
168 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
169 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
170 SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
189 SDL_COMPILE_TIME_ASSERT(enum, sizeof(SDL_DUMMY_ENUM) == sizeof(int))
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h 169 #define SDL_COMPILE_TIME_ASSERT(name, x) \
173 SDL_COMPILE_TIME_ASSERT(uint8, sizeof(Uint8) == 1);
174 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
175 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
176 SDL_COMPILE_TIME_ASSERT(sint16, sizeof(Sint16) == 2);
177 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
178 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
179 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
180 SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
199 SDL_COMPILE_TIME_ASSERT(enum, sizeof(SDL_DUMMY_ENUM) == sizeof(int))
    [all...]

Completed in 472 milliseconds