Home
last modified time | relevance | path

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

/external/libchrome/base/
Dguid_posix.cc15 uint64_t sixteen_bytes[2] = {base::RandUint64(), base::RandUint64()}; in GenerateGUID() local
22 sixteen_bytes[0] &= 0xffffffffffff0fffULL; in GenerateGUID()
23 sixteen_bytes[0] |= 0x0000000000004000ULL; in GenerateGUID()
27 sixteen_bytes[1] &= 0x3fffffffffffffffULL; in GenerateGUID()
28 sixteen_bytes[1] |= 0x8000000000000000ULL; in GenerateGUID()
30 return RandomDataToGUIDString(sixteen_bytes); in GenerateGUID()
/external/libweave/third_party/chromium/base/
Dguid_posix.cc15 uint64_t sixteen_bytes[2] = {base::RandUint64(), base::RandUint64()}; in GenerateGUID() local
22 sixteen_bytes[0] &= 0xffffffffffff0fffULL; in GenerateGUID()
23 sixteen_bytes[0] |= 0x0000000000004000ULL; in GenerateGUID()
27 sixteen_bytes[1] &= 0x3fffffffffffffffULL; in GenerateGUID()
28 sixteen_bytes[1] |= 0x8000000000000000ULL; in GenerateGUID()
30 return RandomDataToGUIDString(sixteen_bytes); in GenerateGUID()