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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
PR12778.cpp 4 void* allocate(int __n) {
5 return ::operator new(__n);
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 42 static __inline int abs(int __n) { return (__n < 0) ? -__n : __n; }
44 static __inline long labs(long __n) { return (__n < 0L) ? -__n : __n; }
46 static __inline long long llabs(long long __n) {
47 return (__n < 0LL) ? -__n : __n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/current/sources/cxx-stl/gnu-libstdc++/4.9/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/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...]
  /external/libcxx/test/support/
constexpr_char_traits.hpp 36 static _LIBCPP_CONSTEXPR_AFTER_CXX11 int compare(const char_type* __s1, const char_type* __s2, size_t __n);
38 static _LIBCPP_CONSTEXPR_AFTER_CXX11 const char_type* find(const char_type* __s, size_t __n, const char_type& __a);
39 static _LIBCPP_CONSTEXPR_AFTER_CXX11 char_type* move(char_type* __s1, const char_type* __s2, size_t __n);
40 static _LIBCPP_CONSTEXPR_AFTER_CXX11 char_type* copy(char_type* __s1, const char_type* __s2, size_t __n);
41 static _LIBCPP_CONSTEXPR_AFTER_CXX11 char_type* assign(char_type* __s, size_t __n, char_type __a);
62 constexpr_char_traits<_CharT>::compare(const char_type* __s1, const char_type* __s2, size_t __n)
64 for (; __n; --__n, ++__s1, ++__s2)
86 constexpr_char_traits<_CharT>::find(const char_type* __s, size_t __n, const char_type& __a)
88 for (; __n; --__n
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.c 38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) {
40 size_t __real_n = __n + __total_extra;
41 if (__real_n < __n) {
42 //It means that we rolled on size_t, __n must be very large:
49 __result->_M_size = (_STLP_UINT32_T)__n;
55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) {
61 _STLP_VERBOSE_ASSERT(__real_p->_M_size == __n, _StlMsg_DBA_SIZE_MISMATCH)
68 size_t __real_n = __n + __extra_before_chunk() + __extra_after_chunk();
70 for (__tmp= ((unsigned char*)__p) + __n * sizeof(value_type);
77 memset((char*)__p, __shred_byte, __n * sizeof(value_type))
    [all...]
_numeric.c 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) {
76 if (__n == 0)
79 while ((__n & 1) == 0) {
80 __n >>= 1;
85 __n >>= 1; local
86 while (__n != 0) {
88 if ((__n & 1) != 0)
90 __n >>= 1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
debug_allocator.h 88 allocate(size_type __n)
90 pointer __res = _M_allocator.allocate(__n + _M_extra);
92 *__ps = __n;
97 allocate(size_type __n, const void* __hint)
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
101 *__ps = __n;
106 deallocate(pointer __p, size_type __n)
111 if (*reinterpret_cast<size_type*>(__real_p) != __n)
116 _M_allocator.deallocate(__real_p, __n + _M_extra);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
debug_allocator.h 88 allocate(size_type __n)
90 pointer __res = _M_allocator.allocate(__n + _M_extra);
92 *__ps = __n;
97 allocate(size_type __n, const void* __hint)
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
101 *__ps = __n;
106 deallocate(pointer __p, size_type __n)
111 if (*reinterpret_cast<size_type*>(__real_p) != __n)
116 _M_allocator.deallocate(__real_p, __n + _M_extra);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
debug_allocator.h 88 allocate(size_type __n)
90 pointer __res = _M_allocator.allocate(__n + _M_extra);
92 *__ps = __n;
97 allocate(size_type __n, const void* __hint)
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
101 *__ps = __n;
106 deallocate(pointer __p, size_type __n)
111 if (*reinterpret_cast<size_type*>(__real_p) != __n)
116 _M_allocator.deallocate(__real_p, __n + _M_extra);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_alloc.c 38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) {
40 size_t __real_n = __n + __total_extra;
41 if (__real_n < __n) {
42 //It means that we rolled on size_t, __n must be very large:
49 __result->_M_size = (_STLP_UINT32_T)__n;
55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) {
61 _STLP_VERBOSE_ASSERT(__real_p->_M_size == __n, _StlMsg_DBA_SIZE_MISMATCH)
68 size_t __real_n = __n + __extra_before_chunk() + __extra_after_chunk();
70 for (__tmp= ((unsigned char*)__p) + __n * sizeof(value_type);
77 memset((char*)__p, __shred_byte, __n * sizeof(value_type))
    [all...]
  /development/ndk/platforms/android-3/arch-arm/include/asm/
div64.h 25 #define do_div(n,base) ({ register unsigned int __base asm("r4") = base; register unsigned long long __n asm("r0") = n; register unsigned long long __res asm("r2"); register unsigned int __rem asm(__xh); asm( __asmeq("%0", __xh) __asmeq("%1", "r2") __asmeq("%2", "r0") __asmeq("%3", "r4") "bl __do_div64" : "=r" (__rem), "=r" (__res) : "r" (__n), "r" (__base) : "ip", "lr", "cc"); n = __res; __rem; })

Completed in 273 milliseconds

1 2 3 4 5 6 7 8 91011>>