Searched refs:n_pos (Results 1 – 2 of 2) sorted by relevance
1922 const size_type n_pos = pos - this->cbegin(); in insert() local1928 return iterator(this->m_holder.start() + n_pos); in insert()2672 const size_type n_pos = pos - this->m_holder.start(); in priv_forward_range_insert_no_capacity() local2684 return iterator(this->m_holder.start() + n_pos); in priv_forward_range_insert_no_capacity()2693 const size_type n_pos = raw_pos - this->priv_raw_begin(); in priv_forward_range_insert_no_capacity() local2731 return iterator(this->m_holder.start() + n_pos); in priv_forward_range_insert_no_capacity()2749 const size_type n_pos = raw_pos - this->priv_raw_begin(); in priv_forward_range_insert() local2751 return iterator(this->m_holder.start() + n_pos); in priv_forward_range_insert()
2050 #define B_N_CHILD(bh, n_pos) ((struct disk_child *)\ argument2051 ((bh)->b_data + BLKH_SIZE + B_NR_ITEMS(bh) * KEY_SIZE + DC_SIZE * (n_pos)))2054 #define B_N_CHILD_NUM(bh, n_pos) (dc_block_number(B_N_CHILD(bh, n_pos))) argument2055 #define PUT_B_N_CHILD_NUM(bh, n_pos, val) \ argument2056 (put_dc_block_number(B_N_CHILD(bh, n_pos), val))