Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/
H A Dhook_test.c322 int RandInt(int maxVal, int minVal) in RandInt() argument
324 int value = (rand() % (maxVal - minVal)) + minVal; in RandInt()

Completed in 1 milliseconds