Searched defs:time_low (Results 1 - 7 of 7) sorted by relevance

/external/e2fsprogs/lib/uuid/
H A DuuidP.h51 uint32_t time_low; member in struct:uuid
/external/vboot_reference/firmware/2lib/include/
H A D2guid.h18 uint32_t time_low; member in struct:vb2_guid::__anon16857::__anon16858
/external/e2fsprogs/lib/e2p/
H A Duuid.c17 __u32 time_low; member in struct:uuid
45 uu->time_low = tmp;
69 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
/external/vboot_reference/host/lib21/
H A Dhost_misc.c99 uint32_t time_low; local
121 time_low = chunk[0] & 0xffffffff;
125 guid->uuid.time_low = htole32(time_low);
151 le32toh(guid->uuid.time_low),
/external/vboot_reference/firmware/include/
H A Dgpt.h55 uint32_t time_low; member in struct:__anon16862::__anon16863::__anon16864
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c130 __u32 time_low; member in struct:uuid
146 uu->time_low = tmp;
170 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
/external/vboot_reference/cgpt/
H A Dcgpt_common.c367 uint32_t time_low; local
388 time_low = chunk[0] & 0xffffffff;
392 guid->u.Uuid.time_low = htole32(time_low);
411 le32toh(guid->u.Uuid.time_low),

Completed in 591 milliseconds