HomeSort by relevance Sort by last modified time
    Searched defs:__length (Results 1 - 19 of 19) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
omp_loop.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f._M_finish_iterator = __begin + __length;
omp_loop_static.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f.finish_iterator = __begin + __length;
par_loop.h 74 const _DifferenceType __length = __end - __begin; local
79 (__get_max_threads(), __length);
97 __start = __equally_split_point(__length, __num_threads, __iam),
98 __stop = __equally_split_point(__length, __num_threads, __iam + 1);
128 __f._M_finish_iterator = __begin + __length;
find.h 107 _DifferenceType __length = __end1 - __begin1; local
108 _DifferenceType __result = __length;
121 __equally_split(__length, __num_threads, __borders);
197 _DifferenceType __length = __end1 - __begin1; local
201 (__length, __s.find_sequential_search_size);
214 _DifferenceType __result = __length;
237 std::min<_DifferenceType>(__length, __start + __block_size);
241 while (__start < __length)
264 __length);
276 std::min<_DifferenceType>(__length, __start + __block_size)
326 _DifferenceType __length = __end1 - __begin1; local
    [all...]
workstealing.h 117 _DifferenceType __length = (__bound < 0) ? (__end - __begin) : __bound; local
136 (1, __gnu_parallel::min<_DifferenceType>(__length,
181 (__iam * (__length / __num_threads));
184 ? (__length - 1)
185 : ((__iam + 1) * (__length / __num_threads) - 1));
304 __f._M_finish_iterator = __begin + __length;
multiway_merge.h 230 * @param __length Maximum length to merge, less equal than the
244 _DifferenceTp __length, _Compare __comp)
246 _GLIBCXX_CALL(__length);
256 if (__length == 0)
260 _DifferenceTp __orig_length = __length;
294 --__length; \
296 if (__length == 0) goto __finish; \
349 * @param __length Maximum length to merge, less equal than the
363 _DifferenceTp __length, _Compare __comp)
365 _GLIBCXX_CALL(__length);
1331 _DifferenceTp __length = _GLIBCXX_PARALLEL_LENGTH(*__raii); local
    [all...]
random_shuffle.h 134 _DifferenceType __length = (__sd->_M_starts[__iam + 1] local
136 _BinIndex* __oracles = new _BinIndex[__length];
149 for (_DifferenceType __i = 0; __i < __length; ++__i)
206 for (_DifferenceType __i = 0; __i < __length; ++__i)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
omp_loop.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f._M_finish_iterator = __begin + __length;
omp_loop_static.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f.finish_iterator = __begin + __length;
par_loop.h 74 const _DifferenceType __length = __end - __begin; local
79 (__get_max_threads(), __length);
97 __start = __equally_split_point(__length, __num_threads, __iam),
98 __stop = __equally_split_point(__length, __num_threads, __iam + 1);
128 __f._M_finish_iterator = __begin + __length;
find.h 107 _DifferenceType __length = __end1 - __begin1; local
108 _DifferenceType __result = __length;
121 __equally_split(__length, __num_threads, __borders);
197 _DifferenceType __length = __end1 - __begin1; local
201 (__length, __s.find_sequential_search_size);
214 _DifferenceType __result = __length;
237 std::min<_DifferenceType>(__length, __start + __block_size);
241 while (__start < __length)
264 __length);
276 std::min<_DifferenceType>(__length, __start + __block_size)
326 _DifferenceType __length = __end1 - __begin1; local
    [all...]
workstealing.h 117 _DifferenceType __length = (__bound < 0) ? (__end - __begin) : __bound; local
136 (1, __gnu_parallel::min<_DifferenceType>(__length,
181 (__iam * (__length / __num_threads));
184 ? (__length - 1)
185 : ((__iam + 1) * (__length / __num_threads) - 1));
304 __f._M_finish_iterator = __begin + __length;
multiway_merge.h 230 * @param __length Maximum length to merge, less equal than the
244 _DifferenceTp __length, _Compare __comp)
246 _GLIBCXX_CALL(__length);
256 if (__length == 0)
260 _DifferenceTp __orig_length = __length;
294 --__length; \
296 if (__length == 0) goto __finish; \
349 * @param __length Maximum length to merge, less equal than the
363 _DifferenceTp __length, _Compare __comp)
365 _GLIBCXX_CALL(__length);
1331 _DifferenceTp __length = _GLIBCXX_PARALLEL_LENGTH(*__raii); local
    [all...]
random_shuffle.h 134 _DifferenceType __length = (__sd->_M_starts[__iam + 1] local
136 _BinIndex* __oracles = new _BinIndex[__length];
149 for (_DifferenceType __i = 0; __i < __length; ++__i)
206 for (_DifferenceType __i = 0; __i < __length; ++__i)
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h 438 : Size(__length<T...>::value) {}
442 template <typename T, typename... U> struct __length { struct in class:Ice::X8632::TargetX8632Traits::SizeOf
443 static constexpr std::size_t value = 1 + __length<U...>::value;
446 template <typename T> struct __length<T> { struct in class:Ice::X8632::TargetX8632Traits::SizeOf
    [all...]
IceTargetLoweringARM32.cpp 91 : Size(__length<T...>::value) {}
95 template <typename T, typename... U> struct __length { struct in class:Ice::ARM32::__anon36828::SizeOf
96 static constexpr std::size_t value = 1 + __length<U...>::value;
99 template <typename T> struct __length<T> { struct in class:Ice::ARM32::__anon36828::SizeOf
    [all...]
  /external/annotation-tools/asmx/test/lib/
jakarta-oro-2.0.8.jar 
  /external/guice/extensions/persist/lib/
oro-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/oro/oro/2.0.8/
oro-2.0.8.jar 

Completed in 563 milliseconds