Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/
H A Dhook_test.c333 int randSection = RandInt(0, section); in RandChar() local
334 char randChar = (char)('~' + (unsigned int)randSection); in RandChar()
H A Dmalloc_test.cpp348 int randSection = RandInt(0, section); in RandChar() local
349 char randChar = '~' + static_cast<unsigned int>(randSection); in RandChar()

Completed in 3 milliseconds