Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmovenchint.c164 const uint8_t *needle, int n_pos, int n_len, in match_segments() argument
174 while (h_pos + match_len < h_len && n_pos + match_len < n_len && in match_segments()
175 needle[n_pos + match_len] == haystack[h_pos + match_len]) in match_segments()
183 match_n_pos = n_pos; in match_segments()
/third_party/boost/boost/container/
Dvector.hpp1941 const size_type n_pos = pos - this->cbegin(); in insert() local
1947 return iterator(this->m_holder.start() + n_pos); in insert()
2722 const size_type n_pos = pos - this->m_holder.start(); in priv_forward_range_insert_no_capacity() local
2733 return iterator(this->m_holder.start() + n_pos); in priv_forward_range_insert_no_capacity()
2742 const size_type n_pos = raw_pos - this->priv_raw_begin(); in priv_forward_range_insert_no_capacity() local
2780 return iterator(this->m_holder.start() + n_pos); in priv_forward_range_insert_no_capacity()
2798 const size_type n_pos = raw_pos - this->priv_raw_begin(); in priv_forward_range_insert() local
2800 return iterator(this->m_holder.start() + n_pos); in priv_forward_range_insert()
Dstring.hpp1720 const size_type n_pos = p - this->cbegin(); in insert() local
1724 return this->begin() + n_pos; in insert()
1737 const size_type n_pos = p - this->cbegin(); in insert() local
1837 return this->begin() + n_pos; in insert()
/third_party/boost/boost/multiprecision/
Dcpp_dec_float.hpp2105 const boost::int32_t n_pos = static_cast<boost::int32_t>(pos); in rd_string() local
2106 …const boost::int32_t n_rem_is_zero = ((static_cast<boost::int32_t>(n_pos % cpp_dec_float_elem_digi… in rd_string()
2107 …t n = static_cast<boost::int32_t>(static_cast<boost::int32_t>(n_pos / cpp_dec_float_el… in rd_string()
2109 …str.insert(static_cast<std::size_t>(static_cast<boost::int32_t>(n_pos - static_cast<boost::int32_t… in rd_string()
/third_party/libxml2/
Dtestapi.c37360 int n_pos; in test_xmlUTF8Strpos() local
37363 for (n_pos = 0;n_pos < gen_nb_int;n_pos++) { in test_xmlUTF8Strpos()
37366 pos = gen_int(n_pos, 1); in test_xmlUTF8Strpos()
37372 des_int(n_pos, pos, 1); in test_xmlUTF8Strpos()
37379 printf(" %d", n_pos); in test_xmlUTF8Strpos()