Home
last modified time | relevance | path

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

/system/extras/tests/lib/testUtil/include/
DtestUtil.h43 uint32_t testRandMod(uint32_t mod);
/system/extras/tests/lib/testUtil/
DtestUtil.c202 uint32_t testRandMod(uint32_t mod) in testRandMod() function
241 return (testRandMod(2)); in testRandBool()