Home
last modified time | relevance | path

Searched full:std (Results 1 – 25 of 2207) sorted by relevance

12345678910>>...89

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dmath.h36 using std::tr1::acos;
37 using std::tr1::acosh;
38 using std::tr1::asin;
39 using std::tr1::asinh;
40 using std::tr1::atan;
41 using std::tr1::atan2;
42 using std::tr1::atanh;
43 using std::tr1::cbrt;
44 using std::tr1::ceil;
45 using std::tr1::copysign;
[all …]
H A Dcomplex37 namespace std _GLIBCXX_VISIBILITY(default)
49 using std::acos;
50 using std::asin;
51 using std::atan;
53 template<typename _Tp> std::complex<_Tp> acos(const std::complex<_Tp>&);
54 template<typename _Tp> std::complex<_Tp> asin(const std::complex<_Tp>&);
55 template<typename _Tp> std::complex<_Tp> atan(const std::complex<_Tp>&);
58 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&);
59 template<typename _Tp> std::complex<_Tp> asinh(const std::complex<_Tp>&);
60 template<typename _Tp> std::complex<_Tp> atanh(const std::complex<_Tp>&);
[all …]
H A Dhashtable_policy.h31 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
42 inline typename std::iterator_traits<_Iterator>::difference_type in _GLIBCXX_VISIBILITY()
44 std::input_iterator_tag) in _GLIBCXX_VISIBILITY()
48 inline typename std::iterator_traits<_Iterator>::difference_type in _GLIBCXX_VISIBILITY()
50 std::forward_iterator_tag) in _GLIBCXX_VISIBILITY()
51 { return std::distance(__first, __last); } in _GLIBCXX_VISIBILITY()
54 inline typename std::iterator_traits<_Iterator>::difference_type in _GLIBCXX_VISIBILITY()
57 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag; in _GLIBCXX_VISIBILITY()
75 std::size_t _M_hash_code; in _GLIBCXX_VISIBILITY()
126 typedef std::ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dmath.h36 using std::tr1::acos;
37 using std::tr1::acosh;
38 using std::tr1::asin;
39 using std::tr1::asinh;
40 using std::tr1::atan;
41 using std::tr1::atan2;
42 using std::tr1::atanh;
43 using std::tr1::cbrt;
44 using std::tr1::ceil;
45 using std::tr1::copysign;
[all …]
H A Dcomplex36 namespace std _GLIBCXX_VISIBILITY(default)
48 using std::acos;
49 using std::asin;
50 using std::atan;
51 using std::acosh;
52 using std::asinh;
53 using std::atanh;
55 template<typename _Tp> std::complex<_Tp> acos(const std::complex<_Tp>&);
56 template<typename _Tp> std::complex<_Tp> asin(const std::complex<_Tp>&);
57 template<typename _Tp> std::complex<_Tp> atan(const std::complex<_Tp>&);
[all …]
/dflybsd-src/sys/kern/
H A Dsyscalls.master10 ; type one of STD, OBSOL, UNIMPL, NODEF, NOARGS, NOPROTO, NOIMPL
22 ; STD always included
40 1 STD { void exit(int rval); }
41 2 STD { int fork(void); }
42 3 STD { ssize_t read(int fd, void *buf, size_t nbyte); }
43 4 STD { ssize_t write(int fd, const void *buf, size_t nbyte); }
44 5 STD { int open(char *path, int flags, int mode); }
48 6 STD { int close(int fd); }
49 7 STD { int wait4(int pid, int *status, int options, \
51 8 STD { int nosys(void); } __nosys nosys_args int
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/
H A Dwchar.h35 using std::mbstate_t;
38 using std::wint_t;
40 using std::btowc;
41 using std::wctob;
42 using std::fgetwc;
43 using std::fgetwc;
44 using std::fgetws;
45 using std::fputwc;
46 using std::fputws;
47 using std::fwide;
[all …]
H A Dstdio.h35 using std::FILE;
36 using std::fpos_t;
38 using std::remove;
39 using std::rename;
40 using std::tmpfile;
41 using std::tmpnam;
42 using std::fclose;
43 using std::fflush;
44 using std::fopen;
45 using std::freopen;
[all …]
H A Dmath.h36 using std::abs;
37 using std::acos;
38 using std::asin;
39 using std::atan;
40 using std::atan2;
41 using std::cos;
42 using std::sin;
43 using std::tan;
44 using std::cosh;
45 using std::sinh;
[all …]
H A Dstdlib.h35 using std::div_t;
36 using std::ldiv_t;
38 using std::abort;
39 using std::abs;
40 using std::atexit;
41 using std::atof;
42 using std::atoi;
43 using std::atol;
44 using std::bsearch;
45 using std::calloc;
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/abi/pre/
H A Dgnu.ver28 std::[A-Z]*;
29 std::a[a-c]*;
30 std::ad[a-n]*;
31 std::ad[p-z]*;
32 std::a[e-z]*;
33 # std::ba[a-r]*;
34 std::basic_[a-e]*;
35 std::basic_f[a-h]*;
36 # std::basic_filebuf;
37 std::basic_f[j-r]*;
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dvec.cc63 std::size_t compute_size(std::size_t element_count, in compute_size()
64 std::size_t element_size, in compute_size()
65 std::size_t padding_size) in compute_size()
67 if (element_size && element_count > std::size_t(-1) / element_size) in compute_size()
68 _GLIBCXX_THROW_OR_ABORT(std::bad_alloc()); in compute_size()
69 std::size_t size = element_count * element_size; in compute_size()
71 _GLIBCXX_THROW_OR_ABORT(std::bad_alloc()); in compute_size()
78 __cxa_vec_new(std::size_t element_count, in __cxa_vec_new()
79 std::size_t element_size, in __cxa_vec_new()
80 std::size_t padding_size, in __cxa_vec_new()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/abi/pre/
H A Dgnu.ver27 std::[ABD-Z]*;
28 std::a[a-c]*;
29 std::ad[a-n]*;
30 std::ad[p-z]*;
31 std::a[e-z]*;
32 # std::ba[a-r]*;
33 std::basic_[a-e]*;
34 std::basic_f[a-h]*;
35 # std::basic_filebuf;
36 std::basic_f[j-r]*;
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dvec.cc66 __cxa_vec_new(std::size_t element_count, in __cxa_vec_new()
67 std::size_t element_size, in __cxa_vec_new()
68 std::size_t padding_size, in __cxa_vec_new()
78 __cxa_vec_new2(std::size_t element_count, in __cxa_vec_new2()
79 std::size_t element_size, in __cxa_vec_new2()
80 std::size_t padding_size, in __cxa_vec_new2()
83 void *(*alloc) (std::size_t), in __cxa_vec_new2()
86 std::size_t size = element_count * element_size + padding_size; in __cxa_vec_new2()
94 reinterpret_cast <std::size_t *> (base)[-1] = element_count; in __cxa_vec_new2()
96 reinterpret_cast <std::size_t *> (base)[-2] = element_size; in __cxa_vec_new2()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h56 template<typename _CharT, typename _Traits = std::char_traits<_CharT> > in _GLIBCXX_VISIBILITY()
57 class stdio_sync_filebuf : public std::basic_streambuf<_CharT, _Traits> in _GLIBCXX_VISIBILITY()
68 typedef std::basic_streambuf<_CharT, _Traits> __streambuf_type; in _GLIBCXX_VISIBILITY()
71 std::__c_file* _M_file; in _GLIBCXX_VISIBILITY()
79 stdio_sync_filebuf(std::__c_file* __f) in _GLIBCXX_VISIBILITY()
85 : __streambuf_type(std::move(__fb)), in _GLIBCXX_VISIBILITY()
96 _M_file = std::__exchange(__fb._M_file, nullptr); in _GLIBCXX_VISIBILITY()
97 _M_unget_buf = std::__exchange(__fb._M_unget_buf, traits_type::eof()); in _GLIBCXX_VISIBILITY()
105 std::swap(_M_file, __fb._M_file); in _GLIBCXX_VISIBILITY()
106 std::swap(_M_unget_buf, __fb._M_unget_buf); in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h56 template<typename _CharT, typename _Traits = std::char_traits<_CharT> > in _GLIBCXX_VISIBILITY()
57 class stdio_sync_filebuf : public std::basic_streambuf<_CharT, _Traits> in _GLIBCXX_VISIBILITY()
69 std::__c_file* const _M_file; in _GLIBCXX_VISIBILITY()
77 stdio_sync_filebuf(std::__c_file* __f) in _GLIBCXX_VISIBILITY()
88 std::__c_file* const in _GLIBCXX_VISIBILITY()
138 virtual std::streamsize in _GLIBCXX_VISIBILITY()
139 xsgetn(char_type* __s, std::streamsize __n); in _GLIBCXX_VISIBILITY()
147 if (std::fflush(_M_file)) in _GLIBCXX_VISIBILITY()
157 virtual std::streamsize in _GLIBCXX_VISIBILITY()
158 xsputn(const char_type* __s, std::streamsize __n); in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dunique_ptr.h39 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
55 std::enable_if<std::is_convertible<_Up*, _Tp*>::value>::type> in _GLIBCXX_VISIBILITY()
105 typedef std::tuple<typename _Pointer::type, _Dp> __tuple_type; in _GLIBCXX_VISIBILITY()
116 { static_assert(!std::is_pointer<deleter_type>::value, in _GLIBCXX_VISIBILITY()
122 { static_assert(!std::is_pointer<deleter_type>::value, in _GLIBCXX_VISIBILITY()
126 typename std::conditional<std::is_reference<deleter_type>::value, in _GLIBCXX_VISIBILITY()
131 typename std::remove_reference<deleter_type>::type&& __d) noexcept in _GLIBCXX_VISIBILITY()
132 : _M_t(std::move(__p), std::move(__d)) in _GLIBCXX_VISIBILITY()
133 { static_assert(!std::is_reference<deleter_type>::value, in _GLIBCXX_VISIBILITY()
138 { static_assert(!std::is_pointer<deleter_type>::value, in _GLIBCXX_VISIBILITY()
[all …]
H A Drandom.tcc33 #include <numeric> // std::accumulate and std::partial_sum
35 namespace std _GLIBCXX_VISIBILITY(default) namespace
150 typename std::enable_if<std::is_class<_Sseq>::value>::type
154 const _UIntType __k0 = __m == 0 ? std::numeric_limits<_UIntType>::digits in seed()
155 : std::__lg(__m); in seed()
171 std::basic_ostream<_CharT, _Traits>&
172 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
176 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<()
193 std::basic_istream<_CharT, _Traits>&
194 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
[all …]
/dflybsd-src/gnu/lib/gcc47/libstdc++/
H A Dlibstdc++-symbols.ver5 std::[A-Z]*;
6 std::a[a-c]*;
7 std::ad[a-n]*;
8 std::ad[p-z]*;
9 std::a[e-z]*;
10 std::basic_[a-e]*;
11 std::basic_f[a-h]*;
12 std::basic_f[j-r]*;
13 std::basic_f[t-z]*;
14 std::basic_[g-h]*;
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_prime_size_policy_imp.hpp49 num_distinct_sizes = sizeof(std::size_t) != 8 ?
55 static const std::size_t g_a_sizes[num_distinct_sizes_64_bit] =
87 /* 30 */ (std::size_t)8589934583ull,
88 /* 31 */ (std::size_t)17179869143ull,
89 /* 32 */ (std::size_t)34359738337ull,
90 /* 33 */ (std::size_t)68719476731ull,
91 /* 34 */ (std::size_t)137438953447ull,
92 /* 35 */ (std::size_t)274877906899ull,
93 /* 36 */ (std::size_t)549755813881ull,
94 /* 37 */ (std::size_t)1099511627689ull,
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_prime_size_policy_imp.hpp49 num_distinct_sizes = sizeof(std::size_t) != 8 ?
55 static const std::size_t g_a_sizes[num_distinct_sizes_64_bit] =
87 /* 30 */ (std::size_t)8589934583ull,
88 /* 31 */ (std::size_t)17179869143ull,
89 /* 32 */ (std::size_t)34359738337ull,
90 /* 33 */ (std::size_t)68719476731ull,
91 /* 34 */ (std::size_t)137438953447ull,
92 /* 35 */ (std::size_t)274877906899ull,
93 /* 36 */ (std::size_t)549755813881ull,
94 /* 37 */ (std::size_t)1099511627689ull,
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dfunctional58 #include <bits/refwrap.h> // std::reference_wrapper and _Mem_fn_traits
59 #include <bits/std_function.h> // std::function
68 namespace std _GLIBCXX_VISIBILITY(default)
81 return std::__invoke(std::forward<_Callable>(__fn),
82 std::forward<_Args>(__args)...);
112 std::__invoke(_M_pmf, std::forward<_Args>(__args)...)))
113 -> decltype(std::__invoke(_M_pmf, std::forward<_Args>(__args)...))
114 { return std::__invoke(_M_pmf, std::forward<_Args>(__args)...); }
136 noexcept(noexcept(std::__invoke(_M_pm, std::forward<_Tp>(__obj))))
137 -> decltype(std::__invoke(_M_pm, std::forward<_Tp>(__obj)))
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Drandom.tcc33 #include <numeric> // std::accumulate and std::partial_sum
35 namespace std _GLIBCXX_VISIBILITY(default) namespace
131 typename std::enable_if<std::is_class<_Sseq>::value>::type
135 const _UIntType __k0 = __m == 0 ? std::numeric_limits<_UIntType>::digits in seed()
136 : std::__lg(__m); in seed()
152 std::basic_ostream<_CharT, _Traits>&
153 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in operator <<()
157 typedef std::basic_ostream<_CharT, _Traits> __ostream_type; in operator <<()
174 std::basic_istream<_CharT, _Traits>&
175 operator>>(std::basic_istream<_CharT, _Traits>& __is, in operator >>()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/
H A Dfunctional44 # include <parallel/algorithm> // For std::__parallel::search
48 namespace std _GLIBCXX_VISIBILITY(default)
58 /// Variable template for std::is_bind_expression
60 constexpr bool is_bind_expression_v = std::is_bind_expression<_Tp>::value;
62 /// Variable template for std::is_placeholder
64 constexpr int is_placeholder_v = std::is_placeholder<_Tp>::value;
77 : _M_m(__pat_first, __pat_last, std::move(__pred))
84 return std::search(__first, __last,
85 std::get<0>(_M_m), std::get<1>(_M_m),
86 std::get<2>(_M_m));
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/profile/impl/
H A Dprofiler_container_size.h55 std::fprintf(__f, "%Zu %Zu %Zu %Zu %Zu %Zu %Zu %Zu %Zu %Zu\n", in __write()
64 std::string
67 std::stringstream __message; in __advice()
75 __init(std::size_t __num) in __init()
85 _M_init = std::max(_M_init, __o._M_init); in __merge()
86 _M_max = std::max(_M_max, __o._M_max); in __merge()
87 _M_item_max = std::max(_M_item_max, __o._M_item_max); in __merge()
88 _M_min = std::min(_M_min, __o._M_min); in __merge()
89 _M_item_min = std::min(_M_item_min, __o._M_item_min); in __merge()
99 __destruct(std::size_t __num, std::size_t __inum) in __destruct()
[all …]

12345678910>>...89