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