Searched refs:kSlotShift (Results 1 – 1 of 1) sorted by relevance
34 static constexpr const size_t kSlotShift = 4; variable35 static constexpr const size_t kSlotSizeBytes = 1 << kSlotShift;344 - (((row * mNumColumns) + column) << kSlotShift); in getFieldSlot()