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

/haiku/src/libs/uuid/
H A Dcompare.c49 UUCMP(uuid1.time_low, uuid2.time_low);
H A DuuidP.h47 uint32_t time_low; member in struct:uuid
H A Dpack.c43 tmp = uu->time_low;
H A Dunpack.c47 uu->time_low = tmp;
H A Dparse.c65 uuid.time_low = strtoul(in, NULL, 16);
H A Dunparse.c57 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
H A Duuid_time.c56 clock_reg = uuid.time_low | ((uint64_t) high << 32);
H A Dgen_uuid.c364 get_clock(&clock_mid, &uu.time_low, &uu.clock_seq, num);
396 uu.time_low++;
397 if (uu.time_low == 0) {

Completed in 87 milliseconds