Searched refs:SDLTest_RandomUint32BoundaryValue (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_sdltest.c | 385 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(10, 10, SDL_TRUE); in sdltest_randomBoundaryNumberUint32() 392 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(10, 11, SDL_TRUE); in sdltest_randomBoundaryNumberUint32() 399 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(10, 12, SDL_TRUE); in sdltest_randomBoundaryNumberUint32() 406 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(10, 13, SDL_TRUE); in sdltest_randomBoundaryNumberUint32() 413 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(10, 20, SDL_TRUE); in sdltest_randomBoundaryNumberUint32() 420 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(20, 10, SDL_TRUE); in sdltest_randomBoundaryNumberUint32() 427 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(1, 20, SDL_FALSE); in sdltest_randomBoundaryNumberUint32() 434 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(0, 99, SDL_FALSE); in sdltest_randomBoundaryNumberUint32() 441 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(1, 0xffffffff, SDL_FALSE); in sdltest_randomBoundaryNumberUint32() 451 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(0, 0xfffffffe, SDL_FALSE); in sdltest_randomBoundaryNumberUint32() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_test_fuzzer.h | 209 Uint32 SDLTest_RandomUint32BoundaryValue(Uint32 boundary1, Uint32 boundary2, SDL_bool validDomain);
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_fuzzer.c | 284 SDLTest_RandomUint32BoundaryValue(Uint32 boundary1, Uint32 boundary2, SDL_bool validDomain) in SDLTest_RandomUint32BoundaryValue() function
|