Home
last modified time | relevance | path

Searched refs:max (Results 1 - 2 of 2) sorted by relevance

/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/
H A Dsample_ui.cpp110 int random(int min, int max) in random() argument
112 return rand() % (max - min) + min; in random()
/vendor/ohemu/qemu_small_system_demo/apps/src/
H A Dsample_ui.cpp149 int random(int min, int max) in random() argument
151 return rand() % (max - min) + min; in random()

Completed in 2 milliseconds