Home
last modified time | relevance | path

Searched refs:time_mid (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/
Duuid.py192 (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/
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*
103 | :attr:`time_mid` | the next 16 bits of the UUID |
/third_party/python/Lib/test/
Dtest_uuid.py179 equal(u.time_mid, fields[1])
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs104 pub time_mid: u16,
/third_party/openSLES/api/1.0/
DOpenSLES.h96 SLuint16 time_mid; member
/third_party/openSLES/api/1.0.1/
DOpenSLES.h96 SLuint16 time_mid; member
/third_party/openSLES/api/1.1/
DOpenSLES.h99 SLuint16 time_mid; member
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs389 pub time_mid: u16,