Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DBlobCache.cpp48 mRandState[0] = (now >> 0) & 0xFFFF; in BlobCache()
49 mRandState[1] = (now >> 16) & 0xFFFF; in BlobCache()
50 mRandState[2] = (now >> 32) & 0xFFFF; in BlobCache()
288 return nrand48(mRandState); in blob_random()
DBlobCache.h241 unsigned short mRandState[3]; variable
/frameworks/ml/nn/driver/cache/BlobCache/
DBlobCache.cpp72 mRandState[0] = (now >> 0) & 0xFFFF; in BlobCache()
73 mRandState[1] = (now >> 16) & 0xFFFF; in BlobCache()
74 mRandState[2] = (now >> 32) & 0xFFFF; in BlobCache()
339 return nrand48(mRandState); in blob_random()
DBlobCache.h344 unsigned short mRandState[3]; variable