Home
last modified time | relevance | path

Searched refs:__d (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_uninitialized.h66 _OutputIter __result, const input_iterator_tag &, _Distance* __d) in __ucopy() argument
67 { return __ucopy(__first, __last, __result, __d); } in __ucopy()
72 _OutputIter __result, const forward_iterator_tag &, _Distance* __d) in __ucopy() argument
73 { return __ucopy(__first, __last, __result, __d); } in __ucopy()
77 _OutputIter __result, const bidirectional_iterator_tag &, _Distance* __d) in __ucopy() argument
78 { return __ucopy(__first, __last, __result, __d); } in __ucopy()
229 const _Tp& __x, const input_iterator_tag &, _Distance* __d) in __ufill() argument
230 { __ufill(__first, __last, __x, __d); } in __ufill()
235 const _Tp& __x, const forward_iterator_tag &, _Distance* __d) in __ufill() argument
236 { __ufill(__first, __last, __x, __d); } in __ufill()
[all …]
D_rope.h378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
470 _Rope_RopeLeaf( _CharT* __d, size_t _p_size, allocator_type __a)
472 _M_data(__d) {
541 bool __d, allocator_type __a)
543 , _M_delete_when_done(__d)
1215 size_t _p_size, bool __d, allocator_type __a) {
1218 return new(__space) _RopeFunction(__f, _p_size, __d, __a);
D_rope.c1204 _RopeRep* __d = __clrstack[__csptr]; in _S_fetch_ptr() local
1205 __d->_M_free_c_string(); in _S_fetch_ptr()
1206 __d->_M_c_string = 0; in _S_fetch_ptr()
D_algo.c461 _Distance __d = _STLP_PRIV __gcd(__n, __k); in __rotate_aux() local
463 for (_Distance __i = 0; __i < __d; __i++) { in __rotate_aux()
468 for (_Distance __j = 0; __j < __l/__d; __j++) { in __rotate_aux()
480 for (_Distance __j = 0; __j < __k/__d - 1; __j ++) { in __rotate_aux()