Searched refs:execKey (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_harness.c | 230 …eReference *testSuite, const SDLTest_TestCaseReference *testCase, Uint64 execKey, SDL_bool forceTe… in SDLTest_RunTest() argument 250 SDLTest_FuzzerInit(execKey); in SDLTest_RunTest() 382 Uint64 execKey; in SDLTest_RunSuites() local 568 execKey = userExecKey; in SDLTest_RunSuites() 570 … execKey = SDLTest_GenerateExecKey(runSeed, testSuite->name, testCase->name, iterationCounter); in SDLTest_RunSuites() 573 … SDLTest_Log("Test Iteration %i: execKey %" SDL_PRIu64, iterationCounter, execKey); in SDLTest_RunSuites() 574 testResult = SDLTest_RunTest(testSuite, testCase, execKey, forceTestRun); in SDLTest_RunSuites()
|
A D | SDL_test_fuzzer.c | 63 SDLTest_FuzzerInit(Uint64 execKey) in SDLTest_FuzzerInit() argument 65 Uint32 a = (execKey >> 32) & 0x00000000FFFFFFFF; in SDLTest_FuzzerInit() 66 Uint32 b = execKey & 0x00000000FFFFFFFF; in SDLTest_FuzzerInit()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_test_fuzzer.h | 63 void SDLTest_FuzzerInit(Uint64 execKey);
|
Completed in 8 milliseconds