Searched refs:kDataBlockIndexTypeBitShift (Results 1 – 1 of 1) sorted by relevance
16 const int kDataBlockIndexTypeBitShift = 31; variable19 const uint32_t kMaxNumRestarts = (1u << kDataBlockIndexTypeBitShift) - 1u;22 const uint32_t kNumRestartsMask = (1u << kDataBlockIndexTypeBitShift) - 1u;33 block_footer |= 1u << kDataBlockIndexTypeBitShift; in PackIndexTypeAndNumRestarts()46 if (block_footer & 1u << kDataBlockIndexTypeBitShift) { in UnPackIndexTypeAndNumRestarts()