HomeSort by relevance Sort by last modified time
    Searched defs:__result (Results 1 - 25 of 50) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
functional_hash.h 94 size_t __result = 0; local
97 __result = (__result * 131) + *__cptr++;
98 return __result;
109 size_t __result = static_cast<size_t>(2166136261UL); local
113 __result ^= static_cast<size_t>(*__cptr++);
114 __result *= static_cast<size_t>(16777619UL);
116 return __result;
127 size_t __result local
132 __result ^= static_cast<size_t>(*__cptr++)
    [all...]
hashtable.h 732 std::size_t __result = 0; local
735 ++__result;
736 return __result;
1002 iterator __result = __it; local
1019 const_iterator __result = __it; local
1038 size_type __result = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
functional_hash.h 94 size_t __result = 0; local
97 __result = (__result * 131) + *__cptr++;
98 return __result;
109 size_t __result = static_cast<size_t>(2166136261UL); local
113 __result ^= static_cast<size_t>(*__cptr++);
114 __result *= static_cast<size_t>(16777619UL);
116 return __result;
127 size_t __result local
132 __result ^= static_cast<size_t>(*__cptr++)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
atomicity.h 67 _Atomic_word __result = *__mem; local
69 return __result;
pool_allocator.h 241 _Obj* __restrict__ __result = *__free_list; local
242 if (__builtin_expect(__result == 0, 0))
246 *__free_list = __result->_M_free_list_link;
247 __ret = reinterpret_cast<_Tp*>(__result);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
atomicity.h 67 _Atomic_word __result = *__mem; local
69 return __result;
pool_allocator.h 241 _Obj* __restrict__ __result = *__free_list; local
242 if (__builtin_expect(__result == 0, 0))
246 *__free_list = __result->_M_free_list_link;
247 __ret = reinterpret_cast<_Tp*>(__result);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
search.h 100 _DifferenceType __result = (__end1 - __begin1); local
137 #pragma omp flush(__result)
139 if (__result < __start)
149 __result = std::min(__result, __start);
168 return (__begin1 + __result);
find.h 108 _DifferenceType __result = __length; local
132 # pragma omp flush(__result)
134 if (__result < __pos)
140 if (__pos < __result)
141 __result = __pos;
153 return std::pair<_RAIter1, _RAIter2>(__begin1 + __result,
154 __begin2 + __result);
214 _DifferenceType __result = __length; local
222 # pragma omp parallel shared(__result) num_threads(__num_threads)
243 # pragma omp flush(__result)
    [all...]
workstealing.h 85 * @param __r Functor to @a add a single __result to the already
164 _Result __result = _Result(); local
193 __result = __f(__op, __begin + __my_first);
231 __result = __r(__result, __f(__op, __current));
296 __output = __r(__output, __result);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
search.h 100 _DifferenceType __result = (__end1 - __begin1); local
137 #pragma omp flush(__result)
139 if (__result < __start)
149 __result = std::min(__result, __start);
168 return (__begin1 + __result);
find.h 108 _DifferenceType __result = __length; local
132 # pragma omp flush(__result)
134 if (__result < __pos)
140 if (__pos < __result)
141 __result = __pos;
153 return std::pair<_RAIter1, _RAIter2>(__begin1 + __result,
154 __begin2 + __result);
214 _DifferenceType __result = __length; local
222 # pragma omp parallel shared(__result) num_threads(__num_threads)
243 # pragma omp flush(__result)
    [all...]
workstealing.h 85 * @param __r Functor to @a add a single __result to the already
164 _Result __result = _Result(); local
193 __result = __f(__op, __begin + __my_first);
231 __result = __r(__result, __f(__op, __current));
296 __output = __r(__output, __result);
  /frameworks/native/services/vr/performanced/
stdio_filebuf.h 120 int_type __result = __last_consumed_; local
125 return __result;
  /external/python/cpython3/Lib/test/test_asyncio/
test_futures.py 35 __result = None variable in class:DuckFuture
49 or self.__result is not None
56 return self.__result
65 self.__result = result
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 843 (__extension__ ({ register int __result = \
846 if (l > 0 && __result == 0) \
848 __result = (((__const unsigned char *) \
852 if (l > 1 && __result == 0) \
854 __result = \
859 if (l > 2 && __result == 0) \
860 __result = \
867 __result; }))
872 register int __result = \
875 if (l1 > 0 && __result == 0)
973 register size_t __result = 0; local
984 register size_t __result = 0; local
997 register size_t __result = 0; local
1049 register size_t __result = 0; local
1061 register size_t __result = 0; local
1073 register size_t __result = 0; local
1176 char *__result; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 843 (__extension__ ({ register int __result = \
846 if (l > 0 && __result == 0) \
848 __result = (((__const unsigned char *) \
852 if (l > 1 && __result == 0) \
854 __result = \
859 if (l > 2 && __result == 0) \
860 __result = \
867 __result; }))
872 register int __result = \
875 if (l1 > 0 && __result == 0)
973 register size_t __result = 0; local
984 register size_t __result = 0; local
997 register size_t __result = 0; local
1049 register size_t __result = 0; local
1061 register size_t __result = 0; local
1073 register size_t __result = 0; local
1176 char *__result; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algobase.h 302 __copy_m(_II __first, _II __last, _OI __result)
304 for (; __first != __last; ++__result, ++__first)
305 *__result = *__first;
306 return __result;
316 __copy_m(_II __first, _II __last, _OI __result)
318 for (; __first != __last; ++__result, ++__first)
319 *__result = std::move(*__first);
320 return __result;
330 __copy_m(_II __first, _II __last, _OI __result)
335 *__result = *__first
906 const int __result = __builtin_memcmp(__first1, __first2, local
    [all...]
stl_vector.h 1138 pointer __result = this->_M_allocate(__n); local
    [all...]
hashtable.h 1565 size_type __result = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 368 int __result = 0; local
379 ++__result;
382 return __sign * __result;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algobase.h 302 __copy_m(_II __first, _II __last, _OI __result)
304 for (; __first != __last; ++__result, ++__first)
305 *__result = *__first;
306 return __result;
316 __copy_m(_II __first, _II __last, _OI __result)
318 for (; __first != __last; ++__result, ++__first)
319 *__result = std::move(*__first);
320 return __result;
330 __copy_m(_II __first, _II __last, _OI __result)
335 *__result = *__first
906 const int __result = __builtin_memcmp(__first1, __first2, local
    [all...]
stl_vector.h 1138 pointer __result = this->_M_allocate(__n); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_trace.h 368 int __result = 0; local
379 ++__result;
382 return __sign * __result;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
hashtable.h 442 size_type __result = 0; local
444 __result += 1;
445 return __result;
549 size_type __result = 0; local
554 ++__result;
555 return __result;
    [all...]

Completed in 568 milliseconds

1 2