Home
last modified time | relevance | path

Searched defs: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
2672 const size_type n_pos = pos - this->m_holder.start(); in priv_forward_range_insert_no_capacity() local
2693 const size_type n_pos = raw_pos - this->priv_raw_begin(); in priv_forward_range_insert_no_capacity() local
2749 const size_type n_pos = raw_pos - this->priv_raw_begin(); in priv_forward_range_insert() local
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dreiserfs.h2050 #define B_N_CHILD(bh, n_pos) ((struct disk_child *)\ argument
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