Searched refs:time_hi_and_version (Results 1 - 8 of 8) sorted by relevance

/haiku/src/libs/uuid/
H A Dcompare.c51 UUCMP(uuid1.time_hi_and_version, uuid2.time_hi_and_version);
H A DuuidP.h49 uint16_t time_hi_and_version; member in struct:uuid
H A Dpack.c57 tmp = uu->time_hi_and_version;
H A Dunpack.c55 uu->time_hi_and_version = tmp;
H A Dparse.c67 uuid.time_hi_and_version = strtoul(in+14, NULL, 16);
H A Dunparse.c57 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
H A Duuid_time.c55 high = uuid.time_mid | ((uuid.time_hi_and_version & 0xFFF) << 16);
73 return ((uuid.time_hi_and_version >> 12) & 0xF);
H A Dgen_uuid.c367 uu.time_hi_and_version = ((clock_mid >> 16) & 0x0FFF) | 0x1000;
400 uu.time_hi_and_version++;
431 uu.time_hi_and_version = (uu.time_hi_and_version & 0x0FFF)

Completed in 24 milliseconds