Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_fuzzer.c50 static int fuzzerInvocationCounter = 0; variable
68 fuzzerInvocationCounter = 0; in SDLTest_FuzzerInit()
74 return fuzzerInvocationCounter; in SDLTest_GetFuzzerInvocationCount()
80 fuzzerInvocationCounter++; in SDLTest_RandomUint8()
88 fuzzerInvocationCounter++; in SDLTest_RandomSint8()
96 fuzzerInvocationCounter++; in SDLTest_RandomUint16()
104 fuzzerInvocationCounter++; in SDLTest_RandomSint16()
112 fuzzerInvocationCounter++; in SDLTest_RandomSint32()
120 fuzzerInvocationCounter++; in SDLTest_RandomUint32()
131 fuzzerInvocationCounter++; in SDLTest_RandomUint64()
[all …]