Searched refs:time_hi_version (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | uuid.py | 149 (time_low, time_mid, time_hi_version, 155 if not 0 <= time_hi_version < 1<<16L: 165 (time_hi_version << 64L) | (clock_seq << 48L) | node) 218 return (self.time_low, self.time_mid, self.time_hi_version, 236 time_hi_version = property(get_time_hi_version) variable in UUID 249 return (((self.time_hi_version & 0x0fffL) << 48L) | 517 time_hi_version = (timestamp >> 48L) & 0x0fffL 522 return UUID(fields=(time_low, time_mid, time_hi_version,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_uuid.py | 162 equal(u.time_hi_version, fields[2])
|