Home
last modified time | relevance | path

Searched refs:time_low (Results 1 – 16 of 16) sorted by relevance

/third_party/e2fsprogs/lib/e2p/
Duuid.c18 __u32 time_low; member
46 uu->time_low = tmp; in e2p_unpack_uuid()
70 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, in e2p_uuid_to_str()
/third_party/python/Lib/
Duuid.py192 (time_low, time_mid, time_hi_version,
194 if not 0 <= time_low < 1<<32:
207 int = ((time_low << 96) | (time_mid << 80) |
296 return (self.time_low, self.time_mid, self.time_hi_version,
300 def time_low(self): member in UUID
322 (self.time_mid << 32) | self.time_low)
694 time_low = timestamp & 0xffffffff
701 return UUID(fields=(time_low, time_mid, time_hi_version,
/third_party/e2fsprogs/lib/uuid/
Dcompare.c50 UUCMP(uuid1.time_low, uuid2.time_low); in uuid_compare()
DuuidP.h51 uint32_t time_low; member
Dpack.c44 tmp = uu->time_low; in uuid_pack()
Dunpack.c48 uu->time_low = tmp; in uuid_unpack()
Dparse.c66 uuid.time_low = strtoul(in, NULL, 16); in uuid_parse()
Dunparse.c58 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, in uuid_unparse_x()
Dgen_uuid.c598 get_clock(&clock_mid, &uu.time_low, &uu.clock_seq, num); in uuid__generate_time()
631 uu.time_low++; in uuid_generate_time()
632 if (uu.time_low == 0) { in uuid_generate_time()
Duuid_time.c68 clock_reg = uuid.time_low | ((uint64_t) high << 32); in uuid_time()
/third_party/python/Doc/library/
Duuid.rst50 (32-bit *time_low*, 16-bit *time_mid*, 16-bit *time_hi_version*,
89 The UUID as a 16-byte string (with *time_low*, *time_mid*, and *time_hi_version*
101 | :attr:`time_low` | the first 32 bits of the UUID |
/third_party/e2fsprogs/lib/ext2fs/
Dicount.c152 __u32 time_low; member
168 uu->time_low = tmp; in unpack_uuid()
192 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, in uuid_unparse()
/third_party/python/Lib/test/
Dtest_uuid.py178 equal(u.time_low, fields[0])
/third_party/openSLES/api/1.0.1/
DOpenSLES.h95 SLuint32 time_low; member
/third_party/openSLES/api/1.0/
DOpenSLES.h95 SLuint32 time_low; member
/third_party/openSLES/api/1.1/
DOpenSLES.h98 SLuint32 time_low; member