Home
last modified time | relevance | path

Searched refs:SDLTest_RandomContext (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_test_random.h65 } SDLTest_RandomContext; typedef
81 void SDLTest_RandomInit(SDLTest_RandomContext * rndContext, unsigned int xi,
90 void SDLTest_RandomInitTime(SDLTest_RandomContext *rndContext);
104 unsigned int SDLTest_Random(SDLTest_RandomContext *rndContext);
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_random.c41 void SDLTest_RandomInit(SDLTest_RandomContext * rndContext, unsigned int xi, unsigned int ci) in SDLTest_RandomInit()
65 void SDLTest_RandomInitTime(SDLTest_RandomContext * rndContext) in SDLTest_RandomInitTime()
80 unsigned int SDLTest_Random(SDLTest_RandomContext * rndContext) in SDLTest_Random()
A DSDL_test_fuzzer.c56 static SDLTest_RandomContext rndContext;
67 SDL_memset((void *)&rndContext, 0, sizeof(SDLTest_RandomContext)); in SDLTest_FuzzerInit()
A DSDL_test_harness.c57 SDLTest_RandomContext randomContext; in SDLTest_GenerateRunSeed()
/AliOS-Things-master/components/SDL2/test/
A Dtestqsort.c50 SDLTest_RandomContext rndctx; in main()

Completed in 5 milliseconds