Searched refs:kSlotSizeBytes (Results 1 – 1 of 1) sorted by relevance
35 static constexpr const size_t kSlotSizeBytes = 1 << kSlotShift; variable149 if ((window->mNumRows * window->mNumColumns * kSlotSizeBytes) > window->mSize) { in createFromParcel()251 mSlotsStart = static_cast<uint8_t*>(mData) + mSize - kSlotSizeBytes; in updateSlotsData()290 size_t size = mNumColumns * kSlotSizeBytes; in allocRow()310 size_t size = mNumColumns * kSlotSizeBytes; in freeLastRow()