Searched defs:boundary1 (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_fuzzer.c | 208 SDLTest_GenerateUnsignedBoundaryValues(const Uint64 maxValue, Uint64 boundary1, Uint64 boundary2, S… in SDLTest_GenerateUnsignedBoundaryValues() 271 SDLTest_RandomUint8BoundaryValue(Uint8 boundary1, Uint8 boundary2, SDL_bool validDomain) in SDLTest_RandomUint8BoundaryValue() 281 SDLTest_RandomUint16BoundaryValue(Uint16 boundary1, Uint16 boundary2, SDL_bool validDomain) in SDLTest_RandomUint16BoundaryValue() 291 SDLTest_RandomUint32BoundaryValue(Uint32 boundary1, Uint32 boundary2, SDL_bool validDomain) in SDLTest_RandomUint32BoundaryValue() 305 SDLTest_RandomUint64BoundaryValue(Uint64 boundary1, Uint64 boundary2, SDL_bool validDomain) in SDLTest_RandomUint64BoundaryValue() 340 SDLTest_GenerateSignedBoundaryValues(const Sint64 minValue, const Sint64 maxValue, Sint64 boundary1… in SDLTest_GenerateSignedBoundaryValues() 403 SDLTest_RandomSint8BoundaryValue(Sint8 boundary1, Sint8 boundary2, SDL_bool validDomain) in SDLTest_RandomSint8BoundaryValue() 414 SDLTest_RandomSint16BoundaryValue(Sint16 boundary1, Sint16 boundary2, SDL_bool validDomain) in SDLTest_RandomSint16BoundaryValue() 425 SDLTest_RandomSint32BoundaryValue(Sint32 boundary1, Sint32 boundary2, SDL_bool validDomain) in SDLTest_RandomSint32BoundaryValue() 441 SDLTest_RandomSint64BoundaryValue(Sint64 boundary1, Sint64 boundary2, SDL_bool validDomain) in SDLTest_RandomSint64BoundaryValue()
|
Completed in 4 milliseconds