OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_TICKS_PASSED
(Results
1 - 4
of
4
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_timer.h
52
* while (!
SDL_TICKS_PASSED
(SDL_GetTicks(), timeout)) {
56
#define
SDL_TICKS_PASSED
(A, B) ((Sint32)((B) - (A)) <= 0)
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_timer.h
52
* while (!
SDL_TICKS_PASSED
(SDL_GetTicks(), timeout)) {
56
#define
SDL_TICKS_PASSED
(A, B) ((Sint32)((B) - (A)) <= 0)
/prebuilts/misc/windows/sdl2/include/
SDL_timer.h
52
* while (!
SDL_TICKS_PASSED
(SDL_GetTicks(), timeout)) {
56
#define
SDL_TICKS_PASSED
(A, B) ((Sint32)((B) - (A)) <= 0)
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_timer.h
52
* while (!
SDL_TICKS_PASSED
(SDL_GetTicks(), timeout)) {
56
#define
SDL_TICKS_PASSED
(A, B) ((Sint32)((B) - (A)) <= 0)
Completed in 33 milliseconds