Home
last modified time | relevance | path

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

/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/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/python/Lib/test/
Dtest_uuid.py178 equal(u.time_low, fields[0])
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs103 pub time_low: u32,
/third_party/openSLES/api/1.0/
DOpenSLES.h95 SLuint32 time_low; member
/third_party/openSLES/api/1.0.1/
DOpenSLES.h95 SLuint32 time_low; member
/third_party/openSLES/api/1.1/
DOpenSLES.h98 SLuint32 time_low; member
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs388 pub time_low: u32,