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