Searched refs:SDLTest_RandomUint8BoundaryValue (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_sdltest.c | 165 uresult = (Uint64)SDLTest_RandomUint8BoundaryValue(10, 10, SDL_TRUE); in sdltest_randomBoundaryNumberUint8() 172 uresult = (Uint64)SDLTest_RandomUint8BoundaryValue(10, 11, SDL_TRUE); in sdltest_randomBoundaryNumberUint8() 179 uresult = (Uint64)SDLTest_RandomUint8BoundaryValue(10, 12, SDL_TRUE); in sdltest_randomBoundaryNumberUint8() 186 uresult = (Uint64)SDLTest_RandomUint8BoundaryValue(10, 13, SDL_TRUE); in sdltest_randomBoundaryNumberUint8() 193 uresult = (Uint64)SDLTest_RandomUint8BoundaryValue(10, 20, SDL_TRUE); in sdltest_randomBoundaryNumberUint8() 200 uresult = (Uint64)SDLTest_RandomUint8BoundaryValue(20, 10, SDL_TRUE); in sdltest_randomBoundaryNumberUint8() 207 uresult = (Uint64)SDLTest_RandomUint8BoundaryValue(1, 20, SDL_FALSE); in sdltest_randomBoundaryNumberUint8() 214 uresult = (Uint64)SDLTest_RandomUint8BoundaryValue(0, 99, SDL_FALSE); in sdltest_randomBoundaryNumberUint8() 221 uresult = (Uint64)SDLTest_RandomUint8BoundaryValue(1, 255, SDL_FALSE); in sdltest_randomBoundaryNumberUint8() 231 uresult = (Uint64)SDLTest_RandomUint8BoundaryValue(0, 254, SDL_FALSE); in sdltest_randomBoundaryNumberUint8() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_test_fuzzer.h | 167 Uint8 SDLTest_RandomUint8BoundaryValue(Uint8 boundary1, Uint8 boundary2, SDL_bool validDomain);
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_fuzzer.c | 264 SDLTest_RandomUint8BoundaryValue(Uint8 boundary1, Uint8 boundary2, SDL_bool validDomain) in SDLTest_RandomUint8BoundaryValue() function
|