Searched refs:index_before (Results 1 – 7 of 7) sorted by relevance
1446 let index_before = index.wrapping_sub(Group::WIDTH) & self.bucket_mask; in erase() localVariable1447 let empty_before = Group::load(self.ctrl(index_before)).match_empty(); in erase()
1520 const size_t index_before = (index - Group::kWidth) & capacity_;1522 const auto empty_before = Group(ctrl_ + index_before).MatchEmpty();
1540 const size_t index_before = (index - Group::kWidth) & capacity_;1542 const auto empty_before = Group(ctrl_ + index_before).MatchEmpty();
1446 const size_t index_before = (index - Group::kWidth) & capacity_;1448 const auto empty_before = Group(ctrl_ + index_before).MatchEmpty();
1466 const size_t index_before = (index - Group::kWidth) & capacity_;1468 const auto empty_before = Group(ctrl_ + index_before).MatchEmpty();