Lines Matching refs:time_mid
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):
323 (self.time_mid << 32) | self.time_low)
703 time_mid = (timestamp >> 32) & 0xffff
709 return UUID(fields=(time_low, time_mid, time_hi_version,