Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Dmain.cpp55 size_t maxInstructions = 20 + (provider.remaining_bytes() * 2 / 3); in doFuzz() local
59 provider.ConsumeIntegralInRange<size_t>(0, maxInstructions)); in doFuzz()