Searched defs:time_low (Results 1 - 8 of 8) 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::__anon20914::__anon20915
/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/netperf/src/
H A Dnet_uuid.c82 uint32_t time_low; member in struct:__anon14827
200 printf("%8.8x-%4.4x-%4.4x-%2.2x%2.2x-", u.time_low, u.time_mid,
221 u.time_low,
299 uuid->time_low = (unsigned long)(timestamp & 0xFFFFFFFF);
/external/vboot_reference/firmware/include/
H A Dgpt.h55 uint32_t time_low; member in struct:__anon20919::__anon20920::__anon20921
/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 250 milliseconds