Searched defs:maxValue (Results 1 – 2 of 2) sorted by relevance
208 SDLTest_GenerateUnsignedBoundaryValues(const Uint64 maxValue, Uint64 boundary1, Uint64 boundary2, S… in SDLTest_GenerateUnsignedBoundaryValues()274 const Uint64 maxValue = UCHAR_MAX; in SDLTest_RandomUint8BoundaryValue() local284 const Uint64 maxValue = USHRT_MAX; in SDLTest_RandomUint16BoundaryValue() local295 const Uint64 maxValue = ULONG_MAX; in SDLTest_RandomUint32BoundaryValue() local308 const Uint64 maxValue = UINT64_MAX; in SDLTest_RandomUint64BoundaryValue() local340 SDLTest_GenerateSignedBoundaryValues(const Sint64 minValue, const Sint64 maxValue, Sint64 boundary1… in SDLTest_GenerateSignedBoundaryValues()406 const Sint64 maxValue = SCHAR_MAX; in SDLTest_RandomSint8BoundaryValue() local417 const Sint64 maxValue = SHRT_MAX; in SDLTest_RandomSint16BoundaryValue() local429 const Sint64 maxValue = LONG_MAX; in SDLTest_RandomSint32BoundaryValue() local444 const Sint64 maxValue = INT64_MAX; in SDLTest_RandomSint64BoundaryValue() local
582 FT_ULong maxValue; member
Completed in 5 milliseconds