Searched refs:__fill_n (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _num_put.c | 55 return _STLP_PRIV __fill_n(__oi, __pad, __fill); in __copy_float_and_fill() 60 __oi = _STLP_PRIV __fill_n(__oi, __pad, __fill); in __copy_float_and_fill() 64 __oi = _STLP_PRIV __fill_n(__oi, __pad, __fill); in __copy_float_and_fill() 165 return _STLP_PRIV __fill_n(__oi, __pad, __fill); in __copy_integer_and_fill() 170 __oi = __fill_n(__oi, __pad, __fill); in __copy_integer_and_fill() 178 __oi = __fill_n(__oi, __pad, __fill); in __copy_integer_and_fill() 182 __oi = __fill_n(__oi, __pad, __fill); in __copy_integer_and_fill() 400 return __fill_n(__s, __pad, __fill); in __do_put_bool() 403 __s = __fill_n(__s, __pad, __fill); in __do_put_bool()
|
D | _monetary.c | 450 __s = _STLP_PRIV __fill_n(__s, __fill_amt, __fill); in __money_do_put() 459 __s = _STLP_PRIV __fill_n(__s, __fill_amt, __fill); in __money_do_put() 477 __s = _STLP_PRIV __fill_n(__s, __frac_digits - __value_length, __zero); // zeros in __money_do_put() 496 __s = _STLP_PRIV __fill_n(__s, __fill_amt, __fill); in __money_do_put()
|
D | _algobase.h | 478 _OutputIter __fill_n(_OutputIter __first, _Size __n, const _Tp& __val) { in __fill_n() function 487 inline unsigned char* __fill_n(unsigned char* __first, _Size __n, in __fill_n() function 494 inline signed char* __fill_n(signed char* __first, _Size __n, in __fill_n() function 501 inline char* __fill_n(char* __first, _Size __n, in __fill_n() function 513 _STLP_PRIV __fill_n(__first, __n, __val); in fill_n()
|
D | _vector.c | 114 __new_finish = _STLP_PRIV __fill_n(__new_finish, __fill_len, __x); in _M_insert_overflow() 218 erase(_STLP_PRIV __fill_n(begin(), __n, __val), end()); in _M_fill_assign()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | algorithm | 2018 __fill_n(_OutputIterator __first, _Size __n, const _Tp& __value_) 2034 __fill_n(_Tp* __first, _Size __n,_Up __value_) 2046 return _VSTD::__fill_n(__first, __n, __value_);
|