Home
last modified time | relevance | path

Searched refs:time_low (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/
H A Duuid.py103 bytes_le the UUID as a 16-byte string (with time_low, time_mid,
110 time_low the first 32 bits of the UUID
145 integers (32-bit time_low, 16-bit time_mid, 16-bit time_hi_version,
193 (time_low, time_mid, time_hi_version,
195 if not 0 <= time_low < 1<<32:
208 int = ((time_low << 96) | (time_mid << 80) |
297 return (self.time_low, self.time_mid, self.time_hi_version,
301 def time_low(self): member in UUID
323 (self.time_mid << 32) | self.time_low)
702 time_low
[all...]
/third_party/python/Lib/test/
H A Dtest_uuid.py186 equal(u.time_low, fields[0])
311 badtype(lambda: setattr(u, 'time_low', 0))
/third_party/openSLES/api/1.1/
H A DOpenSLES.h98 SLuint32 time_low; member
/third_party/openSLES/api/1.0.1/
H A DOpenSLES.h95 SLuint32 time_low; member
/third_party/openSLES/api/1.0/
H A DOpenSLES.h95 SLuint32 time_low; member
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs103 pub time_low: u32,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs388 pub time_low: u32,

Completed in 30 milliseconds