Searched refs:time_mid (Results 1 – 15 of 15) sorted by relevance
/external/vboot_reference/host/lib21/ |
D | host_misc.c | 100 uint16_t time_mid; in vb2_str_to_guid() local 122 time_mid = chunk[1] & 0xffff; in vb2_str_to_guid() 126 guid->uuid.time_mid = htole16(time_mid); in vb2_str_to_guid() 152 le16toh(guid->uuid.time_mid), in vb2_guid_to_str()
|
/external/e2fsprogs/lib/e2p/ |
D | uuid.c | 18 __u16 time_mid; member 49 uu->time_mid = tmp; in e2p_unpack_uuid() 69 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, in e2p_uuid_to_str()
|
/external/netperf/src/ |
D | net_uuid.c | 83 uint16_t time_mid; member 200 printf("%8.8x-%4.4x-%4.4x-%2.2x%2.2x-", u.time_low, u.time_mid, in puid() 222 u.time_mid, in snpuid() 300 uuid->time_mid = (unsigned short)((timestamp >> 32) & 0xFFFF); in format_uuid_v1()
|
/external/e2fsprogs/lib/uuid/ |
D | compare.c | 50 UUCMP(uuid1.time_mid, uuid2.time_mid); in uuid_compare()
|
D | uuidP.h | 52 uint16_t time_mid; member
|
D | pack.c | 52 tmp = uu->time_mid; in uuid_pack()
|
D | unpack.c | 51 uu->time_mid = 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 | 66 uuid.time_mid = strtoul(in+9, NULL, 16); in uuid_parse()
|
D | gen_uuid.c | 579 uu.time_mid = (uint16_t) clock_mid; in uuid__generate_time() 612 uu.time_mid++; in uuid_generate_time() 613 if (uu.time_mid == 0) in uuid_generate_time()
|
D | uuid_time.c | 65 high = uuid.time_mid | ((uuid.time_hi_and_version & 0xFFF) << 16); in uuid_time()
|
/external/vboot_reference/firmware/2lib/include/ |
D | 2guid.h | 19 uint16_t time_mid; member
|
/external/vboot_reference/firmware/include/ |
D | gpt.h | 56 uint16_t time_mid; member
|
/external/vboot_reference/cgpt/ |
D | cgpt_common.c | 368 uint16_t time_mid; in StrToGuid() local 389 time_mid = chunk[1] & 0xffff; in StrToGuid() 393 guid->u.Uuid.time_mid = htole16(time_mid); in StrToGuid() 412 le16toh(guid->u.Uuid.time_mid), in GuidToStr()
|
/external/e2fsprogs/lib/ext2fs/ |
D | icount.c | 131 __u16 time_mid; member 150 uu->time_mid = tmp; in unpack_uuid() 170 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, in uuid_unparse()
|