Home | History | Annotate | Download | only in test

Lines Matching refs:SDL_assert

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);
200 SDL_assert(v==44);
202 SDL_assert(v==45);
205 SDL_assert(v==45);
207 SDL_assert(v==55);
212 SDL_assert(v==55);
214 SDL_assert(v==35);
217 SDL_assert(v==35);
219 SDL_assert(v==-15);
222 SDL_assert(v==-15);
224 SDL_assert(v==15);
229 SDL_assert(v==CountTo);
232 SDL_assert(bad==CountTo);
239 SDL_assert(v==Expect);
240 SDL_assert(bad!=Expect);
324 SDL_assert(SDL_AtomicGet(&queue->watcher) == 0);
371 SDL_assert(SDL_AtomicGet(&queue->watcher) == 0);