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

/external/chromium_org/base/
H A Dguid_posix.cc13 uint64 sixteen_bytes[2] = { base::RandUint64(), base::RandUint64() }; local
20 sixteen_bytes[0] &= 0xffffffffffff0fffULL;
21 sixteen_bytes[0] |= 0x0000000000004000ULL;
25 sixteen_bytes[1] &= 0x3fffffffffffffffULL;
26 sixteen_bytes[1] |= 0x8000000000000000ULL;
28 return RandomDataToGUIDString(sixteen_bytes);

Completed in 75 milliseconds