HomeSort by relevance Sort by last modified time
    Searched refs:SDL_assert (Results 1 - 10 of 10) sorted by null

  /prebuilts/misc/windows/sdl2/test/
testatomic.c 16 #include "SDL_assert.h"
167 SDL_assert(sizeof(atomicValue)>=4);
171 SDL_assert(v==42);
173 SDL_assert(bad==42);
178 SDL_assert(v==-5);
183 SDL_assert(v==CountTo);
188 SDL_assert(!b); /* no swap since CountTo!=500 */
190 SDL_assert(v==CountTo); /* ensure no swap */
193 SDL_assert(!!b); /* will swap */
195 SDL_assert(v==44)
    [all...]
testplatform.c 18 #include "SDL_assert.h"
165 SDL_assert(1);
168 SDL_assert(0 || 1);
testthread.c 71 SDL_assert(tls);
testwm2.c 54 SDL_assert(SDL_arraysize(cursorNames) == SDL_NUM_SYSTEM_CURSORS);
testautomation_surface.c 350 SDL_assert(fmt1 != NULL);
352 SDL_assert(cvt1 != NULL);
355 SDL_assert(fmt1 != NULL);
357 SDL_assert(cvt2 != NULL);
364 SDL_assert(final != NULL);
testgamecontroller.c 88 SDL_assert(!temp->format->palette);
89 SDL_assert(temp->format->BitsPerPixel == 24);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_assert.h 83 SDL_assert(somevalue == 1);
120 /* Never call this directly. Use the SDL_assert* macros. */
128 SDL_assert test. */
135 if (x) SDL_assert(y); else blah();
139 SDL_ReportAssertion(), in SDL_assert.c.
164 # define SDL_assert(condition) SDL_disabled_assert(condition)
168 # define SDL_assert(condition) SDL_disabled_assert(condition)
172 # define SDL_assert(condition) SDL_enabled_assert(condition)
176 # define SDL_assert(condition) SDL_enabled_assert(condition)
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_assert.h 83 SDL_assert(somevalue == 1);
120 /* Never call this directly. Use the SDL_assert* macros. */
128 SDL_assert test. */
135 if (x) SDL_assert(y); else blah();
139 SDL_ReportAssertion(), in SDL_assert.c.
164 # define SDL_assert(condition) SDL_disabled_assert(condition)
168 # define SDL_assert(condition) SDL_disabled_assert(condition)
172 # define SDL_assert(condition) SDL_enabled_assert(condition)
176 # define SDL_assert(condition) SDL_enabled_assert(condition)
  /prebuilts/misc/windows/sdl2/include/
SDL_assert.h 83 SDL_assert(somevalue == 1);
120 /* Never call this directly. Use the SDL_assert* macros. */
128 SDL_assert test. */
135 if (x) SDL_assert(y); else blah();
139 SDL_ReportAssertion(), in SDL_assert.c.
164 # define SDL_assert(condition) SDL_disabled_assert(condition)
168 # define SDL_assert(condition) SDL_disabled_assert(condition)
172 # define SDL_assert(condition) SDL_enabled_assert(condition)
176 # define SDL_assert(condition) SDL_enabled_assert(condition)
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_assert.h 83 SDL_assert(somevalue == 1);
120 /* Never call this directly. Use the SDL_assert* macros. */
128 SDL_assert test. */
135 if (x) SDL_assert(y); else blah();
139 SDL_ReportAssertion(), in SDL_assert.c.
164 # define SDL_assert(condition) SDL_disabled_assert(condition)
168 # define SDL_assert(condition) SDL_disabled_assert(condition)
172 # define SDL_assert(condition) SDL_enabled_assert(condition)
176 # define SDL_assert(condition) SDL_enabled_assert(condition)

Completed in 1533 milliseconds