Home
last modified time | relevance | path

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

/aosp12/frameworks/base/native/graphics/jni/fuzz/
H A Dpng_mutator.h145 static const size_t n_types = sizeof(types) / sizeof(types[0]); in Mutate() local
147 (rnd() % 10 <= 8) ? Type(types[rnd() % n_types]) : (uint32_t)rnd(); in Mutate()