Searched defs:time_low (Results 1 - 8 of 8) sorted by relevance
/external/e2fsprogs/lib/uuid/ |
H A D | uuidP.h | 51 uint32_t time_low; member in struct:uuid
|
/external/vboot_reference/firmware/2lib/include/ |
H A D | 2guid.h | 18 uint32_t time_low; member in struct:vb2_guid::__anon20914::__anon20915
|
/external/e2fsprogs/lib/e2p/ |
H A D | uuid.c | 17 __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 D | host_misc.c | 99 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 D | net_uuid.c | 82 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 D | gpt.h | 55 uint32_t time_low; member in struct:__anon20919::__anon20920::__anon20921
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | icount.c | 130 __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 D | cgpt_common.c | 367 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