Searched refs:__n (Results 1 - 25 of 2116) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
H A Dsocket2.h24 extern ssize_t __recv_chk (int __fd, void *__buf, size_t __n, size_t __buflen,
26 extern ssize_t __REDIRECT (__recv_alias, (int __fd, void *__buf, size_t __n,
29 (int __fd, void *__buf, size_t __n, size_t __buflen,
35 recv (int __fd, void *__buf, size_t __n, int __flags) argument
39 if (!__builtin_constant_p (__n))
40 return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags);
42 if (__n > __bos0 (__buf))
43 return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags);
45 return __recv_alias (__fd, __buf, __n, __flags);
48 extern ssize_t __recvfrom_chk (int __fd, void *__restrict __buf, size_t __n,
65 recvfrom(int __fd, void *__restrict __buf, size_t __n, int __flags, __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len) argument
[all...]
H A Dstdio2.h53 extern int __snprintf_chk (char *__restrict __s, size_t __n, int __flag,
56 extern int __vsnprintf_chk (char *__restrict __s, size_t __n, int __flag,
62 __NTH (snprintf (char *__restrict __s, size_t __n, argument
65 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
75 __NTH (vsnprintf (char *__restrict __s, size_t __n, argument
78 return __builtin___vsnprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
146 extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n,
149 (char *__restrict __s, int __n,
152 (char *__restrict __s, size_t __size, int __n,
158 fgets (char *__restrict __s, int __n, FIL argument
187 fread(void *__restrict __ptr, size_t __size, size_t __n, FILE *__restrict __stream) argument
216 fgets_unlocked(char *__restrict __s, int __n, FILE *__restrict __stream) argument
248 fread_unlocked(void *__restrict __ptr, size_t __size, size_t __n, FILE *__restrict __stream) argument
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
H A Dsocket2.h24 extern ssize_t __recv_chk (int __fd, void *__buf, size_t __n, size_t __buflen,
26 extern ssize_t __REDIRECT (__recv_alias, (int __fd, void *__buf, size_t __n,
29 (int __fd, void *__buf, size_t __n, size_t __buflen,
35 recv (int __fd, void *__buf, size_t __n, int __flags) argument
39 if (!__builtin_constant_p (__n))
40 return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags);
42 if (__n > __bos0 (__buf))
43 return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags);
45 return __recv_alias (__fd, __buf, __n, __flags);
48 extern ssize_t __recvfrom_chk (int __fd, void *__restrict __buf, size_t __n,
65 recvfrom(int __fd, void *__restrict __buf, size_t __n, int __flags, __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len) argument
[all...]
H A Dstdio2.h53 extern int __snprintf_chk (char *__restrict __s, size_t __n, int __flag,
56 extern int __vsnprintf_chk (char *__restrict __s, size_t __n, int __flag,
62 __NTH (snprintf (char *__restrict __s, size_t __n, argument
65 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
75 __NTH (vsnprintf (char *__restrict __s, size_t __n, argument
78 return __builtin___vsnprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
146 extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n,
149 (char *__restrict __s, int __n,
152 (char *__restrict __s, size_t __size, int __n,
158 fgets (char *__restrict __s, int __n, FIL argument
187 fread(void *__restrict __ptr, size_t __size, size_t __n, FILE *__restrict __stream) argument
216 fgets_unlocked(char *__restrict __s, int __n, FILE *__restrict __stream) argument
248 fread_unlocked(void *__restrict __ptr, size_t __size, size_t __n, FILE *__restrict __stream) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
H A Dsocket2.h24 extern ssize_t __recv_chk (int __fd, void *__buf, size_t __n, size_t __buflen,
26 extern ssize_t __REDIRECT (__recv_alias, (int __fd, void *__buf, size_t __n,
29 (int __fd, void *__buf, size_t __n, size_t __buflen,
35 recv (int __fd, void *__buf, size_t __n, int __flags) argument
39 if (!__builtin_constant_p (__n))
40 return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags);
42 if (__n > __bos0 (__buf))
43 return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags);
45 return __recv_alias (__fd, __buf, __n, __flags);
48 extern ssize_t __recvfrom_chk (int __fd, void *__restrict __buf, size_t __n,
65 recvfrom(int __fd, void *__restrict __buf, size_t __n, int __flags, __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len) argument
[all...]
H A Dstdio2.h53 extern int __snprintf_chk (char *__restrict __s, size_t __n, int __flag,
56 extern int __vsnprintf_chk (char *__restrict __s, size_t __n, int __flag,
62 __NTH (snprintf (char *__restrict __s, size_t __n, argument
65 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
75 __NTH (vsnprintf (char *__restrict __s, size_t __n, argument
78 return __builtin___vsnprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
146 extern char *__fgets_chk (char *__restrict __s, size_t __size, int __n,
149 (char *__restrict __s, int __n,
152 (char *__restrict __s, size_t __size, int __n,
158 fgets (char *__restrict __s, int __n, FIL argument
187 fread(void *__restrict __ptr, size_t __size, size_t __n, FILE *__restrict __stream) argument
216 fgets_unlocked(char *__restrict __s, int __n, FILE *__restrict __stream) argument
248 fread_unlocked(void *__restrict __ptr, size_t __size, size_t __n, FILE *__restrict __stream) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dcompiletime_settings.h41 * @param __n Input size.
44 #define _GLIBCXX_CALL(__n)
47 #define _GLIBCXX_CALL(__n) \
48 printf(" %__s:\niam = %d, __n = %ld, __num_threads = %d\n", \
49 __PRETTY_FUNCTION__, omp_get_thread_num(), (__n), __get_max_threads());
H A Dequally_split.h39 * splitting positions when splitting the range [0,__n) into parts of
42 * @param __n Number of elements
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads, argument
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
60 *__s++ = __n;
69 * @param __n Number of elements
75 __equally_split_point(_DifferenceType __n, argument
79 _DifferenceType __chunk_length = __n / __num_threads;
80 _DifferenceType __num_longer_chunks = __n
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dcompiletime_settings.h41 * @param __n Input size.
44 #define _GLIBCXX_CALL(__n)
47 #define _GLIBCXX_CALL(__n) \
48 printf(" %__s:\niam = %d, __n = %ld, __num_threads = %d\n", \
49 __PRETTY_FUNCTION__, omp_get_thread_num(), (__n), __get_max_threads());
H A Dequally_split.h39 * splitting positions when splitting the range [0,__n) into parts of
42 * @param __n Number of elements
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads, argument
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
60 *__s++ = __n;
69 * @param __n Number of elements
75 __equally_split_point(_DifferenceType __n, argument
79 _DifferenceType __chunk_length = __n / __num_threads;
80 _DifferenceType __num_longer_chunks = __n
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dstl_iterator_base_funcs.h79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
123 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
127 _GLIBCXX_DEBUG_ASSERT(__n >= 0);
128 while (__n--)
134 __advance(_BidirectionalIterator& __i, _Distance __n, argument
140 if (__n > 0)
141 while (__n--)
144 while (__n
150 __advance(_RandomAccessIterator& __i, _Distance __n, random_access_iterator_tag) argument
173 advance(_InputIterator& __i, _Distance __n) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dstl_iterator_base_funcs.h79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
123 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
127 _GLIBCXX_DEBUG_ASSERT(__n >= 0);
128 while (__n--)
134 __advance(_BidirectionalIterator& __i, _Distance __n, argument
140 if (__n > 0)
141 while (__n--)
144 while (__n
150 __advance(_RandomAccessIterator& __i, _Distance __n, random_access_iterator_tag) argument
173 advance(_InputIterator& __i, _Distance __n) argument
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
H A Dstl_iterator_base_funcs.h76 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
80 ++__n;
82 return __n;
119 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
123 while (__n--)
129 __advance(_BidirectionalIterator& __i, _Distance __n, argument
135 if (__n > 0)
136 while (__n--)
139 while (__n++)
145 __advance(_RandomAccessIterator& __i, _Distance __n, argument
168 advance(_InputIterator& __i, _Distance __n) argument
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
H A Dstl_iterator_base_funcs.h79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
122 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
126 while (__n--)
132 __advance(_BidirectionalIterator& __i, _Distance __n, argument
138 if (__n > 0)
139 while (__n--)
142 while (__n++)
148 __advance(_RandomAccessIterator& __i, _Distance __n, argument
171 advance(_InputIterator& __i, _Distance __n) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
H A Dstl_iterator_base_funcs.h79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
122 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
126 while (__n--)
132 __advance(_BidirectionalIterator& __i, _Distance __n, argument
138 if (__n > 0)
139 while (__n--)
142 while (__n++)
148 __advance(_RandomAccessIterator& __i, _Distance __n, argument
171 advance(_InputIterator& __i, _Distance __n) argument
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_iterator_base_funcs.h76 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
80 ++__n;
82 return __n;
119 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
123 while (__n--)
129 __advance(_BidirectionalIterator& __i, _Distance __n, argument
135 if (__n > 0)
136 while (__n--)
139 while (__n++)
145 __advance(_RandomAccessIterator& __i, _Distance __n, argument
168 advance(_InputIterator& __i, _Distance __n) argument
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_iterator_base_funcs.h76 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
80 ++__n;
82 return __n;
119 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
123 while (__n--)
129 __advance(_BidirectionalIterator& __i, _Distance __n, argument
135 if (__n > 0)
136 while (__n--)
139 while (__n++)
145 __advance(_RandomAccessIterator& __i, _Distance __n, argument
168 advance(_InputIterator& __i, _Distance __n) argument
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_iterator_base_funcs.h76 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
80 ++__n;
82 return __n;
119 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
123 while (__n--)
129 __advance(_BidirectionalIterator& __i, _Distance __n, argument
135 if (__n > 0)
136 while (__n--)
139 while (__n++)
145 __advance(_RandomAccessIterator& __i, _Distance __n, argument
168 advance(_InputIterator& __i, _Distance __n) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
H A Dstl_iterator_base_funcs.h76 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
80 ++__n;
82 return __n;
119 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
123 while (__n--)
129 __advance(_BidirectionalIterator& __i, _Distance __n, argument
135 if (__n > 0)
136 while (__n--)
139 while (__n++)
145 __advance(_RandomAccessIterator& __i, _Distance __n, argument
168 advance(_InputIterator& __i, _Distance __n) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_iterator_base_funcs.h79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
122 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
126 while (__n--)
132 __advance(_BidirectionalIterator& __i, _Distance __n, argument
138 if (__n > 0)
139 while (__n--)
142 while (__n++)
148 __advance(_RandomAccessIterator& __i, _Distance __n, argument
171 advance(_InputIterator& __i, _Distance __n) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstl_iterator_base_funcs.h79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
123 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
127 while (__n--)
133 __advance(_BidirectionalIterator& __i, _Distance __n, argument
139 if (__n > 0)
140 while (__n--)
143 while (__n++)
149 __advance(_RandomAccessIterator& __i, _Distance __n, argument
172 advance(_InputIterator& __i, _Distance __n) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_iterator_base_funcs.h79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
122 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
126 while (__n--)
132 __advance(_BidirectionalIterator& __i, _Distance __n, argument
138 if (__n > 0)
139 while (__n--)
142 while (__n++)
148 __advance(_RandomAccessIterator& __i, _Distance __n, argument
171 advance(_InputIterator& __i, _Distance __n) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_iterator_base_funcs.h79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
122 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
126 while (__n--)
132 __advance(_BidirectionalIterator& __i, _Distance __n, argument
138 if (__n > 0)
139 while (__n--)
142 while (__n++)
148 __advance(_RandomAccessIterator& __i, _Distance __n, argument
171 advance(_InputIterator& __i, _Distance __n) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstl_iterator_base_funcs.h79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
123 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
127 while (__n--)
133 __advance(_BidirectionalIterator& __i, _Distance __n, argument
139 if (__n > 0)
140 while (__n--)
143 while (__n++)
149 __advance(_RandomAccessIterator& __i, _Distance __n, argument
172 advance(_InputIterator& __i, _Distance __n) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_iterator_base_funcs.h79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
123 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
127 while (__n--)
133 __advance(_BidirectionalIterator& __i, _Distance __n, argument
139 if (__n > 0)
140 while (__n--)
143 while (__n++)
149 __advance(_RandomAccessIterator& __i, _Distance __n, argument
172 advance(_InputIterator& __i, _Distance __n) argument
[all...]

Completed in 355 milliseconds

1234567891011>>