Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dguid_creator.cc56 static void UInt32ToBytes(uint8_t bytes[], uint32_t n) { in UInt32ToBytes() function in GUIDGenerator
68 UInt32ToBytes(&guid->data4[0], random()); in CreateGUID()
69 UInt32ToBytes(&guid->data4[4], random()); in CreateGUID()