Searched defs:__n (Results 1 - 25 of 120) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr37742.C6 __valarray_get_storage(size_t __n) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWparentheses-4.C9 cmath_power(_Tp __x, unsigned int __n) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dpr18425.c8 _M_fill_insert(unsigned int __n) argument
/haiku-buildtools/legacy/gcc/libstdc++/
H A Dvalarray.cc25 const size_t __n = __l.size(); local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/charset/
H A Dasm2.c11 memmove (void *__dest, __const void *__src, size_t __n) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/rtti/
H A Dtinfo1.C16 explicit type_info(const char *__n): __name(__n) { } argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dcgraph_edge.C4 template<typename _InputIterator, typename _Distance> inline void advance(_InputIterator& __i, _Distance __n) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/charset/
H A Dasm3.c11 memmove (void *__dest, __const void *__src, size_t __n) argument
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dstreambuf.cc46 const streamsize __n = __sbin->egptr() - __sbin->gptr(); local
86 const streamsize __n = __sbin->egptr() - __sbin->gptr(); local
H A Dvalarray.cc51 const size_t __n = __a.size(); local
68 const size_t __n = __l.size(); local
/haiku-buildtools/gcc/libssp/ssp/
H A Dstdio.h92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr48695.C17 int *_M_allocate (size_t __n) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr62090-2.c7 snprintf (char *__restrict __s, size_t __n, const char *__restrict __fmt, ...) argument
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dequally_split.h48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads, argument
75 __equally_split_point(_DifferenceType __n, argument
[all...]
H A Dquicksort.h62 _DifferenceType __n = __end - __begin; local
115 _DifferenceType __n = __end - __begin, __pivot_rank; local
164 _DifferenceType __n = __end - __begin; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/profile/impl/
H A Dprofiler_algos.h41 __insert_top_n(_Container& __output, const typename _Container::value_type& __value, typename _Container::size_type __n) argument
72 __top_n(const _Container& __input, _Container& __output, typename _Container::size_type __n) argument
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dostream_insert.h57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n) argument
44 __ostream_write(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s, streamsize __n) argument
76 __ostream_insert(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s, streamsize __n) argument
[all...]
H A Dstl_iterator_base_funcs.h79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
123 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
134 __advance(_BidirectionalIterator& __i, _Distance __n, argument
150 __advance(_RandomAccessIterator& __i, _Distance __n, random_access_iterator_tag) argument
173 advance(_InputIterator& __i, _Distance __n) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr37669.c6 ((__nothrow__)) snprintf (char *__restrict __s, size_t __n, __const char argument
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dvalarray_array.h47 __valarray_fill (_Tp* __restrict__ __a, size_t __n, const _Tp& __t) argument
53 __valarray_fill (_Tp* __restrict__ __a, size_t __n, argument
60 __valarray_fill(_Tp* __restrict__ __a, const size_t* __restrict__ __i, size_t __n, const _Tp& __t) argument
67 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b) argument
74 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s, _Tp* __restrict__ __b) argument
81 __valarray_copy(const _Tp* __restrict__ __a, _Tp* __restrict__ __b, size_t __n, size_t __s) argument
88 __valarray_copy(const _Tp* __restrict__ __a, const size_t* __restrict__ __i, _Tp* __restrict__ __b, size_t __n) argument
96 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, _Tp* __restrict__ __b, const size_t* __restrict__ __i) argument
121 __valarray_fill(_Array<_Tp> __a, size_t __n, const _Tp& __t) argument
126 __valarray_fill(_Array<_Tp> __a, size_t __n, size_t __s, const _Tp& __t) argument
131 __valarray_fill(_Array<_Tp> __a, _Array<size_t> __i, size_t __n, const _Tp& __t) argument
137 __valarray_copy(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b) argument
142 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s, _Array<_Tp> __b) argument
147 __valarray_copy(_Array<_Tp> __a, _Array<_Tp> __b, size_t __n, size_t __s) argument
152 __valarray_copy(_Array<_Tp> __a, _Array<size_t> __i, _Array<_Tp> __b, size_t __n) argument
158 __valarray_copy(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b, _Array<size_t> __i) argument
164 _Array(size_t __n) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dstring_conversions.h83 __to_xstring(int (*__convf) (_CharT*, std::size_t, const _CharT*, __builtin_va_list), std::size_t __n, const _CharT* __fmt, ...) argument
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_numeric.h180 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __oper) argument
203 __power(_Tp __x, _Integer __n) argument
212 power(_Tp __x, _Integer __n, _MonoidOperation __oper) argument
218 power(_Tp __x, _Integer __n) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Dpr45572-1.C20 getline (char **__lineptr, size_t *__n, FILE *__stream) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dcfg3.C26 void _M_deallocate(struct C* __p, unsigned int __n) {} argument
38 struct C& operator[](unsigned int __n) { return *_M_start; } argument
/haiku-buildtools/gcc/libstdc++-v3/include/debug/
H A Dsafe_sequence.h86 _After_nth_from(const difference_type& __n, const _Iterator& __base) argument

Completed in 291 milliseconds

12345