Searched refs:time_mid (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Lib/ |
H A D | uuid.py | 103 bytes_le the UUID as a 16-byte string (with time_low, time_mid, 111 time_mid the next 16 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, 197 if not 0 <= time_mid < 1<<16: 208 int = ((time_low << 96) | (time_mid << 80) | 297 return (self.time_low, self.time_mid, self.time_hi_version, 305 def time_mid(self): member in UUID 323 (self.time_mid << 32) | self.time_low) 703 time_mid [all...] |
/third_party/python/Lib/test/ |
H A D | test_uuid.py | 187 equal(u.time_mid, fields[1]) 312 badtype(lambda: setattr(u, 'time_mid', 0))
|
/third_party/openSLES/api/1.1/ |
H A D | OpenSLES.h | 99 SLuint16 time_mid; member
|
/third_party/openSLES/api/1.0.1/ |
H A D | OpenSLES.h | 96 SLuint16 time_mid; member
|
/third_party/openSLES/api/1.0/ |
H A D | OpenSLES.h | 96 SLuint16 time_mid; member
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 104 pub time_mid: u16,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 389 pub time_mid: u16,
|
Completed in 29 milliseconds