Searched refs:clock_seq (Results 1 - 10 of 10) sorted by relevance

/external/e2fsprogs/lib/uuid/
H A Dcompare.c52 UUCMP(uuid1.clock_seq, uuid2.clock_seq);
H A Dunparse.c58 uuid.clock_seq >> 8, uuid.clock_seq & 0xFF,
H A DuuidP.h54 uint16_t clock_seq; member in struct:uuid
H A Dpack.c62 tmp = uu->clock_seq;
H A Dunpack.c59 uu->clock_seq = tmp;
H A Dparse.c68 uuid.clock_seq = strtoul(in+19, NULL, 16);
H A Dgen_uuid.c316 THREAD_LOCAL uint16_t clock_seq; local
357 clock_seq = cl & 0x3FFF;
365 get_random_bytes(&clock_seq, sizeof(clock_seq));
366 clock_seq &= 0x3FFF;
376 clock_seq = (clock_seq+1) & 0x3FFF;
405 clock_seq, last.tv_sec, (long)last.tv_usec,
419 *ret_clock_seq = clock_seq;
577 get_clock(&clock_mid, &uu.time_low, &uu.clock_seq, nu
[all...]
H A Duuid_time.c92 var = uuid.clock_seq;
/external/e2fsprogs/lib/e2p/
H A Duuid.c20 __u16 clock_seq; member in struct:uuid
57 uu->clock_seq = tmp;
70 uuid.clock_seq >> 8, uuid.clock_seq & 0xFF,
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c133 __u16 clock_seq; member in struct:uuid
158 uu->clock_seq = tmp;
171 uuid.clock_seq >> 8, uuid.clock_seq & 0xFF,

Completed in 264 milliseconds