Searched refs:kPartShift (Results 1 – 1 of 1) sorted by relevance
46 static const int kPartShift = sizeof(u32) * 8 - kPartBits - kReservedBits; variable50 static const int kMaxId = 1 << kPartShift;122 id |= part << kPartShift; in Put()144 uptr part = id >> kPartShift; in Get()