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()288 return nrand48(mRandState); in blob_random()
241 unsigned short mRandState[3]; variable
72 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()
344 unsigned short mRandState[3]; variable