HomeSort by relevance Sort by last modified time
    Searched full:longrandom (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
HashFunctions.h 96 uint64_t longRandom = 19248658165952622LL; // A random 64-bit value.
98 uint64_t product = longRandom * (shortRandom1 * key1 + shortRandom2 * key2);

Completed in 130 milliseconds