Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/libs/EGL/
H A 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()
287 return nrand48(mRandState); in blob_random()
H A DBlobCache.h238 unsigned short mRandState[3]; variable
/aosp12/packages/modules/NeuralNetworks/driver/cache/BlobCache/
H A DBlobCache.cpp74 mRandState[0] = (now >> 0) & 0xFFFF; in BlobCache()
75 mRandState[1] = (now >> 16) & 0xFFFF; in BlobCache()
76 mRandState[2] = (now >> 32) & 0xFFFF; in BlobCache()
342 return nrand48(mRandState); in blob_random()
H A DBlobCache.h344 unsigned short mRandState[3]; variable