Home | History | Annotate | Download | only in linker

Lines Matching refs:kBinShift

3491   static_assert(kBinShift == 27, "wrong number of shift");
3499 : BinSlot(index | (static_cast<uint32_t>(bin) << kBinShift)) {
3504 return static_cast<Bin>((lockword_ & kBinMask) >> kBinShift);