Searched refs:mBlockSizeShift (Results 1 – 1 of 1) sorted by relevance
48 static const uint32_t mBlockSizeShift = 6; member49 static const uint32_t mBlockSize = 1 << mBlockSizeShift;87 uint32_t block = mHead >> mBlockSizeShift; in peek()