Home
last modified time | relevance | path

Searched refs:__fill (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dlocale_facets.h98 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news, in _GLIBCXX_VISIBILITY()
2332 put(iter_type __s, ios_base& __io, char_type __fill, bool __v) const in _GLIBCXX_VISIBILITY()
2333 { return this->do_put(__s, __io, __fill, __v); } in _GLIBCXX_VISIBILITY()
2374 put(iter_type __s, ios_base& __io, char_type __fill, long __v) const in _GLIBCXX_VISIBILITY()
2375 { return this->do_put(__s, __io, __fill, __v); } in _GLIBCXX_VISIBILITY()
2378 put(iter_type __s, ios_base& __io, char_type __fill, in _GLIBCXX_VISIBILITY()
2380 { return this->do_put(__s, __io, __fill, __v); } in _GLIBCXX_VISIBILITY()
2384 put(iter_type __s, ios_base& __io, char_type __fill, long long __v) const in _GLIBCXX_VISIBILITY()
2385 { return this->do_put(__s, __io, __fill, __v); } in _GLIBCXX_VISIBILITY()
2388 put(iter_type __s, ios_base& __io, char_type __fill, in _GLIBCXX_VISIBILITY()
[all …]
H A Dlist.tcc495 list * __fill = __tmp; in sort() local
504 __counter != __fill && !__counter->empty(); in sort()
511 if (__counter == __fill) in sort()
512 ++__fill; in sort()
516 for (__counter = __tmp + 1; __counter != __fill; ++__counter) in sort()
518 swap( *(__fill - 1) ); in sort()
593 list * __fill = __tmp; in sort() local
602 __counter != __fill && !__counter->empty(); in sort()
609 if (__counter == __fill) in sort()
610 ++__fill; in sort()
[all …]
H A Dlocale_facets.tcc780 _M_pad(_CharT __fill, streamsize __w, ios_base& __io, in _M_pad() argument
785 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, in _M_pad()
851 _M_insert_int(_OutIter __s, ios_base& __io, _CharT __fill, in _M_insert_int() argument
926 _M_pad(__fill, __w, __io, __cs3, __cs, __len); in _M_insert_int()
975 _M_insert_float(_OutIter __s, ios_base& __io, _CharT __fill, char __mod, in _M_insert_float() argument
1093 _M_pad(__fill, __w, __io, __ws3, __ws, __len); in _M_insert_float()
1106 do_put(iter_type __s, ios_base& __io, char_type __fill, bool __v) const in do_put() argument
1112 __s = _M_insert_int(__s, __io, __fill, __l); in do_put()
1134 char_traits<_CharT>::assign(__ps, __plen, __fill); in do_put()
1158 do_put(iter_type __s, ios_base& __io, char_type __fill, double __v) const in do_put() argument
[all …]
H A Dlocale_facets_nonio.h837 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm, in _GLIBCXX_VISIBILITY()
857 put(iter_type __s, ios_base& __io, char_type __fill, in _GLIBCXX_VISIBILITY()
859 { return this->do_put(__s, __io, __fill, __tm, __format, __mod); } in _GLIBCXX_VISIBILITY()
884 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm, in _GLIBCXX_VISIBILITY()
1663 char_type __fill, long double __units) const in _GLIBCXX_VISIBILITY()
1664 { return this->do_put(__s, __intl, __io, __fill, __units); } in _GLIBCXX_VISIBILITY()
1686 char_type __fill, const string_type& __digits) const in _GLIBCXX_VISIBILITY()
1687 { return this->do_put(__s, __intl, __io, __fill, __digits); } in _GLIBCXX_VISIBILITY()
1716 __do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill, in _GLIBCXX_VISIBILITY()
1720 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill, in _GLIBCXX_VISIBILITY()
[all …]
H A Drandom.tcc161 const _CharT __fill = __os.fill(); in operator <<() local
168 __os.fill(__fill); in operator <<()
481 const _CharT __fill = __os.fill(); in operator <<() local
491 __os.fill(__fill); in operator <<()
635 const _CharT __fill = __os.fill(); in operator <<() local
645 __os.fill(__fill); in operator <<()
703 const _CharT __fill = __os.fill(); in operator <<() local
711 __os.fill(__fill); in operator <<()
829 const _CharT __fill = __os.fill(); in operator <<() local
840 __os.fill(__fill); in operator <<()
[all …]
H A Dlocale_facets_nonio.tcc408 _M_insert(iter_type __s, ios_base& __io, char_type __fill, in _M_insert() argument
529 __res.append(__width - __len, __fill); in _M_insert()
531 __res += __fill; in _M_insert()
535 __res.append(__width - __len, __fill); in _M_insert()
550 __res.append(__width - __len, __fill); in _M_insert()
553 __res.insert(0, __width - __len, __fill); in _M_insert()
569 __do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill, in __do_put() argument
571 { return this->do_put(__s, __intl, __io, __fill, (long double) __units); } in __do_put()
577 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill, in do_put() argument
608 return __intl ? _M_insert<true>(__s, __io, __fill, __digits) in do_put()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dlocale_facets.h98 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news, in _GLIBCXX_VISIBILITY()
2332 put(iter_type __s, ios_base& __io, char_type __fill, bool __v) const in _GLIBCXX_VISIBILITY()
2333 { return this->do_put(__s, __io, __fill, __v); } in _GLIBCXX_VISIBILITY()
2374 put(iter_type __s, ios_base& __io, char_type __fill, long __v) const in _GLIBCXX_VISIBILITY()
2375 { return this->do_put(__s, __io, __fill, __v); } in _GLIBCXX_VISIBILITY()
2378 put(iter_type __s, ios_base& __io, char_type __fill, in _GLIBCXX_VISIBILITY()
2380 { return this->do_put(__s, __io, __fill, __v); } in _GLIBCXX_VISIBILITY()
2384 put(iter_type __s, ios_base& __io, char_type __fill, long long __v) const in _GLIBCXX_VISIBILITY()
2385 { return this->do_put(__s, __io, __fill, __v); } in _GLIBCXX_VISIBILITY()
2388 put(iter_type __s, ios_base& __io, char_type __fill, in _GLIBCXX_VISIBILITY()
[all …]
H A Dlist.tcc495 list * __fill = __tmp; in sort() local
504 __counter != __fill && !__counter->empty(); in sort()
511 if (__counter == __fill) in sort()
512 ++__fill; in sort()
516 for (__counter = __tmp + 1; __counter != __fill; ++__counter) in sort()
518 swap( *(__fill - 1) ); in sort()
593 list * __fill = __tmp; in sort() local
602 __counter != __fill && !__counter->empty(); in sort()
609 if (__counter == __fill) in sort()
610 ++__fill; in sort()
[all …]
H A Dlocale_facets.tcc780 _M_pad(_CharT __fill, streamsize __w, ios_base& __io, in _M_pad() argument
785 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, in _M_pad()
851 _M_insert_int(_OutIter __s, ios_base& __io, _CharT __fill, in _M_insert_int() argument
926 _M_pad(__fill, __w, __io, __cs3, __cs, __len); in _M_insert_int()
975 _M_insert_float(_OutIter __s, ios_base& __io, _CharT __fill, char __mod, in _M_insert_float() argument
1093 _M_pad(__fill, __w, __io, __ws3, __ws, __len); in _M_insert_float()
1106 do_put(iter_type __s, ios_base& __io, char_type __fill, bool __v) const in do_put() argument
1112 __s = _M_insert_int(__s, __io, __fill, __l); in do_put()
1134 char_traits<_CharT>::assign(__ps, __plen, __fill); in do_put()
1158 do_put(iter_type __s, ios_base& __io, char_type __fill, double __v) const in do_put() argument
[all …]
H A Dlocale_facets_nonio.h837 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm, in _GLIBCXX_VISIBILITY()
857 put(iter_type __s, ios_base& __io, char_type __fill, in _GLIBCXX_VISIBILITY()
859 { return this->do_put(__s, __io, __fill, __tm, __format, __mod); } in _GLIBCXX_VISIBILITY()
884 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm, in _GLIBCXX_VISIBILITY()
1663 char_type __fill, long double __units) const in _GLIBCXX_VISIBILITY()
1664 { return this->do_put(__s, __intl, __io, __fill, __units); } in _GLIBCXX_VISIBILITY()
1686 char_type __fill, const string_type& __digits) const in _GLIBCXX_VISIBILITY()
1687 { return this->do_put(__s, __intl, __io, __fill, __digits); } in _GLIBCXX_VISIBILITY()
1716 __do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill, in _GLIBCXX_VISIBILITY()
1720 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill, in _GLIBCXX_VISIBILITY()
[all …]
H A Drandom.tcc161 const _CharT __fill = __os.fill(); in operator <<() local
168 __os.fill(__fill); in operator <<()
481 const _CharT __fill = __os.fill(); in operator <<() local
491 __os.fill(__fill); in operator <<()
635 const _CharT __fill = __os.fill(); in operator <<() local
645 __os.fill(__fill); in operator <<()
703 const _CharT __fill = __os.fill(); in operator <<() local
711 __os.fill(__fill); in operator <<()
829 const _CharT __fill = __os.fill(); in operator <<() local
840 __os.fill(__fill); in operator <<()
[all …]
H A Dlocale_facets_nonio.tcc408 _M_insert(iter_type __s, ios_base& __io, char_type __fill, in _M_insert() argument
529 __res.append(__width - __len, __fill); in _M_insert()
531 __res += __fill; in _M_insert()
535 __res.append(__width - __len, __fill); in _M_insert()
550 __res.append(__width - __len, __fill); in _M_insert()
553 __res.insert(0, __width - __len, __fill); in _M_insert()
569 __do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill, in __do_put() argument
571 { return this->do_put(__s, __intl, __io, __fill, (long double) __units); } in __do_put()
577 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill, in do_put() argument
608 return __intl ? _M_insert<true>(__s, __io, __fill, __digits) in do_put()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Drandom.tcc164 const _CharT __fill = __os.fill(); in operator <<() local
171 __os.fill(__fill); in operator <<()
371 const _CharT __fill = __os.fill(); in operator <<() local
381 __os.fill(__fill); in operator <<()
505 const _CharT __fill = __os.fill(); in operator <<() local
515 __os.fill(__fill); in operator <<()
661 const _CharT __fill = __os.fill(); in operator <<() local
672 __os.fill(__fill); in operator <<()
735 const _CharT __fill = __os.fill(); in operator <<() local
744 __os.fill(__fill); in operator <<()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Drandom.tcc164 const _CharT __fill = __os.fill(); in operator <<() local
171 __os.fill(__fill); in operator <<()
371 const _CharT __fill = __os.fill(); in operator <<() local
381 __os.fill(__fill); in operator <<()
505 const _CharT __fill = __os.fill(); in operator <<() local
515 __os.fill(__fill); in operator <<()
661 const _CharT __fill = __os.fill(); in operator <<() local
672 __os.fill(__fill); in operator <<()
735 const _CharT __fill = __os.fill(); in operator <<() local
744 __os.fill(__fill); in operator <<()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Drandom.tcc362 const _CharT __fill = __os.fill(); in operator <<() local
372 __os.fill(__fill); in operator <<()
473 const _CharT __fill = __os.fill(); in operator <<() local
483 __os.fill(__fill); in operator <<()
670 const _CharT __fill = __os.fill(); in operator <<() local
687 __os.fill(__fill); in operator <<()
758 const _CharT __fill = __os.fill(); in operator <<() local
770 __os.fill(__fill); in operator <<()
825 const _CharT __fill = __os.fill(); in operator <<() local
836 __os.fill(__fill); in operator <<()
[all …]
H A Dslist916 int __fill = 0;
922 while (__i < __fill && !__counter[__i].empty())
929 if (__i == __fill)
930 ++__fill;
933 for (int __i = 1; __i < __fill; ++__i)
935 this->swap(__counter[__fill-1]);
1002 int __fill = 0;
1008 while (__i < __fill && !__counter[__i].empty())
1015 if (__i == __fill)
1016 ++__fill;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Drandom.tcc362 const _CharT __fill = __os.fill(); in operator <<() local
372 __os.fill(__fill); in operator <<()
473 const _CharT __fill = __os.fill(); in operator <<() local
483 __os.fill(__fill); in operator <<()
670 const _CharT __fill = __os.fill(); in operator <<() local
687 __os.fill(__fill); in operator <<()
758 const _CharT __fill = __os.fill(); in operator <<() local
770 __os.fill(__fill); in operator <<()
825 const _CharT __fill = __os.fill(); in operator <<() local
836 __os.fill(__fill); in operator <<()
[all …]
H A Dslist916 int __fill = 0;
922 while (__i < __fill && !__counter[__i].empty())
929 if (__i == __fill)
930 ++__fill;
933 for (int __i = 1; __i < __fill; ++__i)
935 this->swap(__counter[__fill-1]);
1002 int __fill = 0;
1008 while (__i < __fill && !__counter[__i].empty())
1015 if (__i == __fill)
1016 ++__fill;
[all …]
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-viperboard.c53 u8 __fill; member
105 gamsg->__fill = 0x00; in vprbrd_gpioa_get()
157 gamsg->__fill = 0x00; in vprbrd_gpioa_set()
194 gamsg->__fill = 0x00; in vprbrd_gpioa_direction_input()
235 gamsg->__fill = 0x00; in vprbrd_gpioa_direction_output()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Duser.h50 short __fill; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dcwchar57 int __fill[6];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dcwchar57 int __fill[6];
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dalgorithm1951 __fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value_, forward_iterator_tag)
1960 __fill(_RandomAccessIterator __first, _RandomAccessIterator __last, const _Tp& __value_, random_acc…
1970 …_VSTD::__fill(__first, __last, __value_, typename iterator_traits<_ForwardIterator>::iterator_cate…
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dalgorithm1951 __fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value_, forward_iterator_tag)
1960 __fill(_RandomAccessIterator __first, _RandomAccessIterator __last, const _Tp& __value_, random_acc…
1970 …_VSTD::__fill(__first, __last, __value_, typename iterator_traits<_ForwardIterator>::iterator_cate…