Lines Matching refs:Uint64
63 SDLTest_FuzzerInit(Uint64 execKey) in SDLTest_FuzzerInit()
126 Uint64
130 Uint64 v64; in SDLTest_RandomUint64()
147 Uint64 v64; in SDLTest_RandomSint64()
207 static Uint64
208 SDLTest_GenerateUnsignedBoundaryValues(const Uint64 maxValue, Uint64 boundary1, Uint64 boundary2, S… in SDLTest_GenerateUnsignedBoundaryValues()
210 Uint64 b1, b2; in SDLTest_GenerateUnsignedBoundaryValues()
211 Uint64 delta; in SDLTest_GenerateUnsignedBoundaryValues()
212 Uint64 tempBuf[4]; in SDLTest_GenerateUnsignedBoundaryValues()
274 const Uint64 maxValue = UCHAR_MAX; in SDLTest_RandomUint8BoundaryValue()
276 (Uint64) boundary1, (Uint64) boundary2, in SDLTest_RandomUint8BoundaryValue()
284 const Uint64 maxValue = USHRT_MAX; in SDLTest_RandomUint16BoundaryValue()
286 (Uint64) boundary1, (Uint64) boundary2, in SDLTest_RandomUint16BoundaryValue()
295 const Uint64 maxValue = ULONG_MAX; in SDLTest_RandomUint32BoundaryValue()
297 const Uint64 maxValue = UINT_MAX; in SDLTest_RandomUint32BoundaryValue()
300 (Uint64) boundary1, (Uint64) boundary2, in SDLTest_RandomUint32BoundaryValue()
304 Uint64
305 SDLTest_RandomUint64BoundaryValue(Uint64 boundary1, Uint64 boundary2, SDL_bool validDomain) in SDLTest_RandomUint64BoundaryValue()
308 const Uint64 maxValue = UINT64_MAX; in SDLTest_RandomUint64BoundaryValue()