Searched refs:time_low (Results 1 – 10 of 10) sorted by relevance
/external/e2fsprogs/lib/e2p/ |
D | uuid.c | 17 __u32 time_low; member 45 uu->time_low = tmp; in e2p_unpack_uuid() 69 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, in e2p_uuid_to_str()
|
/external/e2fsprogs/lib/uuid/ |
D | compare.c | 49 UUCMP(uuid1.time_low, uuid2.time_low); in uuid_compare()
|
D | uuidP.h | 51 uint32_t time_low; member
|
D | pack.c | 43 tmp = uu->time_low; in uuid_pack()
|
D | unpack.c | 47 uu->time_low = tmp; in uuid_unpack()
|
D | unparse.c | 57 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, in uuid_unparse_x()
|
D | parse.c | 65 uuid.time_low = strtoul(in, NULL, 16); in uuid_parse()
|
D | uuid_time.c | 66 clock_reg = uuid.time_low | ((uint64_t) high << 32); in uuid_time()
|
D | gen_uuid.c | 572 get_clock(&clock_mid, &uu.time_low, &uu.clock_seq, num); in uuid__generate_time() 605 uu.time_low++; in uuid_generate_time() 606 if (uu.time_low == 0) { in uuid_generate_time()
|
/external/e2fsprogs/lib/ext2fs/ |
D | icount.c | 130 __u32 time_low; member 146 uu->time_low = tmp; in unpack_uuid() 170 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, in uuid_unparse()
|