HomeSort by relevance Sort by last modified time
    Searched refs:__n (Results 1 - 25 of 1443) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/android/utils/
duff.h 24 int __n = (_count); \
27 } while (--__n > 0); \
33 int __n = (__count +1)/2; \
37 } while (--__n > 0); \
44 int __n = (__count +3)/4; \
50 } while (--__n > 0); \
57 int __n = (__count+7)/8; \
67 } while (--__n > 0); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
socket2.h 24 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)
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,
    [all...]
stdio2.h 53 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,
65 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
75 __NTH (vsnprintf (char *__restrict __s, size_t __n,
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, FILE *__restrict __stream
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
socket2.h 24 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)
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,
    [all...]
stdio2.h 53 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,
65 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
75 __NTH (vsnprintf (char *__restrict __s, size_t __n,
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, FILE *__restrict __stream
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
socket2.h 24 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)
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,
    [all...]
stdio2.h 53 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,
65 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
75 __NTH (vsnprintf (char *__restrict __s, size_t __n,
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, FILE *__restrict __stream
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
compiletime_settings.h 41 * @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());
equally_split.h 39 * 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,
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,
79 _DifferenceType __chunk_length = __n / __num_threads;
80 _DifferenceType __num_longer_chunks = __n % __num_threads
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_iterator_base_funcs.h 79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
123 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag)
127 _GLIBCXX_DEBUG_ASSERT(__n >= 0);
128 while (__n--)
134 __advance(_BidirectionalIterator& __i, _Distance __n,
140 if (__n > 0)
141 while (__n--)
144 while (__n++
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator_base_funcs.h 76 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
80 ++__n;
82 return __n;
119 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag)
123 while (__n--)
129 __advance(_BidirectionalIterator& __i, _Distance __n,
135 if (__n > 0)
136 while (__n--)
139 while (__n++)
145 __advance(_RandomAccessIterator& __i, _Distance __n,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_iterator_base_funcs.h 79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
122 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag)
126 while (__n--)
132 __advance(_BidirectionalIterator& __i, _Distance __n,
138 if (__n > 0)
139 while (__n--)
142 while (__n++)
148 __advance(_RandomAccessIterator& __i, _Distance __n,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_iterator_base_funcs.h 79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
122 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag)
126 while (__n--)
132 __advance(_BidirectionalIterator& __i, _Distance __n,
138 if (__n > 0)
139 while (__n--)
142 while (__n++)
148 __advance(_RandomAccessIterator& __i, _Distance __n,
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_funcs.h 76 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
80 ++__n;
82 return __n;
119 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag)
123 while (__n--)
129 __advance(_BidirectionalIterator& __i, _Distance __n,
135 if (__n > 0)
136 while (__n--)
139 while (__n++)
145 __advance(_RandomAccessIterator& __i, _Distance __n,
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_funcs.h 76 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
80 ++__n;
82 return __n;
119 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag)
123 while (__n--)
129 __advance(_BidirectionalIterator& __i, _Distance __n,
135 if (__n > 0)
136 while (__n--)
139 while (__n++)
145 __advance(_RandomAccessIterator& __i, _Distance __n,
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_funcs.h 76 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
80 ++__n;
82 return __n;
119 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag)
123 while (__n--)
129 __advance(_BidirectionalIterator& __i, _Distance __n,
135 if (__n > 0)
136 while (__n--)
139 while (__n++)
145 __advance(_RandomAccessIterator& __i, _Distance __n,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_iterator_base_funcs.h 76 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
80 ++__n;
82 return __n;
119 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag)
123 while (__n--)
129 __advance(_BidirectionalIterator& __i, _Distance __n,
135 if (__n > 0)
136 while (__n--)
139 while (__n++)
145 __advance(_RandomAccessIterator& __i, _Distance __n,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_iterator_base_funcs.h 79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
122 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag)
126 while (__n--)
132 __advance(_BidirectionalIterator& __i, _Distance __n,
138 if (__n > 0)
139 while (__n--)
142 while (__n++)
148 __advance(_RandomAccessIterator& __i, _Distance __n,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_iterator_base_funcs.h 79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
123 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag)
127 while (__n--)
133 __advance(_BidirectionalIterator& __i, _Distance __n,
139 if (__n > 0)
140 while (__n--)
143 while (__n++)
149 __advance(_RandomAccessIterator& __i, _Distance __n,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_iterator_base_funcs.h 79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
122 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag)
126 while (__n--)
132 __advance(_BidirectionalIterator& __i, _Distance __n,
138 if (__n > 0)
139 while (__n--)
142 while (__n++)
148 __advance(_RandomAccessIterator& __i, _Distance __n,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_iterator_base_funcs.h 79 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
83 ++__n;
85 return __n;
123 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag)
127 while (__n--)
133 __advance(_BidirectionalIterator& __i, _Distance __n,
139 if (__n > 0)
140 while (__n--)
143 while (__n++)
149 __advance(_RandomAccessIterator& __i, _Distance __n,
    [all...]
  /development/ndk/platforms/android-3/include/
stdlib.h 82 static __inline__ int abs(int __n) {
83 return (__n < 0) ? -__n : __n;
86 static __inline__ long labs(long __n) {
87 return (__n < 0L) ? -__n : __n;
90 static __inline__ long long llabs(long long __n) {
91 return (__n < 0LL) ? -__n : __n
    [all...]
  /development/ndk/platforms/android-8/include/
stdlib.h 83 static __inline__ int abs(int __n) {
84 return (__n < 0) ? -__n : __n;
87 static __inline__ long labs(long __n) {
88 return (__n < 0L) ? -__n : __n;
91 static __inline__ long long llabs(long long __n) {
92 return (__n < 0LL) ? -__n : __n
    [all...]
  /development/ndk/platforms/android-9/include/
stdlib.h 83 static __inline__ int abs(int __n) {
84 return (__n < 0) ? -__n : __n;
87 static __inline__ long labs(long __n) {
88 return (__n < 0L) ? -__n : __n;
91 static __inline__ long long llabs(long long __n) {
92 return (__n < 0LL) ? -__n : __n
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdlib.h 84 static __inline__ int abs(int __n) {
85 return (__n < 0) ? -__n : __n;
88 static __inline__ long labs(long __n) {
89 return (__n < 0L) ? -__n : __n;
92 static __inline__ long long llabs(long long __n) {
93 return (__n < 0LL) ? -__n : __n
    [all...]

Completed in 558 milliseconds

1 2 3 4 5 6 7 8 91011>>