Searched refs:__n (Results 26 - 35 of 35) sorted by relevance

12

/haiku/src/system/libroot/posix/glibc/libio/
H A Dstdio.h291 int __modes, size_t __n) __THROW;
452 extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
462 extern char *fgets_unlocked (char *__restrict __s, int __n,
474 size_t *__restrict __n, int __delimiter,
477 size_t *__restrict __n, int __delimiter,
482 size_t *__restrict __n,
502 size_t __n, FILE *__restrict __stream) __THROW;
505 size_t __n, FILE *__restrict __s) __THROW;
517 size_t __n, FILE *__restrict __stream) __THROW;
519 size_t __n, FIL
[all...]
H A Dlibio.h366 size_t __n);
H A DlibioP.h379 #define _IO_sputn(__fp, __s, __n) _IO_XSPUTN (__fp, __s, __n)
/haiku/headers/cpp/
H A Dstl_algobase.h138 for (_Distance __n = __last - __first; __n > 0; --__n) {
238 for (_Distance __n = __last - __first; __n > 0; --__n)
353 _OutputIter fill_n(_OutputIter __first, _Size __n, const _Tp& __value) { argument
354 for ( ; __n > 0; --__n, ++__first)
H A Dstl_algo.h239 _Size& __n) {
242 ++__n;
247 _Size& __n) {
250 ++__n;
258 typename iterator_traits<_InputIter>::difference_type __n = 0; local
261 ++__n;
262 return __n;
268 typename iterator_traits<_InputIter>::difference_type __n = 0; local
271 ++__n;
272 return __n;
238 count(_InputIter __first, _InputIter __last, const _Tp& __value, _Size& __n) argument
246 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) argument
384 _Integer __n = __count - 1; local
413 _Integer __n = __count - 1; local
510 generate_n(_OutputIter __first, _Size __n, _Generator __gen) argument
693 __gcd(_EuclideanRingElement __m, _EuclideanRingElement __n) argument
771 _Distance __n = __last - __first; local
837 __random_number(_Distance __n) argument
866 random_sample_n(_ForwardIter __first, _ForwardIter __last, _OutputIter __out, const _Distance __n) argument
888 random_sample_n(_ForwardIter __first, _ForwardIter __last, _OutputIter __out, const _Distance __n, _RandomNumberGenerator& __rand) argument
910 __random_sample(_InputIter __first, _InputIter __last, _RandomAccessIter __out, const _Distance __n) argument
932 __random_sample(_InputIter __first, _InputIter __last, _RandomAccessIter __out, _RandomNumberGenerator& __rand, const _Distance __n) argument
1266 __lg(_Size __n) argument
2809 __is_heap(_RandomAccessIter __first, _Distance __n) argument
2822 __is_heap(_RandomAccessIter __first, _StrictWeakOrdering __comp, _Distance __n) argument
[all...]
H A Dstl_tree.h1043 size_type __n = 0; local
1044 distance(__p.first, __p.second, __n);
1046 return __n;
1157 size_type __n = 0; local
1158 distance(__p.first, __p.second, __n);
1159 return __n;
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h271 __MATHCALL (scalb,, (_Mdouble_ __x, _Mdouble_ __n));
276 __MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
285 __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h409 extern char *l64a (long int __n) __THROW;
825 extern int mblen (__const char *__s, size_t __n) __THROW;
829 __const char *__restrict __s, size_t __n) __THROW;
837 __const char *__restrict __s, size_t __n) __THROW;
840 __const wchar_t *__restrict __pwcs, size_t __n)
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h23 extern _IO_ssize_t __getline (char **__lineptr, size_t *__n,
/haiku/headers/cpp/std/
H A Dvalarray_meta.h720 size_t __n (_M_closure.size ());
721 for (size_t __i=0; __i<__n; ++__i) __s += _M_closure[__i];

Completed in 117 milliseconds

12