Searched refs:time_low (Results 1 – 8 of 8) sorted by relevance
/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/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/python/Lib/test/ |
D | test_uuid.py | 178 equal(u.time_low, fields[0])
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 103 pub time_low: u32,
|
/third_party/openSLES/api/1.0/ |
D | OpenSLES.h | 95 SLuint32 time_low; member
|
/third_party/openSLES/api/1.0.1/ |
D | OpenSLES.h | 95 SLuint32 time_low; member
|
/third_party/openSLES/api/1.1/ |
D | OpenSLES.h | 98 SLuint32 time_low; member
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 388 pub time_low: u32,
|