Searched refs:__s (Results 51 - 69 of 69) sorted by relevance

123

/freebsd-10.2-release/contrib/libstdc++/include/bits/
H A Dvalarray_before.h673 _SBase (const _Dom& __e, const slice& __s) argument
674 : _M_expr (__e), _M_slice (__s) {}
695 _SBase (_Array<_Tp> __a, const slice& __s) argument
696 : _M_array (__a._M_data+__s.start()), _M_size (__s.size()),
697 _M_stride (__s.stride()) {}
720 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {} argument
730 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {} argument
[all...]
H A Dmask_array.h143 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) argument
144 : _M_sz(__s), _M_mask(__m), _M_array(__a) {}
H A Dcodecvt.h457 codecvt_byname(const char* __s, size_t __refs = 0) argument
460 if (std::strcmp(__s, "C") != 0 && std::strcmp(__s, "POSIX") != 0)
463 this->_S_create_c_locale(this->_M_c_locale_codecvt, __s);
H A Dlocale_classes.h143 locale(const char* __s);
157 locale(const locale& __base, const char* __s, category __cat);
382 _S_create_c_locale(__c_locale& __cloc, const char* __s,
H A Dindirect_array.h147 indirect_array<_Tp>::indirect_array(_Array<_Tp> __a, size_t __s, argument
149 : _M_sz(__s), _M_index(__i), _M_array(__a) {}
H A Dvalarray_after.h224 _Expr<_Clos, _Tp>::operator[](slice __s) const
226 valarray<_Tp> __v = valarray<_Tp>(*this)[__s];
301 _Tp __s = _M_closure[--__n]; local
303 __s += _M_closure[--__n];
304 return __s;
/freebsd-10.2-release/contrib/libstdc++/include/ext/
H A Dropeimpl.h329 _S_char_ptr_len(const _CharT* __s) argument
331 const _CharT* __p = __s;
335 return (__p - __s);
358 _S_free_string(_CharT* __s, size_t __n, allocator_type __a) argument
361 _Destroy(__s, __s + __n, __a);
364 __a.deallocate(__s,
533 _S_concat_char_iter(_RopeRep* __r, const _CharT*__s, size_t __slen)
542 return __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __slen,
547 __result = _S_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __sle
592 _S_destr_concat_char_iter(_RopeRep* __r, const _CharT* __s, size_t __slen) argument
1275 size_t __s = __r->_M_size; local
1620 size_t __s = size(); local
[all...]
H A Dsso_string_base.h212 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s,
508 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, argument
518 if (__s && __len2)
519 _S_copy(__r + __pos, __s, __len2);
H A Drc_string_base.h335 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s,
638 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, argument
648 if (__s && __len2)
649 _S_copy(__r->_M_refdata() + __pos, __s, __len2);
/freebsd-10.2-release/contrib/libstdc++/include/std/
H A Dstd_bitset.h755 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __s, argument
759 if (__position > __s.size())
762 _M_copy_from_string(__s, __position,
776 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __s, argument
780 if (__position > __s.size())
783 _M_copy_from_string(__s, __position, __n);
1053 _Traits, _Alloc>& __s,
1150 _Alloc>& __s, size_t __pos, size_t __n)
1153 const size_t __nbits = std::min(_Nb, std::min(__n, __s.size() - __pos));
1156 switch(__s[__po
1149 _M_copy_from_string(const std::basic_string<_CharT, _Traits, _Alloc>& __s, size_t __pos, size_t __n) argument
[all...]
H A Dstd_valarray.h701 valarray<_Tp>::operator[](slice __s) const
704 return _Expr<_Closure, _Tp>(_Closure (_Array<_Tp>(_M_data), __s));
709 valarray<_Tp>::operator[](slice __s) argument
710 { return slice_array<_Tp>(_Array<_Tp>(_M_data), __s); }
733 size_t __s = 0; local
736 if (__m[__i]) ++__s;
737 return valarray<_Tp>(mask_array<_Tp>(_Array<_Tp>(_M_data), __s,
745 size_t __s = 0; local
748 if (__m[__i]) ++__s;
749 return mask_array<_Tp>(_Array<_Tp>(_M_data), __s, _Arra
[all...]
H A Dstd_complex.h520 basic_ostringstream<_CharT, _Traits> __s; local
521 __s.flags(__os.flags());
522 __s.imbue(__os.getloc());
523 __s.precision(__os.precision());
524 __s << '(' << __x.real() << ',' << __x.imag() << ')';
525 return __os << __s.str();
556 const _Tp __s = std::max(abs(__x), abs(__y)); local
557 if (__s == _Tp()) // well ...
558 return __s;
559 __x /= __s;
[all...]
/freebsd-10.2-release/lib/msun/src/
H A Dmath_private.h322 __typeof(a) __s, __w; \
325 __s = __w - (a); \
326 (b) = ((a) - (__w - __s)) + ((b) - __s); \
424 void _scan_nan(uint32_t *__words, int __num_words, const char *__s);
/freebsd-10.2-release/contrib/libstdc++/config/locale/gnu/
H A Dmonetary_members.cc390 union { char *__s; wchar_t __w; } __u; member in union:__anon1768
391 __u.__s = __nl_langinfo_l(_NL_MONETARY_DECIMAL_POINT_WC, __cloc);
394 __u.__s = __nl_langinfo_l(_NL_MONETARY_THOUSANDS_SEP_WC, __cloc);
532 union { char *__s; wchar_t __w; } __u; member in union:__anon1769
533 __u.__s = __nl_langinfo_l(_NL_MONETARY_DECIMAL_POINT_WC, __cloc);
536 __u.__s = __nl_langinfo_l(_NL_MONETARY_THOUSANDS_SEP_WC, __cloc);
/freebsd-10.2-release/contrib/libc++/src/
H A Dfuture.cpp215 __assoc_sub_state* __s = __state_; local
217 __s->copy();
/freebsd-10.2-release/contrib/libstdc++/src/
H A Ddebug.cc531 const char* __fmt, _Tp __s) const
534 std::snprintf(__buf, __n, __fmt, __s);
536 std::sprintf(__buf, __fmt, __s);
/freebsd-10.2-release/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h884 swap(__weak_ptr& __s) // never throws argument
886 std::swap(_M_ptr, __s._M_ptr);
887 _M_refcount._M_swap(__s._M_refcount);
/freebsd-10.2-release/contrib/diff/lib/
H A Dstrftime.c192 const char *__s = os; \
194 l = __mbsrtowcs_l (NULL, &__s, 0, &__st, loc); \
196 (void) __mbsrtowcs_l (ws, &__s, l, &__st, loc); \
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Dmmintrin.h1031 } __s; member in union:__anon1031
1034 __u.__s.__i0 = __i0;
1035 __u.__s.__i1 = __i1;

Completed in 95 milliseconds

123