Searched refs:__q (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_threads.h71 # define _STLP_ATOMIC_EXCHANGE(__p, __q) test_and_set(__p, __q)
73 # define _STLP_ATOMIC_EXCHANGE(__p, __q) __test_and_set((unsigned long*)__p, (unsigned long)__q)
507 static __stl_atomic_t _S_swap(_STLP_VOLATILE __stl_atomic_t* __p, __stl_atomic_t __q) { argument
510 return _STLP_ATOMIC_EXCHANGE(__p, __q);
514 *__p = __q;
523 *__p = __q;
528 static void* _S_swap_ptr(void* _STLP_VOLATILE* __p, void* __q) { argument
531 return _STLP_ATOMIC_EXCHANGE_PTR(__p, __q);
566 _S_swap(_STLP_VOLATILE __stl_atomic_t* __p, __stl_atomic_t __q) argument
591 _S_swap_ptr(void* _STLP_VOLATILE* __p, void* __q) argument
623 _Atomic_swap(_STLP_VOLATILE __stl_atomic_t * __p, __stl_atomic_t __q) argument
628 _Atomic_swap_ptr(void* _STLP_VOLATILE* __p, void* __q) argument
[all...]
H A D_bvector.h391 __chunk_type* __q = this->_M_bit_alloc(__n); local
392 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__n);
393 this->_M_start = iterator(__q, 0);
405 __chunk_type* __q = this->_M_bit_alloc(__len); local
406 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0));
410 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len);
411 this->_M_start = iterator(__q, 0);
458 __chunk_type* __q = this->_M_bit_alloc(__len); local
459 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0));
463 this->_M_end_of_storage._M_data = __q
655 __chunk_type* __q = this->_M_bit_alloc(__n); local
731 __chunk_type* __q = this->_M_bit_alloc(__len); local
752 __chunk_type* __q = this->_M_bit_alloc(__len); local
773 __chunk_type* __q = this->_M_bit_alloc(__len); local
[all...]
H A D_rope.h1893 void replace(const iterator& __p, const iterator& __q, argument
1895 { replace(__p.index(), __q.index() - __p.index(), __r); }
1896 void replace(const iterator& __p, const iterator& __q, _CharT __c) argument
1897 { replace(__p.index(), __q.index() - __p.index(), __c); }
1898 void replace(const iterator& __p, const iterator& __q, argument
1900 { replace(__p.index(), __q.index() - __p.index(), __c_string); }
1901 void replace(const iterator& __p, const iterator& __q, argument
1903 { replace(__p.index(), __q.index() - __p.index(), __i, __n); }
1904 void replace(const iterator& __p, const iterator& __q, argument
1906 { replace(__p.index(), __q
1907 replace(const iterator& __p, const iterator& __q, const const_iterator& __i, const const_iterator& __j) argument
1910 replace(const iterator& __p, const iterator& __q, const iterator& __i, const iterator& __j) argument
1932 erase(const iterator& __p, const iterator& __q) argument
[all...]
/ndk/sources/cxx-stl/stlport/src/
H A Dallocators.cpp1016 __obj *__q = (__obj *)__p; local
1028 __q -> __free_list_link = *__my_free_list;
1029 *__my_free_list = __q;
1061 __obj *__q = (__obj *)__p; local
1074 __q -> __free_list_link = *__my_free_list;
1075 *__my_free_list = __q;

Completed in 72 milliseconds