Searched refs:__d (Results 1 - 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_uninitialized.h66 _OutputIter __result, const input_iterator_tag &, _Distance* __d)
67 { return __ucopy(__first, __last, __result, __d); }
72 _OutputIter __result, const forward_iterator_tag &, _Distance* __d)
73 { return __ucopy(__first, __last, __result, __d); }
77 _OutputIter __result, const bidirectional_iterator_tag &, _Distance* __d)
78 { return __ucopy(__first, __last, __result, __d); }
229 const _Tp& __x, const input_iterator_tag &, _Distance* __d)
230 { __ufill(__first, __last, __x, __d); }
235 const _Tp& __x, const forward_iterator_tag &, _Distance* __d)
236 { __ufill(__first, __last, __x, __d); }
65 __ucopy(_InputIter __first, _InputIter __last, _OutputIter __result, const input_iterator_tag &, _Distance* __d) argument
71 __ucopy(_InputIter __first, _InputIter __last, _OutputIter __result, const forward_iterator_tag &, _Distance* __d) argument
76 __ucopy(_InputIter __first, _InputIter __last, _OutputIter __result, const bidirectional_iterator_tag &, _Distance* __d) argument
228 __ufill(_ForwardIter __first, _ForwardIter __last, const _Tp& __x, const input_iterator_tag &, _Distance* __d) argument
234 __ufill(_ForwardIter __first, _ForwardIter __last, const _Tp& __x, const forward_iterator_tag &, _Distance* __d) argument
239 __ufill(_ForwardIter __first, _ForwardIter __last, const _Tp& __x, const bidirectional_iterator_tag &, _Distance* __d) argument
[all...]
H A D_rope.h378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size, argument
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) argument
472 _M_data(__d) {
541 bool __d, allocator_type __a)
543 , _M_delete_when_done(__d)
1217 size_t _p_size, bool __d, allocator_type __a) {
1220 return new(__space) _RopeFunction(__f, _p_size, __d, __a);
540 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t _p_size, bool __d, allocator_type __a) argument
1216 _S_new_RopeFunction(char_producer<_CharT>* __f, size_t _p_size, bool __d, allocator_type __a) argument
H A D_rope.c1204 _RopeRep* __d = __clrstack[__csptr]; local
1205 __d->_M_free_c_string();
1206 __d->_M_c_string = 0;
H A D_algo.c461 _Distance __d = _STLP_PRIV __gcd(__n, __k); local
463 for (_Distance __i = 0; __i < __d; __i++) {
468 for (_Distance __j = 0; __j < __l/__d; __j++) {
480 for (_Distance __j = 0; __j < __k/__d - 1; __j ++) {
/ndk/tests/build/b9193874-neon/jni/
H A Db9193874-neon.c124 vmlal_lane_s16 (int32x4_t __a, int16x4_t __b, int16x4_t __c, const int __d) argument
126 return (int32x4_t)__builtin_neon_vmlal_lanev4hi (__a, __b, __c, __d, 1);
129 vqdmlal_lane_s16 (int32x4_t __a, int16x4_t __b, int16x4_t __c, const int __d) argument
131 return (int32x4_t)__builtin_neon_vqdmlal_lanev4hi (__a, __b, __c, __d, 1);

Completed in 105 milliseconds