Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/common/utils/default/test/fuzz/
DFormatConvertFuzzer.cpp29 int random_variable = std::rand() % 10; in LLVMFuzzerTestOneInput() local
31 int height = width * ((float)random_variable / 10.0); in LLVMFuzzerTestOneInput()