Searched refs:bit_idx_inside_block (Results 1 – 2 of 2) sorted by relevance
108 uint16_t bit_idx_inside_block = index_ % BitVector::Block::kBits; in block_offset() local111 bo.word_idx = bit_idx_inside_block / BitVector::BitWord::kBits; in block_offset()112 bo.bit_idx = bit_idx_inside_block % BitVector::BitWord::kBits; in block_offset()
712 uint16_t bit_idx_inside_block = idx % Block::kBits; in IndexToAddress() local713 a.block_offset.word_idx = bit_idx_inside_block / BitWord::kBits; in IndexToAddress()714 a.block_offset.bit_idx = bit_idx_inside_block % BitWord::kBits; in IndexToAddress()