Home
last modified time | relevance | path

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

123

/freebsd-10-stable/contrib/libstdc++/libsupc++/
Dcxxabi.h164 __fundamental_type_info(const char* __n) : std::type_info(__n) { } in __fundamental_type_info()
175 __array_type_info(const char* __n) : std::type_info(__n) { } in __array_type_info()
186 __function_type_info(const char* __n) : std::type_info(__n) { } in __function_type_info()
202 __enum_type_info(const char* __n) : std::type_info(__n) { } in __enum_type_info()
216 __pbase_type_info(const char* __n, int __quals, in __pbase_type_info()
255 __pointer_type_info(const char* __n, int __quals, in __pointer_type_info()
282 __pointer_to_member_type_info(const char* __n, int __quals, in __pointer_to_member_type_info()
341 __class_type_info (const char *__n) : type_info(__n) { } in __class_type_info()
436 __si_class_type_info(const char *__n, const __class_type_info *__base) in __si_class_type_info()
478 __vmi_class_type_info(const char* __n, int ___flags) in __vmi_class_type_info()
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Dccompile.h56 #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-10-stable/contrib/libstdc++/include/bits/
Dvalarray_array.tcc69 size_t __n) in __valarray_copy()
93 __valarray_copy(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b, in __valarray_copy()
117 __valarray_copy(_Array<_Tp> __a, _Array<bool> __m, size_t __n, in __valarray_copy()
145 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, _Array<_Tp> __a) in __valarray_copy()
156 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy()
168 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy()
181 size_t __n, in __valarray_copy()
198 __valarray_copy(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy()
217 __valarray_copy_construct(const _Expr<_Dom, _Tp>& __e, size_t __n, in __valarray_copy_construct()
229 _Array<_Tp> __b, size_t __n) in __valarray_copy_construct()
Dstl_iterator_base_funcs.h124 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) in __advance()
134 __advance(_BidirectionalIterator& __i, _Distance __n, in __advance()
150 __advance(_RandomAccessIterator& __i, _Distance __n, in __advance()
173 advance(_InputIterator& __i, _Distance __n) in advance()
Dstl_vector.h226 : _Base(__n, __a) in _Base() argument
307 assign(size_type __n, const value_type& __val) in assign()
509 _M_range_check(size_type __n) const in _M_range_check()
528 at(size_type __n) in at()
546 at(size_type __n) const in at()
666 insert(iterator __position, size_type __n, const value_type& __x) in insert()
774 _M_allocate_and_copy(size_type __n, in _M_allocate_and_copy()
797 _M_initialize_dispatch(_Integer __n, _Integer __value, __true_type) in _M_initialize_dispatch()
833 const size_type __n = std::distance(__first, __last); in _M_range_initialize() local
849 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type) in _M_assign_dispatch()
[all …]
Dchar_traits.h149 compare(const char_type* __s1, const char_type* __s2, std::size_t __n) in compare()
173 find(const char_type* __s, std::size_t __n, const char_type& __a) in find()
184 move(char_type* __s1, const char_type* __s2, std::size_t __n) in move()
193 copy(char_type* __s1, const char_type* __s2, std::size_t __n) in copy()
202 assign(char_type* __s, std::size_t __n, char_type __a) in assign()
Dstl_deque.h449 _M_allocate_map(size_t __n) in _M_allocate_map()
453 _M_deallocate_map(_Tp** __p, size_t __n) in _M_deallocate_map()
549 for (_Tp** __n = __nstart; __n < __nfinish; ++__n) in _M_destroy_nodes() local
708 : _Base(__a, __n) in _Base() argument
777 assign(size_type __n, const value_type& __val) in assign()
950 _M_range_check(size_type __n) const in _M_range_check()
969 at(size_type __n) in at()
987 at(size_type __n) const in at()
1141 insert(iterator __position, size_type __n, const value_type& __x) in insert()
1238 _M_initialize_dispatch(_Integer __n, _Integer __x, __true_type) in _M_initialize_dispatch()
[all …]
Dbasic_string.tcc197 basic_string(const basic_string& __str, size_type __pos, size_type __n) in basic_string()
208 size_type __n, const _Alloc& __a) in basic_string()
219 basic_string(const _CharT* __s, size_type __n, const _Alloc& __a) in basic_string()
233 basic_string(size_type __n, _CharT __c, const _Alloc& __a) in basic_string()
264 assign(const _CharT* __s, size_type __n) in assign()
286 append(size_type __n, _CharT __c) in append()
303 append(const _CharT* __s, size_type __n) in append()
347 append(const basic_string& __str, size_type __pos, size_type __n) in append()
365 insert(size_type __pos, const _CharT* __s, size_type __n) in insert()
622 resize(size_type __n, _CharT __c) in resize()
[all …]
Distream.tcc115 operator>>(short& __n) in operator >>()
135 operator>>(int& __n) in operator >>()
245 get(char_type* __s, streamsize __n, char_type __delim) in get()
326 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
409 ignore(streamsize __n) in ignore()
465 ignore(streamsize __n, int_type __delim) in ignore()
548 read(char_type* __s, streamsize __n) in read()
572 readsome(char_type* __s, streamsize __n) in readsome()
890 const __size_type __n = __w > 0 ? static_cast<__size_type>(__w) in operator >>() local
945 const __size_type __n = __str.max_size(); in getline() local
Dostream.tcc92 operator<<(short __n) in operator <<()
106 operator<<(int __n) in operator <<()
173 write(const _CharT* __s, streamsize __n) in write()
/freebsd-10-stable/contrib/libc++/src/
Dstrstream.cpp34 strstreambuf::__init(char* __gnext, streamsize __n, char* __pbeg) in __init()
49 strstreambuf::strstreambuf(char* __gnext, streamsize __n, char* __pbeg) in strstreambuf()
58 strstreambuf::strstreambuf(const char* __gnext, streamsize __n) in strstreambuf()
67 strstreambuf::strstreambuf(signed char* __gnext, streamsize __n, signed char* __pbeg) in strstreambuf()
76 strstreambuf::strstreambuf(const signed char* __gnext, streamsize __n) in strstreambuf()
85 strstreambuf::strstreambuf(unsigned char* __gnext, streamsize __n, unsigned char* __pbeg) in strstreambuf()
94 strstreambuf::strstreambuf(const unsigned char* __gnext, streamsize __n) in strstreambuf()
/freebsd-10-stable/contrib/libstdc++/include/c_std/
Dstd_cstring.h101 memchr(void* __p, int __c, size_t __n) in memchr()
107 strchr(char* __s1, int __n) in strchr()
119 strrchr(char* __s1, int __n) in strrchr()
/freebsd-10-stable/contrib/libstdc++/include/ext/
Dstdio_sync_filebuf.h204 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n) in xsgetn()
216 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n) in xsputn()
237 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) in xsgetn()
260 std::streamsize __n) in xsputn()
Ddebug_allocator.h91 allocate(size_type __n) in allocate()
100 allocate(size_type __n, const void* __hint) in allocate()
109 deallocate(pointer __p, size_type __n) in deallocate()
/freebsd-10-stable/contrib/libstdc++/include/debug/
Dhash_set.h83 explicit hash_set(size_type __n) : _Base(__n) { } in hash_set()
85 hash_set(size_type __n, const hasher& __hf) : _Base(__n, __hf) { } in hash_set()
89 : _Base(__n, __hf, __eql, __a) { } in _Base() argument
96 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) in hash_set()
100 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, in hash_set()
108 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base() argument
Dhash_multiset.h83 explicit hash_multiset(size_type __n) : _Base(__n) { } in hash_multiset()
85 hash_multiset(size_type __n, const hasher& __hf) : _Base(__n, __hf) { } in hash_multiset()
89 : _Base(__n, __hf, __eql, __a) in _Base() argument
98 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n) in hash_multiset()
103 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, in hash_multiset()
112 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base() argument
Dhash_multimap.h85 explicit hash_multimap(size_type __n) : _Base(__n) { } in hash_multimap()
87 hash_multimap(size_type __n, const hasher& __hf) : _Base(__n, __hf) { } in hash_multimap()
91 : _Base(__n, __hf, __eql, __a) { } in _Base() argument
98 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n) in hash_multimap()
102 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, in hash_multimap()
110 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base() argument
Dhash_map.h86 explicit hash_map(size_type __n) : _Base(__n) { } in hash_map()
88 hash_map(size_type __n, const hasher& __hf) : _Base(__n, __hf) { } in hash_map()
92 : _Base(__n, __hf, __eql, __a) { } in _Base() argument
99 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) in hash_map()
103 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, in hash_map()
111 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base() argument
/freebsd-10-stable/contrib/libstdc++/include/std/
Dstd_valarray.h555 valarray<_Tp>::valarray(size_t __n) in valarray()
561 valarray<_Tp>::valarray(const _Tp& __t, size_t __n) in valarray()
567 valarray<_Tp>::valarray(const _Tp* __restrict__ __p, size_t __n) in valarray()
783 valarray<_Tp>::shift(int __n) const in shift()
824 valarray<_Tp>::cshift(int __n) const in cshift()
865 valarray<_Tp>::resize(size_t __n, _Tp __c) in resize()
Dstd_streambuf.h254 pubsetbuf(char_type* __s, streamsize __n) in pubsetbuf()
354 sgetn(char_type* __s, streamsize __n) in sgetn()
446 sputn(const char_type* __s, streamsize __n) in sputn()
494 gbump(int __n) { _M_in_cur += __n; } in gbump()
541 pbump(int __n) { _M_out_cur += __n; } in pbump()
Dstd_bitset.h63 #define _GLIBCXX_BITSET_WORDS(__n) \ argument
225 for (size_t __n = _Nw - 1; __n >= __wshift; --__n) in _M_do_left_shift() local
231 for (size_t __n = _Nw - 1; __n > __wshift; --__n) in _M_do_left_shift() local
252 for (size_t __n = 0; __n <= __limit; ++__n) in _M_do_right_shift() local
258 for (size_t __n = 0; __n < __limit; ++__n) in _M_do_right_shift() local
/freebsd-10-stable/contrib/libstdc++/src/
Dmt_allocator.cc86 for (size_t __n = 0; __n < _M_bin_size; ++__n) in _GLIBCXX_BEGIN_NAMESPACE() local
196 for (size_t __n = 0; __n < _M_bin_size; ++__n) in _M_initialize() local
216 for (size_t __n = 0; __n < _M_bin_size; ++__n) in _M_destroy() local
233 for (size_t __n = 0; __n < _M_bin_size; ++__n) in _M_destroy() local
559 for (size_t __n = 0; __n < _M_bin_size; ++__n) in _M_initialize() local
595 for (size_t __n = 0; __n < _M_bin_size; ++__n) in _M_initialize() local
752 for (size_t __n = 0; __n < _M_bin_size; ++__n) in _M_initialize() local
787 for (size_t __n = 0; __n < _M_bin_size; ++__n) in _M_initialize() local
Dstreambuf.cc49 const streamsize __n = __sbin->egptr() - __sbin->gptr(); in _GLIBCXX_BEGIN_NAMESPACE() local
89 const streamsize __n = __sbin->egptr() - __sbin->gptr(); in __copy_streambufs_eof() local
/freebsd-10-stable/sys/dev/bwi/
Dbitops.h68 #define __BIT(__n) (((__n) == 32) ? 0 : ((uint32_t)1 << (__n))) argument
71 #define __BITS(__m, __n) \ argument
/freebsd-10-stable/lib/libnetbsd/sys/
Dcdefs.h73 #define __BIT(__n) \ argument
78 #define __BITS(__m, __n) \ argument

123