Home
last modified time | relevance | path

Searched defs:maxValue (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_fuzzer.c208 SDLTest_GenerateUnsignedBoundaryValues(const Uint64 maxValue, Uint64 boundary1, Uint64 boundary2, S… in SDLTest_GenerateUnsignedBoundaryValues()
274 const Uint64 maxValue = UCHAR_MAX; in SDLTest_RandomUint8BoundaryValue() local
284 const Uint64 maxValue = USHRT_MAX; in SDLTest_RandomUint16BoundaryValue() local
295 const Uint64 maxValue = ULONG_MAX; in SDLTest_RandomUint32BoundaryValue() local
308 const Uint64 maxValue = UINT64_MAX; in SDLTest_RandomUint64BoundaryValue() local
340 SDLTest_GenerateSignedBoundaryValues(const Sint64 minValue, const Sint64 maxValue, Sint64 boundary1… in SDLTest_GenerateSignedBoundaryValues()
406 const Sint64 maxValue = SCHAR_MAX; in SDLTest_RandomSint8BoundaryValue() local
417 const Sint64 maxValue = SHRT_MAX; in SDLTest_RandomSint16BoundaryValue() local
429 const Sint64 maxValue = LONG_MAX; in SDLTest_RandomSint32BoundaryValue() local
444 const Sint64 maxValue = INT64_MAX; in SDLTest_RandomSint64BoundaryValue() local
/AliOS-Things-master/components/freetype/src/truetype/
A Dttgxvar.c582 FT_ULong maxValue; member

Completed in 5 milliseconds