Searched refs:time_low (Results 1 – 16 of 16) sorted by relevance
/third_party/e2fsprogs/lib/e2p/ |
D | uuid.c | 18 __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/ |
D | uuid.py | 192 (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/ |
D | compare.c | 50 UUCMP(uuid1.time_low, uuid2.time_low); in uuid_compare()
|
D | uuidP.h | 51 uint32_t time_low; member
|
D | pack.c | 44 tmp = uu->time_low; in uuid_pack()
|
D | unpack.c | 48 uu->time_low = tmp; in uuid_unpack()
|
D | parse.c | 66 uuid.time_low = strtoul(in, NULL, 16); in uuid_parse()
|
D | unparse.c | 58 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, in uuid_unparse_x()
|
D | gen_uuid.c | 598 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()
|
D | uuid_time.c | 68 clock_reg = uuid.time_low | ((uint64_t) high << 32); in uuid_time()
|
/third_party/python/Doc/library/ |
D | uuid.rst | 50 (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/ |
D | icount.c | 152 __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/ |
D | test_uuid.py | 178 equal(u.time_low, fields[0])
|
/third_party/openSLES/api/1.0.1/ |
D | OpenSLES.h | 95 SLuint32 time_low; member
|
/third_party/openSLES/api/1.0/ |
D | OpenSLES.h | 95 SLuint32 time_low; member
|
/third_party/openSLES/api/1.1/ |
D | OpenSLES.h | 98 SLuint32 time_low; member
|