Lines Matching refs:uuid
22 #include "uuid.h"
25 struct uuid {
48 struct uuid *uuid = (struct uuid *)result;
51 memcpy(uuid, sha1, sizeof(struct uuid));
53 uuid->time_low = ntohl(uuid->time_low);
54 uuid->time_mid = ntohs(uuid->time_mid);
55 uuid->time_hi_and_version = ntohs(uuid->time_hi_and_version);
56 uuid->time_hi_and_version &= 0x0FFF;
57 uuid->time_hi_and_version |= (5 << 12);
58 uuid->clk_seq_hi_res &= ~(1 << 6);
59 uuid->clk_seq_hi_res |= 1 << 7;