Searched defs:n_pos (Results 1 – 2 of 2) sorted by relevance
1922 const size_type n_pos = pos - this->cbegin(); in insert() local2672 const size_type n_pos = pos - this->m_holder.start(); in priv_forward_range_insert_no_capacity() local2693 const size_type n_pos = raw_pos - this->priv_raw_begin(); in priv_forward_range_insert_no_capacity() local2749 const size_type n_pos = raw_pos - this->priv_raw_begin(); in priv_forward_range_insert() local
2050 #define B_N_CHILD(bh, n_pos) ((struct disk_child *)\ argument2054 #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) \ argument