Home
last modified time | relevance | path

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

/system/extras/tests/lib/testUtil/
DtestUtil.c210 const uint32_t lrand48maxVal = ((uint32_t) 1 << 31) - 1; in testRandMod() local
211 uint32_t val = (mod <= lrand48maxVal) ? (uint32_t) lrand48() : testRand(); in testRandMod()