Searched refs:kDeviceIDMask (Results 1 – 2 of 2) sorted by relevance
63 #define kDeviceIDMask ((static_cast<uint64_t>(1) << kDevicePriorityShift) - 1) macro66 return (devID & kDeviceIDMask) | in packDeviceID()71 return (packed & kDeviceIDMask); in unpackDeviceID()
272 static const uint64_t kDeviceIDMask; variable