Searched refs:mRandState (Results 1 – 4 of 4) sorted by relevance
48 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()
238 unsigned short mRandState[3]; variable
74 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()
344 unsigned short mRandState[3]; variable