Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/timer_fuzzer/
H A Dtimer_fuzzer.cpp28 const uint8_t MAX_OPS = 100; variable
79 while (dataProvider->remaining_bytes() > 0 && opCnt++ < MAX_OPS) { in TimerTestFunc()
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp30 const int MAX_OPS = 200; variable
357 opsSize = dataProvider->ConsumeIntegralInRange<uint8_t>(1, MAX_OPS); in RefbaseTestFunc()