HomeSort by relevance Sort by last modified time
    Searched full:__fill (Results 1 - 25 of 49) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
list.tcc 362 list * __fill = &__tmp[0];
370 __counter != __fill && !__counter->empty();
377 if (__counter == __fill)
378 ++__fill;
382 for (__counter = &__tmp[1]; __counter != __fill; ++__counter)
384 swap( *(__fill - 1) );
439 list * __fill = &__tmp[0];
447 __counter != __fill && !__counter->empty();
454 if (__counter == __fill)
455 ++__fill;
    [all...]
random.tcc 164 const _CharT __fill = __os.fill();
171 __os.fill(__fill);
485 const _CharT __fill = __os.fill();
495 __os.fill(__fill);
640 const _CharT __fill = __os.fill();
650 __os.fill(__fill);
710 const _CharT __fill = __os.fill();
718 __os.fill(__fill);
838 const _CharT __fill = __os.fill();
849 __os.fill(__fill);
    [all...]
locale_facets.tcc 775 _M_pad(_CharT __fill, streamsize __w, ios_base& __io,
780 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new,
846 _M_insert_int(_OutIter __s, ios_base& __io, _CharT __fill,
921 _M_pad(__fill, __w, __io, __cs3, __cs, __len);
970 _M_insert_float(_OutIter __s, ios_base& __io, _CharT __fill, char __mod,
1076 _M_pad(__fill, __w, __io, __ws3, __ws, __len);
1089 do_put(iter_type __s, ios_base& __io, char_type __fill, bool __v) const
1095 __s = _M_insert_int(__s, __io, __fill, __l);
1117 char_traits<_CharT>::assign(__ps, __plen, __fill);
    [all...]
locale_facets_nonio.tcc 402 _M_insert(iter_type __s, ios_base& __io, char_type __fill,
523 __res.append(__width - __len, __fill);
525 __res += __fill;
529 __res.append(__width - __len, __fill);
544 __res.append(__width - __len, __fill);
547 __res.insert(0, __width - __len, __fill);
562 __do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
564 { return this->do_put(__s, __intl, __io, __fill, (long double) __units); }
570 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
601 return __intl ? _M_insert<true>(__s, __io, __fill, __digits
    [all...]
locale_facets.h 91 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news,
    [all...]
locale_facets_nonio.h 748 * @param __fill char_type to use for padding.
755 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
768 * @param __fill char_type to use for padding.
775 put(iter_type __s, ios_base& __io, char_type __fill,
777 { return this->do_put(__s, __io, __fill, __tm, __format, __mod); }
795 * @param __fill char_type to use for padding.
802 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
list.tcc 362 list * __fill = &__tmp[0];
370 __counter != __fill && !__counter->empty();
377 if (__counter == __fill)
378 ++__fill;
382 for (__counter = &__tmp[1]; __counter != __fill; ++__counter)
384 swap( *(__fill - 1) );
439 list * __fill = &__tmp[0];
447 __counter != __fill && !__counter->empty();
454 if (__counter == __fill)
455 ++__fill;
    [all...]
random.tcc 164 const _CharT __fill = __os.fill();
171 __os.fill(__fill);
485 const _CharT __fill = __os.fill();
495 __os.fill(__fill);
640 const _CharT __fill = __os.fill();
650 __os.fill(__fill);
710 const _CharT __fill = __os.fill();
718 __os.fill(__fill);
838 const _CharT __fill = __os.fill();
849 __os.fill(__fill);
    [all...]
locale_facets.tcc 775 _M_pad(_CharT __fill, streamsize __w, ios_base& __io,
780 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new,
846 _M_insert_int(_OutIter __s, ios_base& __io, _CharT __fill,
921 _M_pad(__fill, __w, __io, __cs3, __cs, __len);
970 _M_insert_float(_OutIter __s, ios_base& __io, _CharT __fill, char __mod,
1076 _M_pad(__fill, __w, __io, __ws3, __ws, __len);
1089 do_put(iter_type __s, ios_base& __io, char_type __fill, bool __v) const
1095 __s = _M_insert_int(__s, __io, __fill, __l);
1117 char_traits<_CharT>::assign(__ps, __plen, __fill);
    [all...]
locale_facets_nonio.tcc 402 _M_insert(iter_type __s, ios_base& __io, char_type __fill,
523 __res.append(__width - __len, __fill);
525 __res += __fill;
529 __res.append(__width - __len, __fill);
544 __res.append(__width - __len, __fill);
547 __res.insert(0, __width - __len, __fill);
562 __do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
564 { return this->do_put(__s, __intl, __io, __fill, (long double) __units); }
570 do_put(iter_type __s, bool __intl, ios_base& __io, char_type __fill,
601 return __intl ? _M_insert<true>(__s, __io, __fill, __digits
    [all...]
locale_facets.h 91 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news,
    [all...]
locale_facets_nonio.h 748 * @param __fill char_type to use for padding.
755 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
768 * @param __fill char_type to use for padding.
775 put(iter_type __s, ios_base& __io, char_type __fill,
777 { return this->do_put(__s, __io, __fill, __tm, __format, __mod); }
795 * @param __fill char_type to use for padding.
802 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr2/
bool_set.tcc 219 put(iter_type __s, ios_base& __f, char_type __fill, bool __v) const
220 { return this->do_put(__s, __f, __fill, __v); }
227 do_put(iter_type __s, ios_base& __io, char_type __fill, bool_set __v) const
233 __s = _M_insert_int(__s, __io, __fill, __l);
255 char_traits<_CharT>::assign(__ps, __plen, __fill);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr2/
bool_set.tcc 219 put(iter_type __s, ios_base& __f, char_type __fill, bool __v) const
220 { return this->do_put(__s, __f, __fill, __v); }
227 do_put(iter_type __s, ios_base& __io, char_type __fill, bool_set __v) const
233 __s = _M_insert_int(__s, __io, __fill, __l);
255 char_traits<_CharT>::assign(__ps, __plen, __fill);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
random.tcc 362 const _CharT __fill = __os.fill();
372 __os.fill(__fill);
472 const _CharT __fill = __os.fill();
482 __os.fill(__fill);
669 const _CharT __fill = __os.fill();
686 __os.fill(__fill);
754 const _CharT __fill = __os.fill();
766 __os.fill(__fill);
820 const _CharT __fill = __os.fill();
831 __os.fill(__fill);
    [all...]
slist 916 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
random.tcc 362 const _CharT __fill = __os.fill();
372 __os.fill(__fill);
472 const _CharT __fill = __os.fill();
482 __os.fill(__fill);
669 const _CharT __fill = __os.fill();
686 __os.fill(__fill);
754 const _CharT __fill = __os.fill();
766 __os.fill(__fill);
820 const _CharT __fill = __os.fill();
831 __os.fill(__fill);
    [all...]
slist 916 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.tcc 167 const _CharT __fill = __os.fill();
174 __os.fill(__fill);
374 const _CharT __fill = __os.fill();
384 __os.fill(__fill);
508 const _CharT __fill = __os.fill();
518 __os.fill(__fill);
664 const _CharT __fill = __os.fill();
675 __os.fill(__fill);
738 const _CharT __fill = __os.fill();
747 __os.fill(__fill);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.tcc 167 const _CharT __fill = __os.fill();
174 __os.fill(__fill);
374 const _CharT __fill = __os.fill();
384 __os.fill(__fill);
508 const _CharT __fill = __os.fill();
518 __os.fill(__fill);
664 const _CharT __fill = __os.fill();
675 __os.fill(__fill);
738 const _CharT __fill = __os.fill();
747 __os.fill(__fill);
    [all...]
  /external/llvm/test/Transforms/Inline/
2006-01-14-CallGraphUpdate.ll 13 define void @_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewl(%"struct.std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t> >"* %agg.result, %"struct.std::__codecvt_abstract_base<char,char,__mbstate_t>"* %this, %"struct.std::basic_streambuf<wchar_t,std::char_traits<wchar_t> >"* %__s.0__, i32 %__s.1__, %"struct.std::ios_base"* %__io, i32 %__fill, i32 %__v) {
  /external/swiftshader/third_party/LLVM/test/Transforms/Inline/
2006-01-14-CallGraphUpdate.ll 13 define void @_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewl(%"struct.std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t> >"* %agg.result, %"struct.std::__codecvt_abstract_base<char,char,__mbstate_t>"* %this, %"struct.std::basic_streambuf<wchar_t,std::char_traits<wchar_t> >"* %__s.0__, i32 %__s.1__, %"struct.std::ios_base"* %__io, i32 %__fill, i32 %__v) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cwchar 57 int __fill[6];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cwchar 57 int __fill[6];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stropts.h 216 char __fill[8]; /* UnixWare/Solaris compatibility */ member in struct:strrecvfd

Completed in 616 milliseconds

1 2