Searched refs:SDLTest_RandomUint32BoundaryValue (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_sdltest.c | 389 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(10, 10, SDL_TRUE); in sdltest_randomBoundaryNumberUint32() 396 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(10, 11, SDL_TRUE); in sdltest_randomBoundaryNumberUint32() 403 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(10, 12, SDL_TRUE); in sdltest_randomBoundaryNumberUint32() 410 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(10, 13, SDL_TRUE); in sdltest_randomBoundaryNumberUint32() 417 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(10, 20, SDL_TRUE); in sdltest_randomBoundaryNumberUint32() 424 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(20, 10, SDL_TRUE); in sdltest_randomBoundaryNumberUint32() 431 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(1, 20, SDL_FALSE); in sdltest_randomBoundaryNumberUint32() 438 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(0, 99, SDL_FALSE); in sdltest_randomBoundaryNumberUint32() 445 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(1, 0xffffffff, SDL_FALSE); in sdltest_randomBoundaryNumberUint32() 455 uresult = (Uint64)SDLTest_RandomUint32BoundaryValue(0, 0xfffffffe, SDL_FALSE); in sdltest_randomBoundaryNumberUint32() [all …]
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_test_fuzzer.h | 209 Uint32 SDLTest_RandomUint32BoundaryValue(Uint32 boundary1, Uint32 boundary2, SDL_bool validDomain);
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_fuzzer.c | 291 SDLTest_RandomUint32BoundaryValue(Uint32 boundary1, Uint32 boundary2, SDL_bool validDomain) in SDLTest_RandomUint32BoundaryValue() function
|
Completed in 6 milliseconds