HomeSort by relevance Sort by last modified time
    Searched defs:__pos (Results 26 - 50 of 58) sorted by null

12 3

  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 139 streamoff __pos = _M_base._M_seek(0, ios_base::cur); local
141 return __pos >= 0 && __size > __pos ? __size - __pos : 0;
384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos,
390 streamoff __off = off_type(__pos);
392 _M_state = __pos.state();
393 return _M_seek_return(__off, __pos.state());
_hashtable.c 80 _Stl_prime<_Dummy>::_S_prev_sizes(size_t __n, size_t const*&__begin, size_t const*&__pos) {
84 __pos = __lower_bound(__begin, __last, __n,
87 if (__pos== __last)
88 --__pos;
89 else if (*__pos == __n) {
90 if (__pos != __begin)
91 --__pos;
161 _ElemsIte __pos(*__bpos);
162 if (__pos == __mutable_elems.begin()) {
168 _BucketType *__pos_node = __pos._M_node
187 _ElemsIte __pos = _M_before_begin(__prev)._M_ite; local
    [all...]
_bitset.h 119 static size_t _STLP_CALL _S_whichword( size_t __pos ) {
120 return __pos / __BITS_PER_WORD;
122 static size_t _STLP_CALL _S_whichbyte( size_t __pos ) {
123 return (__pos % __BITS_PER_WORD) / CHAR_BIT;
125 static size_t _STLP_CALL _S_whichbit( size_t __pos ) {
126 return __pos % __BITS_PER_WORD;
128 static _WordT _STLP_CALL _S_maskbit( size_t __pos ) {
129 return __STATIC_CAST(_WordT,1) << _S_whichbit(__pos);
132 _WordT& _M_getword(size_t __pos) { return _M_w[_S_whichword(__pos)]; }
604 __result <<= __pos ; return __result; local
608 __result >>= __pos ; return __result; local
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 127 _L_type* __pos = __prev->_M_next; local
129 while (__pos != 0) {
130 if (!(&__first == __STATIC_CAST(_Iterator*, __pos) || &__last == __STATIC_CAST(_Iterator*, __pos)) &&
131 stlp_in_range_aux(__STATIC_CAST(_Iterator*, __pos)->_M_iterator,
134 __pos->_M_owner = 0;
135 __prev->_M_next = __pos->_M_next;
138 __prev = __pos;
140 __pos = __prev->_M_next;
151 _L_type* __pos = __prev->_M_next local
179 _L_type* __pos = __src_prev->_M_next; local
224 _L_type* __pos = __prev->_M_next; local
520 _L_type* __pos = __prev->_M_next; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 85 _M_check(size_type __pos, const char* __s) const
87 if (__pos > this->size())
89 return __pos;
99 // NB: _M_limit doesn't check for a bad __pos value.
101 _M_limit(size_type __pos, size_type __off) const
103 const bool __testoff = __off < this->size() - __pos;
104 return __testoff ? __off : this->size() - __pos;
177 * @param __pos Index of first character to copy from.
180 __versa_string(const __versa_string& __str, size_type __pos,
183 + __str._M_check(__pos,
1093 const size_type __pos = __p - _M_ibegin(); local
1135 const size_type __pos = __position - _M_ibegin(); local
1156 const size_type __pos = __first - _M_ibegin(); local
    [all...]
ropeimpl.h 73 size_t __pos = __x._M_current_pos; local
79 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
90 if (__buf_start_pos + __len <= __pos)
92 __buf_start_pos = __pos - __len / 4;
99 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
120 size_t __pos = __x._M_current_pos; local
123 if (__pos >= __x._M_root->_M_size)
134 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
159 if (__pos >= __curr_start_pos + __left_len)
317 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 516 std::string::size_type __pos = __line.find("="); local
517 std::string __factor_name = __line.substr(0, __pos);
519 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 85 _M_check(size_type __pos, const char* __s) const
87 if (__pos > this->size())
89 return __pos;
99 // NB: _M_limit doesn't check for a bad __pos value.
101 _M_limit(size_type __pos, size_type __off) const
103 const bool __testoff = __off < this->size() - __pos;
104 return __testoff ? __off : this->size() - __pos;
177 * @param __pos Index of first character to copy from.
180 __versa_string(const __versa_string& __str, size_type __pos,
183 + __str._M_check(__pos,
1093 const size_type __pos = __p - _M_ibegin(); local
1135 const size_type __pos = __position - _M_ibegin(); local
1156 const size_type __pos = __first - _M_ibegin(); local
    [all...]
ropeimpl.h 73 size_t __pos = __x._M_current_pos; local
79 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
90 if (__buf_start_pos + __len <= __pos)
92 __buf_start_pos = __pos - __len / 4;
99 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
120 size_t __pos = __x._M_current_pos; local
123 if (__pos >= __x._M_root->_M_size)
134 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
159 if (__pos >= __curr_start_pos + __left_len)
317 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 516 std::string::size_type __pos = __line.find("="); local
517 std::string __factor_name = __line.substr(0, __pos);
519 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 85 _M_check(size_type __pos, const char* __s) const
87 if (__pos > this->size())
89 return __pos;
99 // NB: _M_limit doesn't check for a bad __pos value.
101 _M_limit(size_type __pos, size_type __off) const
103 const bool __testoff = __off < this->size() - __pos;
104 return __testoff ? __off : this->size() - __pos;
177 * @param __pos Index of first character to copy from.
180 __versa_string(const __versa_string& __str, size_type __pos,
183 + __str._M_check(__pos,
1093 const size_type __pos = __p - _M_ibegin(); local
1135 const size_type __pos = __position - _M_ibegin(); local
1156 const size_type __pos = __first - _M_ibegin(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_trace.h 516 std::string::size_type __pos = __line.find("="); local
517 std::string __factor_name = __line.substr(0, __pos);
519 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring.h 100 _M_check(size_type __pos, const char* __s) const
102 if (__pos > this->size())
103 std::__throw_out_of_range_fmt(__N("%s: __pos (which is %zu) > "
105 __s, __pos, this->size());
106 return __pos;
116 // NB: _M_limit doesn't check for a bad __pos value.
118 _M_limit(size_type __pos, size_type __off) const _GLIBCXX_NOEXCEPT
120 const bool __testoff = __off < this->size() - __pos;
121 return __testoff ? __off : this->size() - __pos;
188 * @param __pos Index of first character to copy from
974 const size_type __pos = __p - _M_ibegin(); local
1018 const size_type __pos = __p - _M_ibegin(); local
1182 const size_type __pos = __p - _M_ibegin(); local
1228 const size_type __pos = __position - _M_ibegin(); local
1253 const size_type __pos = __first - _M_ibegin(); local
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_trace.h 516 std::string::size_type __pos = __line.find("="); local
517 std::string __factor_name = __line.substr(0, __pos);
519 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 119 static size_t _STLP_CALL _S_whichword( size_t __pos ) {
120 return __pos / __BITS_PER_WORD;
122 static size_t _STLP_CALL _S_whichbyte( size_t __pos ) {
123 return (__pos % __BITS_PER_WORD) / CHAR_BIT;
125 static size_t _STLP_CALL _S_whichbit( size_t __pos ) {
126 return __pos % __BITS_PER_WORD;
128 static _WordT _STLP_CALL _S_maskbit( size_t __pos ) {
129 return __STATIC_CAST(_WordT,1) << _S_whichbit(__pos);
132 _WordT& _M_getword(size_t __pos) { return _M_w[_S_whichword(__pos)]; }
604 __result <<= __pos ; return __result; local
608 __result >>= __pos ; return __result; local
    [all...]
_rope.c 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos)
60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos),
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos):
65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos),
94 size_t __pos = __x._M_current_pos; local
100 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
112 if (__buf_start_pos + __len <= __pos) {
113 __buf_start_pos = __pos - __len/4;
122 __x._M_buf_ptr = __x._M_tmp_buf._M_data + (__pos - __buf_start_pos);
142 size_t __pos = __x._M_current_pos local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_deque.h 1860 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
basic_string.h 321 _M_check(size_type __pos, const char* __s) const
323 if (__pos > this->size())
325 return __pos;
335 // NB: _M_limit doesn't check for a bad __pos value.
337 _M_limit(size_type __pos, size_type __off) const
339 const bool __testoff = __off < this->size() - __pos;
340 return __testoff ? __off : this->size() - __pos;
420 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
459 * @param __pos Index of first character to copy from.
462 basic_string(const basic_string& __str, size_type __pos,
1340 const size_type __pos = __p - _M_ibegin(); local
1382 const size_type __pos = __position - _M_ibegin(); local
    [all...]
stl_tree.h 582 _M_get_insert_hint_unique_pos(const_iterator __pos,
586 _M_get_insert_hint_equal_pos(const_iterator __pos,
765 _M_emplace_hint_unique(const_iterator __pos, _Args&&... __args);
769 _M_emplace_hint_equal(const_iterator __pos, _Args&&... __args);
1415 iterator __pos = __position._M_const_cast(); local
1495 iterator __pos = __position._M_const_cast(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_deque.h 1860 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
basic_string.h 321 _M_check(size_type __pos, const char* __s) const
323 if (__pos > this->size())
325 return __pos;
335 // NB: _M_limit doesn't check for a bad __pos value.
337 _M_limit(size_type __pos, size_type __off) const
339 const bool __testoff = __off < this->size() - __pos;
340 return __testoff ? __off : this->size() - __pos;
420 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
459 * @param __pos Index of first character to copy from.
462 basic_string(const basic_string& __str, size_type __pos,
1340 const size_type __pos = __p - _M_ibegin(); local
1382 const size_type __pos = __position - _M_ibegin(); local
    [all...]
stl_tree.h 582 _M_get_insert_hint_unique_pos(const_iterator __pos,
586 _M_get_insert_hint_equal_pos(const_iterator __pos,
765 _M_emplace_hint_unique(const_iterator __pos, _Args&&... __args);
769 _M_emplace_hint_equal(const_iterator __pos, _Args&&... __args);
1415 iterator __pos = __position._M_const_cast(); local
1495 iterator __pos = __position._M_const_cast(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_deque.h 1860 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.h 321 _M_check(size_type __pos, const char* __s) const
323 if (__pos > this->size())
324 __throw_out_of_range_fmt(__N("%s: __pos (which is %zu) > "
326 __s, __pos, this->size());
327 return __pos;
337 // NB: _M_limit doesn't check for a bad __pos value.
339 _M_limit(size_type __pos, size_type __off) const _GLIBCXX_NOEXCEPT
341 const bool __testoff = __off < this->size() - __pos;
342 return __testoff ? __off : this->size() - __pos;
425 _M_mutate(size_type __pos, size_type __len1, size_type __len2)
1358 const size_type __pos = __p - _M_ibegin(); local
1400 const size_type __pos = __position - _M_ibegin(); local
    [all...]
stl_deque.h 1972 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]

Completed in 844 milliseconds

12 3