Home
last modified time | relevance | path

Searched refs:SDLTest_RandomUint8BoundaryValue (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_sdltest.c165 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/
DSDL_test_fuzzer.h167 Uint8 SDLTest_RandomUint8BoundaryValue(Uint8 boundary1, Uint8 boundary2, SDL_bool validDomain);
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_fuzzer.c264 SDLTest_RandomUint8BoundaryValue(Uint8 boundary1, Uint8 boundary2, SDL_bool validDomain) in SDLTest_RandomUint8BoundaryValue() function