Searched refs:time_mid (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/ |
D | uuid.py | 192 (time_low, time_mid, time_hi_version, 196 if not 0 <= time_mid < 1<<16: 207 int = ((time_low << 96) | (time_mid << 80) | 296 return (self.time_low, self.time_mid, self.time_hi_version, 304 def time_mid(self): member in UUID 322 (self.time_mid << 32) | self.time_low) 695 time_mid = (timestamp >> 32) & 0xffff 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* 103 | :attr:`time_mid` | the next 16 bits of the UUID |
|
/third_party/python/Lib/test/ |
D | test_uuid.py | 179 equal(u.time_mid, fields[1])
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 104 pub time_mid: u16,
|
/third_party/openSLES/api/1.0/ |
D | OpenSLES.h | 96 SLuint16 time_mid; member
|
/third_party/openSLES/api/1.0.1/ |
D | OpenSLES.h | 96 SLuint16 time_mid; member
|
/third_party/openSLES/api/1.1/ |
D | OpenSLES.h | 99 SLuint16 time_mid; member
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 389 pub time_mid: u16,
|