Home
last modified time | relevance | path

Searched defs:__n (Results 1 – 25 of 124) sorted by relevance

12345

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dcxxabi.h212 __fundamental_type_info(const char* __n) : std::type_info(__n) { } in __fundamental_type_info()
223 __array_type_info(const char* __n) : std::type_info(__n) { } in __array_type_info()
234 __function_type_info(const char* __n) : std::type_info(__n) { } in __function_type_info()
250 __enum_type_info(const char* __n) : std::type_info(__n) { } in __enum_type_info()
264 __pbase_type_info(const char* __n, int __quals, in __pbase_type_info()
303 __pointer_type_info(const char* __n, int __quals, in __pointer_type_info()
330 __pointer_to_member_type_info(const char* __n, int __quals, in __pointer_to_member_type_info()
389 __class_type_info (const char *__n) : type_info(__n) { } in __class_type_info()
484 __si_class_type_info(const char *__n, const __class_type_info *__base) in __si_class_type_info()
526 __vmi_class_type_info(const char* __n, int ___flags) in __vmi_class_type_info()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dcxxabi.h214 __fundamental_type_info(const char* __n) : std::type_info(__n) { } in __fundamental_type_info()
225 __array_type_info(const char* __n) : std::type_info(__n) { } in __array_type_info()
236 __function_type_info(const char* __n) : std::type_info(__n) { } in __function_type_info()
252 __enum_type_info(const char* __n) : std::type_info(__n) { } in __enum_type_info()
266 __pbase_type_info(const char* __n, int __quals, in __pbase_type_info()
315 __pointer_type_info(const char* __n, int __quals, in __pointer_type_info()
342 __pointer_to_member_type_info(const char* __n, int __quals, in __pointer_to_member_type_info()
405 __class_type_info (const char *__n) : type_info(__n) { } in __class_type_info()
500 __si_class_type_info(const char *__n, const __class_type_info *__base) in __si_class_type_info()
542 __vmi_class_type_info(const char* __n, int ___flags) in __vmi_class_type_info()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dvalarray_array.tcc42 __valarray_fill(_Array<_Tp> __a, size_t __n, _Array<bool> __m, in __valarray_fill()
67 size_t __n) in __valarray_copy()
91 __valarray_copy(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b, in __valarray_copy()
115 __valarray_copy(_Array<_Tp> __a, _Array<bool> __m, size_t __n, in __valarray_copy()
143 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, _Array<_Tp> __a) in __valarray_copy()
154 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy()
166 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy()
179 size_t __n, in __valarray_copy()
196 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy()
215 __valarray_copy_construct(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy_construct()
[all …]
H A Dhashtable.h626 _Node* __n = _M_node_allocator.allocate(1); in _GLIBCXX_VISIBILITY() local
711 _BaseNode* __n = _M_buckets[__bkt]; in _GLIBCXX_VISIBILITY() local
939 std::size_t __n = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() local
956 std::size_t __n = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() local
973 std::size_t __n = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() local
1011 std::size_t __n = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() local
1044 std::size_t __n = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() local
1333 size_type __n = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() local
1434 _Node* __n = __it._M_cur; in _GLIBCXX_VISIBILITY() local
1475 _Node* __n = static_cast<_Node*>(__prev_n->_M_nxt); in _GLIBCXX_VISIBILITY() local
[all …]
H A Dvector.tcc67 reserve(size_type __n) in reserve()
111 const size_type __n = __position - begin(); in insert() local
220 _M_fill_assign(size_t __n, const value_type& __val) in _M_fill_assign()
298 const size_type __n = __position - begin(); in emplace() local
443 _M_fill_insert(iterator __position, size_type __n, const value_type& __x) in _M_fill_insert()
534 _M_default_append(size_type __n) in _M_default_append()
615 const size_type __n = std::distance(__first, __last); in _M_range_insert() local
693 _M_reallocate(size_type __n) in _M_reallocate()
706 _M_fill_insert(iterator __position, size_type __n, bool __x) in _M_fill_insert()
742 size_type __n = std::distance(__first, __last); in _M_insert_range() local
H A Dbasic_string.tcc155 _S_construct(size_type __n, _CharT __c, const _Alloc& __a) in _S_construct()
186 basic_string(const basic_string& __str, size_type __pos, size_type __n) in basic_string()
197 size_type __n, const _Alloc& __a) in basic_string()
208 basic_string(const _CharT* __s, size_type __n, const _Alloc& __a) in basic_string()
222 basic_string(size_type __n, _CharT __c, const _Alloc& __a) in basic_string()
261 assign(const _CharT* __s, size_type __n) in assign()
283 append(size_type __n, _CharT __c) in append()
300 append(const _CharT* __s, size_type __n) in append()
344 append(const basic_string& __str, size_type __pos, size_type __n) in append()
362 insert(size_type __pos, const _CharT* __s, size_type __n) in insert()
[all …]
H A Dbasic_string.h2897 const int __n = in _GLIBCXX_VISIBILITY() local
2906 const int __n = in _GLIBCXX_VISIBILITY() local
2915 const int __n = in _GLIBCXX_VISIBILITY() local
2998 const int __n = in _GLIBCXX_VISIBILITY() local
3007 const int __n = in _GLIBCXX_VISIBILITY() local
3016 const int __n = in _GLIBCXX_VISIBILITY() local
H A Distream.tcc116 operator>>(short& __n) in operator >>()
161 operator>>(int& __n) in operator >>()
311 get(char_type* __s, streamsize __n, char_type __delim) in get()
402 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
495 ignore(streamsize __n) in ignore()
557 ignore(streamsize __n, int_type __delim) in ignore()
652 read(char_type* __s, streamsize __n) in read()
681 readsome(char_type* __s, streamsize __n) in readsome()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dvalarray_array.tcc41 __valarray_fill(_Array<_Tp> __a, size_t __n, _Array<bool> __m, in __valarray_fill()
66 size_t __n) in __valarray_copy()
90 __valarray_copy(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b, in __valarray_copy()
114 __valarray_copy(_Array<_Tp> __a, _Array<bool> __m, size_t __n, in __valarray_copy()
142 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, _Array<_Tp> __a) in __valarray_copy()
153 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy()
165 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy()
178 size_t __n, in __valarray_copy()
195 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy()
214 __valarray_copy_construct(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy_construct()
[all …]
H A Dvector.tcc67 reserve(size_type __n) in reserve()
125 const size_type __n = __position - begin(); in insert() local
246 _M_fill_assign(size_t __n, const value_type& __val) in _M_fill_assign()
314 const size_type __attribute__((__unused__)) __n = __len - size(); in _M_assign_aux() local
330 const auto __n = __position - cbegin(); in _M_insert_rval() local
355 const auto __n = __position - cbegin(); in _M_emplace_aux() local
479 _M_fill_insert(iterator __position, size_type __n, const value_type& __x) in _M_fill_insert()
581 _M_default_append(size_type __n) in _M_default_append()
678 const size_type __n = std::distance(__first, __last); in _M_range_insert() local
762 _M_reallocate(size_type __n) in _M_reallocate()
[all …]
H A Dhashtable.h800 if (__node_type* __n = _M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() local
840 __node_type* __n = __pos._M_cur; in _GLIBCXX_VISIBILITY() local
942 __node_base* __n = _M_buckets[__bkt]; in _GLIBCXX_VISIBILITY() local
1440 std::size_t __n = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() local
1456 std::size_t __n = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() local
1472 std::size_t __n = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() local
1504 std::size_t __n = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() local
1531 std::size_t __n = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() local
1835 __node_type* __n = _M_find_node(__bkt, __k, __code); in _GLIBCXX_VISIBILITY() local
1876 __node_type* __n = __it._M_cur; in _GLIBCXX_VISIBILITY() local
[all …]
H A Distream.tcc122 operator>>(short& __n) in operator >>()
167 operator>>(int& __n) in operator >>()
317 get(char_type* __s, streamsize __n, char_type __delim) in get()
408 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
501 ignore(streamsize __n) in ignore()
563 ignore(streamsize __n, int_type __delim) in ignore()
658 read(char_type* __s, streamsize __n) in read()
687 readsome(char_type* __s, streamsize __n) in readsome()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dvstring.h729 const size_type __n = traits_type::length(__s); in _GLIBCXX_VISIBILITY() local
2629 const int __n = __numeric_traits<float>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
2637 const int __n = __numeric_traits<double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
2645 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
2730 const int __n = __numeric_traits<float>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
2738 const int __n = __numeric_traits<double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
2746 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dvstring.h737 const size_type __n = traits_type::length(__s); in _GLIBCXX_VISIBILITY() local
2775 const int __n = __numeric_traits<float>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
2783 const int __n = __numeric_traits<double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
2791 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
2877 const int __n = __numeric_traits<float>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
2885 const int __n = __numeric_traits<double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
2893 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dhashtable.h429 _Node* __n = _M_node_allocator.allocate(1); in _GLIBCXX_VISIBILITY() local
598 _Node* __n = __ht._M_buckets[__i]; in _GLIBCXX_VISIBILITY() local
697 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
714 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
731 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
756 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
794 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
893 size_type __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
920 size_type __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
1037 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
H A Dpoly_laguerre.tcc77 __poly_laguerre_large_n(unsigned __n, _Tpa __alpha1, _Tp __x) in __poly_laguerre_large_n()
131 __poly_laguerre_hyperg(unsigned int __n, _Tpa __alpha1, _Tp __x) in __poly_laguerre_hyperg()
187 __poly_laguerre_recursion(unsigned int __n, _Tpa __alpha1, _Tp __x) in __poly_laguerre_recursion()
246 __poly_laguerre(unsigned int __n, _Tpa __alpha1, _Tp __x) in __poly_laguerre()
298 __assoc_laguerre(unsigned int __n, unsigned int __m, _Tp __x) in __assoc_laguerre()
318 __laguerre(unsigned int __n, _Tp __x) in __laguerre()
H A Dgamma.tcc78 __bernoulli_series(unsigned int __n) in __bernoulli_series()
141 __bernoulli(int __n) in __bernoulli()
285 __log_bincoef(unsigned int __n, unsigned int __k) in __log_bincoef()
316 __bincoef(unsigned int __n, unsigned int __k) in __bincoef()
421 const int __n = static_cast<int>(__x + 0.5L); in __psi() local
448 __psi(unsigned int __n, _Tp __x) in __psi()
H A Dexp_integral.tcc157 __expint_En_series(unsigned int __n, _Tp __x) in __expint_En_series()
203 __expint_En_cont_frac(unsigned int __n, _Tp __x) in __expint_En_cont_frac()
248 __expint_En_recursion(unsigned int __n, _Tp __x) in __expint_En_recursion()
410 __expint_asymp(unsigned int __n, _Tp __x) in __expint_asymp()
444 __expint_large_n(unsigned int __n, _Tp __x) in __expint_large_n()
478 __expint(unsigned int __n, _Tp __x) in __expint()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dhashtable.h429 _Node* __n = _M_node_allocator.allocate(1); in _GLIBCXX_VISIBILITY() local
598 _Node* __n = __ht._M_buckets[__i]; in _GLIBCXX_VISIBILITY() local
697 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
714 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
731 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
756 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
794 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
893 size_type __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
920 size_type __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
1037 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
H A Dpoly_laguerre.tcc71 __poly_laguerre_large_n(const unsigned __n, const _Tpa __alpha1, in __poly_laguerre_large_n()
126 __poly_laguerre_hyperg(const unsigned int __n, const _Tpa __alpha1, in __poly_laguerre_hyperg()
183 __poly_laguerre_recursion(const unsigned int __n, in __poly_laguerre_recursion()
243 __poly_laguerre(const unsigned int __n, const _Tpa __alpha1, in __poly_laguerre()
296 __assoc_laguerre(const unsigned int __n, const unsigned int __m, in __assoc_laguerre()
319 __laguerre(const unsigned int __n, const _Tp __x) in __laguerre()
H A Dgamma.tcc71 _Tp __bernoulli_series(unsigned int __n) in __bernoulli_series()
134 __bernoulli(const int __n) in __bernoulli()
280 __log_bincoef(const unsigned int __n, const unsigned int __k) in __log_bincoef()
311 __bincoef(const unsigned int __n, const unsigned int __k) in __bincoef()
418 const int __n = static_cast<int>(__x + 0.5L); in __psi() local
445 __psi(const unsigned int __n, const _Tp __x) in __psi()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr2/
H A Ddynamic_bitset.tcc52 for (size_t __n = this->_M_w.size() - 1; __n >= __wshift; --__n) in _M_do_left_shift() local
57 for (size_t __n = _M_w.size() - 1; __n > __wshift; --__n) in _M_do_left_shift() local
79 for (size_t __n = 0; __n <= __limit; ++__n) in _M_do_right_shift() local
85 for (size_t __n = 0; __n < __limit; ++__n) in _M_do_right_shift() local
100 size_t __n = sizeof(unsigned long) / sizeof(block_type); in _M_do_to_ulong() local
114 size_t __n = sizeof(unsigned long long) / sizeof(block_type); in _M_do_to_ullong() local
181 size_t __pos, size_t __n, _CharT __zero, _CharT __one) in _M_copy_from_ptr()
/dflybsd-src/sys/sys/
H A Dbitops.h68 #define __BIT(__n) (((__n) == 32) ? 0 : ((uint32_t)1 << (__n))) argument
69 #define __BIT64(__n) (((__n) == 64) ? 0 : ((uint64_t)1 << (__n))) argument
72 #define __BITS(__m, __n) \ argument
75 #define __BITS64(__m, __n) \ argument
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Distream.cc39 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
114 ignore(streamsize __n, int_type __delim) in ignore()
370 const __size_type __n = __str.max_size(); in getline() local
444 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
519 ignore(streamsize __n, int_type __delim) in ignore()
615 const __size_type __n = __str.max_size(); in getline() local
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Distream.cc38 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
113 ignore(streamsize __n, int_type __delim) in ignore()
280 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
355 ignore(streamsize __n, int_type __delim) in ignore()

12345