Home
last modified time | relevance | path

Searched refs:n_pos (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp1922 const size_type n_pos = pos - this->cbegin(); in insert() local
1928 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() local
2684 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() local
2731 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() local
2751 return iterator(this->m_holder.start() + n_pos); in priv_forward_range_insert()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dreiserfs.h2050 #define B_N_CHILD(bh, n_pos) ((struct disk_child *)\ argument
2051 ((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))) argument
2055 #define PUT_B_N_CHILD_NUM(bh, n_pos, val) \ argument
2056 (put_dc_block_number(B_N_CHILD(bh, n_pos), val))