Searched refs:clock_seq_low (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/ |
D | uuid.py | 193 clock_seq_hi_variant, clock_seq_low, node) = fields 202 if not 0 <= clock_seq_low < 1<<8: 206 clock_seq = (clock_seq_hi_variant << 8) | clock_seq_low 297 self.clock_seq_hi_variant, self.clock_seq_low, self.node) 316 def clock_seq_low(self): member in UUID 327 self.clock_seq_low) 697 clock_seq_low = clock_seq & 0xff 702 clock_seq_hi_variant, clock_seq_low, node), version=1)
|
/third_party/python/Lib/test/ |
D | test_uuid.py | 182 equal(u.clock_seq_low, fields[4]) 510 equal(((u.clock_seq_hi_variant & 0x3f) << 8) | u.clock_seq_low, 0) 514 u.clock_seq_low, 0x1234) 518 u.clock_seq_low, 0x3fff)
|
/third_party/python/Doc/library/ |
D | uuid.rst | 51 8-bit *clock_seq_hi_variant*, 8-bit *clock_seq_low*, 48-bit *node*) as the 109 | :attr:`clock_seq_low` | the next 8 bits of the UUID |
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 107 pub clock_seq_low: u8,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 392 pub clock_seq_low: u8,
|