Searched refs:clock_seq_hi_and_reserved (Results 1 – 4 of 4) sorted by relevance
229 uuid->clock_seq_hi_and_reserved = (clock_seq & 0x3F00) >> 8; in format_uuid()235 uuid->clock_seq_hi_and_reserved |= 0x80; in format_uuid()308 u.time_hi_and_version, u.clock_seq_hi_and_reserved, in uuid_print()343 tmp = uu->clock_seq_hi_and_reserved; in struct_to_string()378 uuid->clock_seq_hi_and_reserved = tmp; in string_to_struct()416 uuid.clock_seq_hi_and_reserved |= 0x80; in uuid_generate_random()492 clock_seq = uuid.clock_seq_hi_and_reserved; in uuid_unparse_common()588 uuid.clock_seq_hi_and_reserved = (clock_seq & 0xFF00) >> 8; in uuid_parse()622 clk = uuid.clock_seq_hi_and_reserved; in uuid_time()
145 UUCMP(uuid1.clock_seq_hi_and_reserved, uuid2.clock_seq_hi_and_reserved); in uuid_compare()
74 uint8_t clock_seq_hi_and_reserved; member
52 BYTE clock_seq_hi_and_reserved;