Home
last modified time | relevance | path

Searched refs:SDLTest_RandomUint64 (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_test_fuzzer.h116 Uint64 SDLTest_RandomUint64();
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_fuzzer.c126 SDLTest_RandomUint64() in SDLTest_RandomUint64() function
459 return (double) (SDLTest_RandomUint64() >> 11) * (1.0/9007199254740992.0); in SDLTest_RandomUnitDouble()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_rwops.c633 BE64value = SDLTest_RandomUint64(); in rwops_testFileWriteReadEndian()
636 LE64value = SDLTest_RandomUint64(); in rwops_testFileWriteReadEndian()
Dtestautomation_sdltest.c126 uresult = SDLTest_RandomUint64(); in sdltest_randomNumber()