Home
last modified time | relevance | path

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

/system/core/libutils/
DBlobCache.cpp50 mRandState[0] = (now >> 0) & 0xFFFF; in BlobCache()
51 mRandState[1] = (now >> 16) & 0xFFFF; in BlobCache()
52 mRandState[2] = (now >> 32) & 0xFFFF; in BlobCache()
294 return nrand48(mRandState); in blob_random()
/system/core/include/utils/
DBlobCache.h240 unsigned short mRandState[3]; variable