Home
last modified time | relevance | path

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

123

/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Dccompile.h54 #define __sun_attr___PRINTFLIKE__(__n) \ argument
56 #define __sun_attr___VPRINTFLIKE__(__n) \ argument
112 #define __PRINTFLIKE(__n) __sun_attr__((__PRINTFLIKE__(__n))) argument
113 #define __VPRINTFLIKE(__n) __sun_attr__((__VPRINTFLIKE__(__n))) argument
114 #define __KPRINTFLIKE(__n) __sun_attr__((__KPRINTFLIKE__(__n))) argument
115 #define __KVPRINTFLIKE(__n) __sun_attr__((__KVPRINTFLIKE__(__n))) argument
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dcxxabi.h223 __fundamental_type_info(const char* __n) : std::type_info(__n) { } in __fundamental_type_info()
234 __array_type_info(const char* __n) : std::type_info(__n) { } in __array_type_info()
245 __function_type_info(const char* __n) : std::type_info(__n) { } in __function_type_info()
261 __enum_type_info(const char* __n) : std::type_info(__n) { } in __enum_type_info()
275 __pbase_type_info(const char* __n, int __quals, in __pbase_type_info()
324 __pointer_type_info(const char* __n, int __quals, in __pointer_type_info()
351 __pointer_to_member_type_info(const char* __n, int __quals, in __pointer_to_member_type_info()
414 __class_type_info (const char *__n) : type_info(__n) { } in __class_type_info()
509 __si_class_type_info(const char *__n, const __class_type_info *__base) in __si_class_type_info()
551 __vmi_class_type_info(const char* __n, int ___flags) in __vmi_class_type_info()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dvstring.h739 const size_type __n = traits_type::length(__s); in _GLIBCXX_VISIBILITY() local
2777 const int __n = __numeric_traits<float>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
2785 const int __n = __numeric_traits<double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
2793 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
2879 const int __n = __numeric_traits<float>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
2887 const int __n = __numeric_traits<double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
2895 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
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 …]
Dvector.tcc68 reserve(size_type __n) in reserve()
140 const size_type __n = __position - begin(); in insert() local
265 _M_fill_assign(size_t __n, const value_type& __val) in _M_fill_assign()
336 const size_type __attribute__((__unused__)) __n = __len - size(); in _M_assign_aux() local
353 const auto __n = __position - cbegin(); in _M_insert_rval() local
379 const auto __n = __position - cbegin(); in _M_emplace_aux() local
524 _M_fill_insert(iterator __position, size_type __n, const value_type& __x) in _M_fill_insert()
629 _M_default_append(size_type __n) in _M_default_append()
751 const size_type __n = std::distance(__first, __last); in _M_range_insert() local
841 _M_reallocate(size_type __n) in _M_reallocate()
[all …]
Distream.tcc129 operator>>(short& __n) in operator >>()
179 operator>>(int& __n) in operator >>()
334 get(char_type* __s, streamsize __n, char_type __delim) in get()
432 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
525 ignore(streamsize __n) in ignore()
595 ignore(streamsize __n, int_type __delim) in ignore()
702 read(char_type* __s, streamsize __n) in read()
731 readsome(char_type* __s, streamsize __n) in readsome()
Dhashtable.h1003 if (__node_ptr __n = _M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() local
1041 __node_ptr __n = static_cast<__node_ptr>(__prev_n->_M_nxt); in _GLIBCXX_VISIBILITY() local
1170 __node_base_ptr __n = _M_buckets[__bkt]; in _GLIBCXX_VISIBILITY() local
1773 auto __n = _M_find_node_tr(__bkt, __k, __code); in _GLIBCXX_VISIBILITY() local
1859 auto __n = _M_find_node_tr(__bkt, __k, __code); in _GLIBCXX_VISIBILITY() local
1887 auto __n = _M_find_node_tr(__bkt, __k, __code); in _GLIBCXX_VISIBILITY() local
2312 __node_ptr __n = __it._M_cur; in _GLIBCXX_VISIBILITY() local
2361 __node_ptr __n; in _GLIBCXX_VISIBILITY() local
2403 __node_ptr __n; in _GLIBCXX_VISIBILITY() local
2469 __node_ptr __n = __first._M_cur; in _GLIBCXX_VISIBILITY() local
Dlocale_conv.h130 size_t __n; in _GLIBCXX_VISIBILITY() local
142 size_t __n; in _GLIBCXX_VISIBILITY() local
173 size_t __n; in _GLIBCXX_VISIBILITY() local
185 size_t __n; in _GLIBCXX_VISIBILITY() local
217 size_t __n; in _GLIBCXX_VISIBILITY() local
Dostream.tcc97 operator<<(short __n) in operator <<()
111 operator<<(int __n) in operator <<()
188 write(const _CharT* __s, streamsize __n) in write()
Dstreambuf.tcc46 xsgetn(char_type* __s, streamsize __n) in xsgetn()
80 xsputn(const char_type* __s, streamsize __n) in xsputn()
Dbasic_string.tcc258 _M_construct(size_type __n, _CharT __c) in _M_construct()
351 _M_erase(size_type __pos, size_type __n) in _M_erase()
401 resize(size_type __n, _CharT __c) in resize()
414 _M_append(const _CharT* __s, size_type __n) in _M_append()
557 copy(_CharT* __s, size_type __n, size_type __pos) const in copy()
573 resize_and_overwrite(const size_type __n, _Operation __op) in resize_and_overwrite()
703 const size_type __n = __size - __pos; in find() local
866 compare(size_type __pos, size_type __n, const basic_string& __str) const in compare()
1034 const __size_type __n = __str.max_size(); in getline() local
Dforward_list.tcc114 _M_fill_initialize(size_type __n, const value_type& __value) in _M_fill_initialize()
127 _M_default_initialize(size_type __n) in _M_default_initialize()
164 _M_default_insert_after(const_iterator __pos, size_type __n) in _M_default_insert_after()
256 insert_after(const_iterator __pos, size_type __n, const _Tp& __val) in insert_after()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dhashtable.h435 _Node* __n = _M_node_allocator.allocate(1); in _GLIBCXX_VISIBILITY() local
608 _Node* __n = __ht._M_buckets[__i]; in _GLIBCXX_VISIBILITY() local
707 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
724 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
741 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
766 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
804 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
903 size_type __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
930 size_type __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
1047 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() local
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()
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()
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()
Dpoly_hermite.tcc74 __poly_hermite_recursion(unsigned int __n, _Tp __x) in __poly_hermite_recursion()
116 __poly_hermite(unsigned int __n, _Tp __x) in __poly_hermite()
/netbsd/src/sys/sys/
Dbitops.h297 #define __BITMAP_TYPE(__s, __t, __n) struct __s { \ argument
304 #define __BITMAP_SIZE(__t, __n) \ argument
306 #define __BITMAP_BIT(__n, __v) \ argument
308 #define __BITMAP_WORD(__n, __v) \ argument
311 #define __BITMAP_SET(__n, __v) \ argument
313 #define __BITMAP_CLR(__n, __v) \ argument
315 #define __BITMAP_ISSET(__n, __v) \ argument
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
Dcompiletime_settings.h44 #define _GLIBCXX_CALL(__n) argument
47 #define _GLIBCXX_CALL(__n) \ argument
Dequally_split.h48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads, in __equally_split()
75 __equally_split_point(_DifferenceType __n, in __equally_split_point()
Dquicksort.h62 _DifferenceType __n = __end - __begin; in __parallel_sort_qs_divide() local
115 _DifferenceType __n = __end - __begin, __pivot_rank; in __parallel_sort_qs_conquer() local
164 _DifferenceType __n = __end - __begin; in __parallel_sort_qs() local
Dbalanced_quicksort.h118 _DifferenceType __n = __end - __begin; in __qsb_divide() local
184 _DifferenceType __n = __end - __begin; in __qsb_conquer() local
281 _DifferenceType __n = __end - __begin; in __qsb_local_sort_with_helping() local
445 _DifferenceType __n = __end - __begin; in __parallel_sort_qsb() local
Dpartial_sum.h92 typename std::iterator_traits<_IIter>::difference_type __n) in __parallel_partial_sum_linear()
214 _DifferenceType __n = __end - __begin; in __parallel_partial_sum() local
/netbsd/src/external/gpl3/gcc/dist/intl/
Dlibgnuintl.h199 unsigned long int __n) in ngettext()
223 const char *__msgid2, unsigned long int __n) in dngettext()
250 unsigned long int __n, int __category) in dcngettext()
/netbsd/src/sys/external/bsd/common/include/linux/
Dbits.h12 #define BIT_MASK(__n) __BITS(__n-1,0) argument

123