Searched refs:time_hi_and_version (Results 1 – 5 of 5) sorted by relevance
214 uuid->time_hi_and_version = (uint16_t)((timestamp >> 48) & 0x0FFF); in format_uuid()219 uuid->time_hi_and_version |= (1 << 12); in format_uuid()308 u.time_hi_and_version, u.clock_seq_hi_and_reserved, in uuid_print()338 tmp = uu->time_hi_and_version; in struct_to_string()375 uuid->time_hi_and_version = tmp; in string_to_struct()406 uuid.time_hi_and_version |= (1 << 14); in uuid_generate_random()410 uuid.time_hi_and_version &= VER1_MASK; in uuid_generate_random()503 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, clock_seq); in uuid_unparse_common()586 uuid.time_hi_and_version = strtoul(in+14, NULL, 16); in uuid_parse()621 tmp = (uuid.time_hi_and_version & 0xF000) >> 12; in uuid_time()[all …]
144 UUCMP(uuid1.time_hi_and_version, uuid2.time_hi_and_version); in uuid_compare()
73 uint16_t time_hi_and_version; member93 (dest).time_hi_and_version = LE_16((dest).time_hi_and_version); \
33 WORD time_hi_and_version;
51 WORD time_hi_and_version;