Searched refs:kMaxOperations (Results 1 – 5 of 5) sorted by relevance
26 static constexpr int kMaxOperations = 50; variable85 while (data_provider.remaining_bytes() > 0 && ops_run++ < kMaxOperations) { in LLVMFuzzerTestOneInput()
26 static constexpr int kMaxOperations = 30; variable85 while (data_provider.remaining_bytes() > 0 && ops_run++ < kMaxOperations) { in LLVMFuzzerTestOneInput()
25 static constexpr uint16_t kMaxOperations = 1000; variable78 for (size_t i = 0; i < kMaxOperations && fdp.remaining_bytes() > 0; i++) { in LLVMFuzzerTestOneInput()
32 static constexpr int kMaxOperations = 100; variable177 uint8_t opCount = dataProvider->ConsumeIntegralInRange<uint8_t>(1, kMaxOperations); in spawnThreads()
35 static constexpr uint16_t kMaxOperations = 5000; variable210 for (size_t ops_run = 0; dataProvider.remaining_bytes() > 0 && ops_run < kMaxOperations - 1; in LLVMFuzzerTestOneInput()