HomeSort by relevance Sort by last modified time
    Searched refs:Sint32 (Results 1 - 25 of 31) sorted by null

1 2

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_test_fuzzer.h 101 Sint32 SDLTest_RandomSint32();
276 * Returns a random boundary value for Sint32 within the given boundaries.
294 Sint32 SDLTest_RandomSint32BoundaryValue(Sint32 boundary1, Sint32 boundary2, SDL_bool validDomain);
329 Sint32 SDLTest_RandomIntegerInRange(Sint32 min, Sint32 max);
SDL_events.h 172 Sint32 data1; /**< event dependent data */
173 Sint32 data2; /**< event dependent data */
201 Sint32 start; /**< The start cursor of selected editing text */
202 Sint32 length; /**< The length of selected editing text */
228 Sint32 x; /**< X coordinate, relative to window */
229 Sint32 y; /**< Y coordinate, relative to window */
230 Sint32 xrel; /**< The relative motion in the X direction */
231 Sint32 yrel; /**< The relative motion in the Y direction */
247 Sint32 x; /**< X coordinate, relative to window */
248 Sint32 y; /**< Y coordinate, relative to window *
    [all...]
SDL_timer.h 56 #define SDL_TICKS_PASSED(A, B) ((Sint32)((B) - (A)) <= 0)
SDL_keycode.h 42 typedef Sint32 SDL_Keycode;
SDL_joystick.h 72 typedef Sint32 SDL_JoystickID;
SDL_stdinc.h 151 typedef int32_t Sint32;
178 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_test_fuzzer.h 101 Sint32 SDLTest_RandomSint32();
276 * Returns a random boundary value for Sint32 within the given boundaries.
294 Sint32 SDLTest_RandomSint32BoundaryValue(Sint32 boundary1, Sint32 boundary2, SDL_bool validDomain);
329 Sint32 SDLTest_RandomIntegerInRange(Sint32 min, Sint32 max);
SDL_events.h 172 Sint32 data1; /**< event dependent data */
173 Sint32 data2; /**< event dependent data */
201 Sint32 start; /**< The start cursor of selected editing text */
202 Sint32 length; /**< The length of selected editing text */
228 Sint32 x; /**< X coordinate, relative to window */
229 Sint32 y; /**< Y coordinate, relative to window */
230 Sint32 xrel; /**< The relative motion in the X direction */
231 Sint32 yrel; /**< The relative motion in the Y direction */
247 Sint32 x; /**< X coordinate, relative to window */
248 Sint32 y; /**< Y coordinate, relative to window *
    [all...]
SDL_timer.h 56 #define SDL_TICKS_PASSED(A, B) ((Sint32)((B) - (A)) <= 0)
SDL_keycode.h 42 typedef Sint32 SDL_Keycode;
SDL_joystick.h 72 typedef Sint32 SDL_JoystickID;
SDL_stdinc.h 151 typedef int32_t Sint32;
178 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
  /prebuilts/misc/windows/sdl2/include/
SDL_test_fuzzer.h 101 Sint32 SDLTest_RandomSint32();
276 * Returns a random boundary value for Sint32 within the given boundaries.
294 Sint32 SDLTest_RandomSint32BoundaryValue(Sint32 boundary1, Sint32 boundary2, SDL_bool validDomain);
329 Sint32 SDLTest_RandomIntegerInRange(Sint32 min, Sint32 max);
SDL_events.h 172 Sint32 data1; /**< event dependent data */
173 Sint32 data2; /**< event dependent data */
201 Sint32 start; /**< The start cursor of selected editing text */
202 Sint32 length; /**< The length of selected editing text */
228 Sint32 x; /**< X coordinate, relative to window */
229 Sint32 y; /**< Y coordinate, relative to window */
230 Sint32 xrel; /**< The relative motion in the X direction */
231 Sint32 yrel; /**< The relative motion in the Y direction */
247 Sint32 x; /**< X coordinate, relative to window */
248 Sint32 y; /**< Y coordinate, relative to window *
    [all...]
SDL_timer.h 56 #define SDL_TICKS_PASSED(A, B) ((Sint32)((B) - (A)) <= 0)
SDL_keycode.h 42 typedef Sint32 SDL_Keycode;
SDL_joystick.h 72 typedef Sint32 SDL_JoystickID;
SDL_stdinc.h 141 typedef int32_t Sint32;
168 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_test_fuzzer.h 101 Sint32 SDLTest_RandomSint32();
276 * Returns a random boundary value for Sint32 within the given boundaries.
294 Sint32 SDLTest_RandomSint32BoundaryValue(Sint32 boundary1, Sint32 boundary2, SDL_bool validDomain);
329 Sint32 SDLTest_RandomIntegerInRange(Sint32 min, Sint32 max);
SDL_events.h 172 Sint32 data1; /**< event dependent data */
173 Sint32 data2; /**< event dependent data */
201 Sint32 start; /**< The start cursor of selected editing text */
202 Sint32 length; /**< The length of selected editing text */
228 Sint32 x; /**< X coordinate, relative to window */
229 Sint32 y; /**< Y coordinate, relative to window */
230 Sint32 xrel; /**< The relative motion in the X direction */
231 Sint32 yrel; /**< The relative motion in the Y direction */
247 Sint32 x; /**< X coordinate, relative to window */
248 Sint32 y; /**< Y coordinate, relative to window *
    [all...]
SDL_timer.h 56 #define SDL_TICKS_PASSED(A, B) ((Sint32)((B) - (A)) <= 0)
SDL_keycode.h 42 typedef Sint32 SDL_Keycode;
SDL_joystick.h 72 typedef Sint32 SDL_JoystickID;
SDL_stdinc.h 151 typedef int32_t Sint32;
178 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
  /prebuilts/misc/windows/sdl2/test/
testautomation_sdltest.c     [all...]

Completed in 950 milliseconds

1 2