Searched refs:currentSeed (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDLibUserClient.cpp362 UInt64 currentSeed = 0; local
366 currentSeed = *(UInt8*)(data->getBytesNoCopy());
369 currentSeed = *(UInt16*)(data->getBytesNoCopy());
372 currentSeed = *(UInt32*)(data->getBytesNoCopy());
376 currentSeed = *(UInt64*)(data->getBytesNoCopy());
382 if ( currentSeed == fCachedConsoleUsersSeed )
385 fCachedConsoleUsersSeed = currentSeed;

Completed in 104 milliseconds