| /freebsd-13.1/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | ccompile.h | 56 #define __sun_attr___PRINTFLIKE__(__n) \ argument 58 #define __sun_attr___VPRINTFLIKE__(__n) \ argument 114 #define __PRINTFLIKE(__n) __sun_attr__((__PRINTFLIKE__(__n))) argument 115 #define __VPRINTFLIKE(__n) __sun_attr__((__VPRINTFLIKE__(__n))) argument 116 #define __KPRINTFLIKE(__n) __sun_attr__((__KPRINTFLIKE__(__n))) argument 117 #define __KVPRINTFLIKE(__n) __sun_attr__((__KVPRINTFLIKE__(__n))) argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | intrin.h | 453 size_t __n) { in __movsb() 468 size_t __n) { in __movsd() 483 size_t __n) { in __movsw() 498 size_t __n) { in __stosd() 506 size_t __n) { in __stosw() 515 unsigned long long *__dst, unsigned long long const *__src, size_t __n) { in __movsq() 523 size_t __n) { in __stosq()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| H A D | temporary_buffer.h | 30 get_temporary_buffer(ptrdiff_t __n) _NOEXCEPT in get_temporary_buffer()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | advance.h | 36 void __advance(_InputIter& __i, typename iterator_traits<_InputIter>::difference_type __n, input_it… in __advance() 43 void __advance(_BiDirIter& __i, typename iterator_traits<_BiDirIter>::difference_type __n, bidirect… in __advance() 54 void __advance(_RandIter& __i, typename iterator_traits<_RandIter>::difference_type __n, random_acc… in __advance() 65 _Difference __n = static_cast<_Difference>(_VSTD::__convert_to_integral(__orig_n)); in advance() local
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | sample.h | 31 _Distance __n, in __sample() 52 _Distance __n, in __sample() 71 _Distance __n, _UniformRandomNumberGenerator& __g) { in __sample() 92 _Distance __n, _UniformRandomNumberGenerator&& __g) { in sample()
|
| H A D | fill_n.h | 28 __fill_n(_OutputIterator __first, _Size __n, const _Tp& __value_) in __fill_n() 38 fill_n(_OutputIterator __first, _Size __n, const _Tp& __value_) in fill_n()
|
| H A D | copy_n.h | 39 _IntegralSize __n = __orig_n; in copy_n() local 64 _IntegralSize __n = __orig_n; in copy_n() local
|
| H A D | shift_left.h | 32 typename iterator_traits<_ForwardIterator>::difference_type __n) in shift_left()
|
| H A D | for_each_n.h | 32 _IntegralSize __n = __orig_n; in for_each_n() local
|
| H A D | generate_n.h | 30 _IntegralSize __n = __orig_n; in generate_n() local
|
| H A D | shift_right.h | 34 typename iterator_traits<_ForwardIterator>::difference_type __n) in shift_right()
|
| H A D | sort_heap.h | 33 for (difference_type __n = __last - __first; __n > 1; --__last, (void) --__n) in __sort_heap() local
|
| H A D | make_heap.h | 32 difference_type __n = __last - __first; in __make_heap() local
|
| H A D | copy.h | 57 const size_t __n = static_cast<size_t>(__last - __first); in __copy() local
|
| H A D | copy_backward.h | 55 const size_t __n = static_cast<size_t>(__last - __first); in __copy_backward() local
|
| H A D | move.h | 58 const size_t __n = static_cast<size_t>(__last - __first); in __move() local
|
| H A D | move_backward.h | 55 const size_t __n = static_cast<size_t>(__last - __first); in __move_backward() local
|
| /freebsd-13.1/sys/dev/bwi/ |
| H A D | bitops.h | 70 #define __BIT(__n) (((__n) == 32) ? 0 : ((uint32_t)1 << (__n))) argument 73 #define __BITS(__m, __n) \ argument
|
| /freebsd-13.1/lib/libnetbsd/sys/ |
| H A D | cdefs.h | 77 #define __BIT(__n) \ argument 82 #define __BITS(__m, __n) \ argument
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompile.h | 77 #define __sun_attr___PRINTFLIKE__(__n) argument 78 #define __sun_attr___VPRINTFLIKE__(__n) argument 79 #define __sun_attr___KPRINTFLIKE__(__n) argument 80 #define __sun_attr___KVPRINTFLIKE__(__n) argument 120 #define __PRINTFLIKE(__n) __sun_attr__((__PRINTFLIKE__(__n))) argument 121 #define __VPRINTFLIKE(__n) __sun_attr__((__VPRINTFLIKE__(__n))) argument 122 #define __KPRINTFLIKE(__n) __sun_attr__((__KPRINTFLIKE__(__n))) argument 123 #define __KVPRINTFLIKE(__n) __sun_attr__((__KVPRINTFLIKE__(__n))) argument
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | string.h | 94 void* __libcpp_memchr(const void* __s, int __c, size_t __n) {return (void*)memchr(__s, __c, __n);} in __libcpp_memchr() 96 const void* memchr(const void* __s, int __c, size_t __n) {return __libcpp_memchr(__s, __c, __n);} in memchr() 98 void* memchr( void* __s, int __c, size_t __n) {return __libcpp_memchr(__s, __c, __n);} in memchr()
|
| H A D | wchar.h | 165 wchar_t* __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return (wchar_t*)wmemchr(__… in __libcpp_wmemchr() 167 const wchar_t* wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, _… in wmemchr() 169 …wchar_t* wmemchr( wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, __c, _… in wmemchr()
|
| H A D | __bsd_locale_fallbacks.h | 71 size_t __libcpp_mbrtowc_l(wchar_t *__pwc, const char *__s, size_t __n, in __libcpp_mbrtowc_l() 86 size_t __libcpp_mbrlen_l(const char *__s, size_t __n, mbstate_t *__ps, locale_t __l) in __libcpp_mbrlen_l() 108 int __libcpp_snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) { in __libcpp_snprintf_l()
|