/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | ccompile.h | 54 #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.old/dist/libstdc++-v3/libsupc++/ |
H A D | cxxabi.h | 215 __fundamental_type_info(const char* __n) : std::type_info(__n) { } in __fundamental_type_info() 226 __array_type_info(const char* __n) : std::type_info(__n) { } in __array_type_info() 237 __function_type_info(const char* __n) : std::type_info(__n) { } in __function_type_info() 253 __enum_type_info(const char* __n) : std::type_info(__n) { } in __enum_type_info() 267 __pbase_type_info(const char* __n, int __quals, in __pbase_type_info() 316 __pointer_type_info(const char* __n, int __quals, in __pointer_type_info() 343 __pointer_to_member_type_info(const char* __n, int __quals, in __pointer_to_member_type_info() 406 __class_type_info (const char *__n) : type_info(__n) { } in __class_type_info() 501 __si_class_type_info(const char *__n, const __class_type_info *__base) in __si_class_type_info() 543 __vmi_class_type_info(const char* __n, int ___flags) in __vmi_class_type_info()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
H A D | cxxabi.h | 223 __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/bits/ |
H A D | valarray_array.tcc | 41 __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 D | vector.tcc | 68 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 …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | valarray_array.tcc | 41 __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 D | vector.tcc | 67 reserve(size_type __n) in reserve() 137 const size_type __n = __position - begin(); in insert() local 258 _M_fill_assign(size_t __n, const value_type& __val) in _M_fill_assign() 327 const size_type __attribute__((__unused__)) __n = __len - size(); in _M_assign_aux() local 343 const auto __n = __position - cbegin(); in _M_insert_rval() local 368 const auto __n = __position - cbegin(); in _M_emplace_aux() local 510 _M_fill_insert(iterator __position, size_type __n, const value_type& __x) in _M_fill_insert() 612 _M_default_append(size_type __n) in _M_default_append() 727 const size_type __n = std::distance(__first, __last); in _M_range_insert() local 811 _M_reallocate(size_type __n) in _M_reallocate() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | vstring.h | 738 const size_type __n = traits_type::length(__s); in _GLIBCXX_VISIBILITY() local 2776 const int __n = __numeric_traits<float>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local 2784 const int __n = __numeric_traits<double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local 2792 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local 2878 const int __n = __numeric_traits<float>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local 2886 const int __n = __numeric_traits<double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local 2894 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | vstring.h | 739 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/pstl/ |
H A D | unseq_backend_simd.h | 29 __simd_walk_1(_Iterator __first, _DifferenceType __n, _Function __f) noexcept in __simd_walk_1() 40 __simd_walk_2(_Iterator1 __first1, _DifferenceType __n, _Iterator2 __first2, _Function __f) noexcept in __simd_walk_2() 50 __simd_walk_3(_Iterator1 __first1, _DifferenceType __n, _Iterator2 __first2, _Iterator3 __first3, in __simd_walk_3() 62 __simd_or(_Index __first, _DifferenceType __n, _Pred __pred) noexcept in __simd_or() 162 __simd_first(_Index1 __first1, _DifferenceType __n, _Index2 __first2, _Pred __pred) noexcept in __simd_first() 216 __simd_count(_Index __index, _DifferenceType __n, _Pred __pred) noexcept in __simd_count() 229 __simd_unique_copy(_InputIterator __first, _DifferenceType __n, _OutputIterator __result, in __simd_unique_copy() 253 __simd_assign(_InputIterator __first, _DifferenceType __n, _OutputIterator __result, _Assigner __as… in __simd_assign() 264 __simd_copy_if(_InputIterator __first, _DifferenceType __n, _OutputIterator __result, _UnaryPredica… in __simd_copy_if() 283 __simd_calc_mask_2(_InputIterator __first, _DifferenceType __n, bool* __mask, _BinaryPredicate __pr… in __simd_calc_mask_2() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
H A D | unseq_backend_simd.h | 29 __simd_walk_1(_Iterator __first, _DifferenceType __n, _Function __f) noexcept in __simd_walk_1() 40 __simd_walk_2(_Iterator1 __first1, _DifferenceType __n, _Iterator2 __first2, _Function __f) noexcept in __simd_walk_2() 50 __simd_walk_3(_Iterator1 __first1, _DifferenceType __n, _Iterator2 __first2, _Iterator3 __first3, in __simd_walk_3() 62 __simd_or(_Index __first, _DifferenceType __n, _Pred __pred) noexcept in __simd_or() 162 __simd_first(_Index1 __first1, _DifferenceType __n, _Index2 __first2, _Pred __pred) noexcept in __simd_first() 216 __simd_count(_Index __index, _DifferenceType __n, _Pred __pred) noexcept in __simd_count() 229 __simd_unique_copy(_InputIterator __first, _DifferenceType __n, _OutputIterator __result, in __simd_unique_copy() 253 __simd_assign(_InputIterator __first, _DifferenceType __n, _OutputIterator __result, _Assigner __as… in __simd_assign() 264 __simd_copy_if(_InputIterator __first, _DifferenceType __n, _OutputIterator __result, _UnaryPredica… in __simd_copy_if() 283 __simd_calc_mask_2(_InputIterator __first, _DifferenceType __n, bool* __mask, _BinaryPredicate __pr… in __simd_calc_mask_2() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | hashtable.h | 435 _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
|
H A D | poly_laguerre.tcc | 77 __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 D | gamma.tcc | 78 __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()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | hashtable.h | 435 _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
|
H A D | poly_laguerre.tcc | 77 __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 D | gamma.tcc | 78 __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()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr2/ |
H A D | dynamic_bitset.tcc | 52 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()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr2/ |
H A D | dynamic_bitset.tcc | 52 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | intrin.h | 453 size_t __n) { in __movsb() 459 size_t __n) { in __movsd() 467 size_t __n) { in __movsw() 475 size_t __n) { in __stosd() 483 size_t __n) { in __stosw() 492 unsigned long long *__dst, unsigned long long const *__src, size_t __n) { in __movsq() 500 size_t __n) { in __stosq()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | strstream.cpp | 36 strstreambuf::__init(char* __gnext, streamsize __n, char* __pbeg) in __init() 51 strstreambuf::strstreambuf(char* __gnext, streamsize __n, char* __pbeg) in strstreambuf() 60 strstreambuf::strstreambuf(const char* __gnext, streamsize __n) in strstreambuf() 69 strstreambuf::strstreambuf(signed char* __gnext, streamsize __n, signed char* __pbeg) in strstreambuf() 78 strstreambuf::strstreambuf(const signed char* __gnext, streamsize __n) in strstreambuf() 87 strstreambuf::strstreambuf(unsigned char* __gnext, streamsize __n, unsigned char* __pbeg) in strstreambuf() 96 strstreambuf::strstreambuf(const unsigned char* __gnext, streamsize __n) in strstreambuf()
|
/netbsd-src/sys/sys/ |
H A D | bitops.h | 297 #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/apache2/llvm/dist/libcxx/include/__memory/ |
H A D | uninitialized_algorithms.h | 54 uninitialized_copy_n(_InputIterator __f, _Size __n, _ForwardIterator __r) in uninitialized_copy_n() 101 uninitialized_fill_n(_ForwardIterator __f, _Size __n, const _Tp& __x) in uninitialized_fill_n() 134 _ForwardIterator destroy_n(_ForwardIterator __first, _Size __n) { in destroy_n() 160 _ForwardIterator uninitialized_default_construct_n(_ForwardIterator __first, _Size __n) { in uninitialized_default_construct_n() 198 _ForwardIterator uninitialized_value_construct_n(_ForwardIterator __first, _Size __n) { in uninitialized_value_construct_n() 238 uninitialized_move_n(_InputIt __first, _Size __n, _ForwardIt __first_res) { in uninitialized_move_n()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
H A D | istream.cc | 38 getline(char_type* __s, streamsize __n, char_type __delim) in getline() 113 ignore(streamsize __n, int_type __delim) in ignore() 282 getline(char_type* __s, streamsize __n, char_type __delim) in getline() 357 ignore(streamsize __n, int_type __delim) in ignore()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
H A D | istream.cc | 38 getline(char_type* __s, streamsize __n, char_type __delim) in getline() 113 ignore(streamsize __n, int_type __delim) in ignore() 293 getline(char_type* __s, streamsize __n, char_type __delim) in getline() 368 ignore(streamsize __n, int_type __delim) in ignore()
|