HomeSort by relevance Sort by last modified time
    Searched full:__begin (Results 51 - 75 of 256) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
omp_loop_static.h 46 * @param __begin Begin iterator of element sequence.
66 __for_each_template_random_access_omp_loop_static(_RAIter __begin,
76 _DifferenceType __length = __end - __begin;
98 __f(__o, __begin+__pos));
108 __f.finish_iterator = __begin + __length;
random_shuffle.h 226 _ValueType* __begin = local
233 __sequential_random_shuffle(__begin, __end, __rng);
234 std::copy(__begin, __end, __sd->_M_source + __global_offset
257 * @param __begin Begin iterator of sequence.
265 __parallel_random_shuffle_drs(_RAIter __begin, _RAIter __end,
334 __sequential_random_shuffle(__begin, __end, __derived_rng);
338 _DRandomShufflingGlobalData<_RAIter> __sd(__begin);
404 * @param __begin Begin iterator of sequence.
410 __sequential_random_shuffle(_RAIter __begin, _RAIter __end,
417 _DifferenceType __n = __end - __begin;
    [all...]
list_partition.h 83 * @param __begin Begin iterator of input sequence.
93 * \sqrt{\mathrm{__end} - \mathrm{__begin}}
101 list_partition(const _IIter __begin, const _IIter __end,
116 __os_starts[0] = __begin;
117 _IIter __prev = __begin, __it = __begin;
workstealing.h 79 * @param __begin Begin iterator of element sequence.
99 __for_each_template_random_access_workstealing(_RAIter __begin,
106 _GLIBCXX_CALL(__end - __begin)
117 _DifferenceType __length = (__bound < 0) ? (__end - __begin) : __bound;
193 __result = __f(__op, __begin + __my_first);
227 __current = __begin + __current_job;
304 __f._M_finish_iterator = __begin + __length;
multiway_mergesort.h 70 /** @brief Input __begin. */
254 void operator()(const _RAIter& __begin,
256 { __gnu_sequential::stable_sort(__begin, __end, __comp); }
262 void operator()(const _RAIter __begin,
264 { __gnu_sequential::sort(__begin, __end, __comp); }
350 // Offset from __target __begin, __length after merging.
387 * @param __begin Begin iterator of sequence.
395 parallel_sort_mwms(_RAIter __begin, _RAIter __end,
399 _GLIBCXX_CALL(__end - __begin)
405 _DifferenceType __n = __end - __begin;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
omp_loop.h 47 * @param __begin Begin iterator of element sequence.
67 __for_each_template_random_access_omp_loop(_RAIter __begin, _RAIter __end,
76 _DifferenceType __length = __end - __begin;
98 __f(__o, __begin+__pos));
108 __f._M_finish_iterator = __begin + __length;
omp_loop_static.h 46 * @param __begin Begin iterator of element sequence.
66 __for_each_template_random_access_omp_loop_static(_RAIter __begin,
76 _DifferenceType __length = __end - __begin;
98 __f(__o, __begin+__pos));
108 __f.finish_iterator = __begin + __length;
random_shuffle.h 226 _ValueType* __begin = local
233 __sequential_random_shuffle(__begin, __end, __rng);
234 std::copy(__begin, __end, __sd->_M_source + __global_offset
257 * @param __begin Begin iterator of sequence.
265 __parallel_random_shuffle_drs(_RAIter __begin, _RAIter __end,
334 __sequential_random_shuffle(__begin, __end, __derived_rng);
338 _DRandomShufflingGlobalData<_RAIter> __sd(__begin);
404 * @param __begin Begin iterator of sequence.
410 __sequential_random_shuffle(_RAIter __begin, _RAIter __end,
417 _DifferenceType __n = __end - __begin;
    [all...]
list_partition.h 83 * @param __begin Begin iterator of input sequence.
93 * \sqrt{\mathrm{__end} - \mathrm{__begin}}
101 list_partition(const _IIter __begin, const _IIter __end,
116 __os_starts[0] = __begin;
117 _IIter __prev = __begin, __it = __begin;
workstealing.h 79 * @param __begin Begin iterator of element sequence.
99 __for_each_template_random_access_workstealing(_RAIter __begin,
106 _GLIBCXX_CALL(__end - __begin)
117 _DifferenceType __length = (__bound < 0) ? (__end - __begin) : __bound;
193 __result = __f(__op, __begin + __my_first);
227 __current = __begin + __current_job;
304 __f._M_finish_iterator = __begin + __length;
multiway_mergesort.h 70 /** @brief Input __begin. */
254 void operator()(const _RAIter& __begin,
256 { __gnu_sequential::stable_sort(__begin, __end, __comp); }
262 void operator()(const _RAIter __begin,
264 { __gnu_sequential::sort(__begin, __end, __comp); }
350 // Offset from __target __begin, __length after merging.
387 * @param __begin Begin iterator of sequence.
395 parallel_sort_mwms(_RAIter __begin, _RAIter __end,
399 _GLIBCXX_CALL(__end - __begin)
405 _DifferenceType __n = __end - __begin;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
random_shuffle.h 226 _ValueType* __begin = local
233 __sequential_random_shuffle(__begin, __end, __rng);
234 std::copy(__begin, __end, __sd->_M_source + __global_offset
257 * @param __begin Begin iterator of sequence.
265 __parallel_random_shuffle_drs(_RAIter __begin, _RAIter __end,
334 __sequential_random_shuffle(__begin, __end, __derived_rng);
338 _DRandomShufflingGlobalData<_RAIter> __sd(__begin);
404 * @param __begin Begin iterator of sequence.
410 __sequential_random_shuffle(_RAIter __begin, _RAIter __end,
417 _DifferenceType __n = __end - __begin;
    [all...]
list_partition.h 83 * @param __begin Begin iterator of input sequence.
93 * \sqrt{\mathrm{__end} - \mathrm{__begin}}
101 list_partition(const _IIter __begin, const _IIter __end,
116 __os_starts[0] = __begin;
117 _IIter __prev = __begin, __it = __begin;
workstealing.h 79 * @param __begin Begin iterator of element sequence.
99 __for_each_template_random_access_workstealing(_RAIter __begin,
106 _GLIBCXX_CALL(__end - __begin)
117 _DifferenceType __length = (__bound < 0) ? (__end - __begin) : __bound;
193 __result = __f(__op, __begin + __my_first);
227 __current = __begin + __current_job;
304 __f._M_finish_iterator = __begin + __length;
multiway_mergesort.h 70 /** @brief Input __begin. */
254 void operator()(const _RAIter& __begin,
256 { __gnu_sequential::stable_sort(__begin, __end, __comp); }
262 void operator()(const _RAIter __begin,
264 { __gnu_sequential::sort(__begin, __end, __comp); }
350 // Offset from __target __begin, __length after merging.
387 * @param __begin Begin iterator of sequence.
395 parallel_sort_mwms(_RAIter __begin, _RAIter __end,
399 _GLIBCXX_CALL(__end - __begin)
405 _DifferenceType __n = __end - __begin;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
random_shuffle.h 226 _ValueType* __begin = local
233 __sequential_random_shuffle(__begin, __end, __rng);
234 std::copy(__begin, __end, __sd->_M_source + __global_offset
257 * @param __begin Begin iterator of sequence.
265 __parallel_random_shuffle_drs(_RAIter __begin, _RAIter __end,
334 __sequential_random_shuffle(__begin, __end, __derived_rng);
338 _DRandomShufflingGlobalData<_RAIter> __sd(__begin);
404 * @param __begin Begin iterator of sequence.
410 __sequential_random_shuffle(_RAIter __begin, _RAIter __end,
417 _DifferenceType __n = __end - __begin;
    [all...]
list_partition.h 83 * @param __begin Begin iterator of input sequence.
93 * \sqrt{\mathrm{__end} - \mathrm{__begin}}
101 list_partition(const _IIter __begin, const _IIter __end,
116 __os_starts[0] = __begin;
117 _IIter __prev = __begin, __it = __begin;
workstealing.h 79 * @param __begin Begin iterator of element sequence.
99 __for_each_template_random_access_workstealing(_RAIter __begin,
106 _GLIBCXX_CALL(__end - __begin)
117 _DifferenceType __length = (__bound < 0) ? (__end - __begin) : __bound;
193 __result = __f(__op, __begin + __my_first);
227 __current = __begin + __current_job;
304 __f._M_finish_iterator = __begin + __length;
multiway_mergesort.h 70 /** @brief Input __begin. */
254 void operator()(const _RAIter& __begin,
256 { __gnu_sequential::stable_sort(__begin, __end, __comp); }
262 void operator()(const _RAIter __begin,
264 { __gnu_sequential::sort(__begin, __end, __comp); }
350 // Offset from __target __begin, __length after merging.
387 * @param __begin Begin iterator of sequence.
395 parallel_sort_mwms(_RAIter __begin, _RAIter __end,
399 _GLIBCXX_CALL(__end - __begin)
405 _DifferenceType __n = __end - __begin;
    [all...]
  /external/llvm/test/Transforms/GCOVProfiling/
linezero.ll 20 %__begin = alloca i8*, align 8
29 call void @llvm.dbg.declare(metadata !{i8** %__begin}, metadata !32), !dbg !30
32 store i8* %call, i8** %__begin, align 8, !dbg !31
40 %3 = load i8** %__begin, align 8, !dbg !34
47 %5 = load i8** %__begin, align 8, !dbg !38
53 %7 = load i8** %__begin, align 8, !dbg !40
55 store i8* %incdec.ptr, i8** %__begin, align 8, !dbg !40
130 !32 = metadata !{i32 786688, metadata !28, metadata !"__begin", null, i32 0, metadata !10, i32 64, i32 0} ; [ DW_TAG_auto_variable ] [__begin] [line 0]
  /external/clang/test/CodeGenCXX/
for-range-temporaries.cpp 84 for (auto __begin = begin(__range), __end = end(__range);
85 __begin != __end; ++__begin) {
86 I i = *__begin;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/debug/
safe_iterator.tcc 49 const_iterator __begin = _M_get_sequence()->_M_base().begin();
51 this->_M_get_distance(__begin, base());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
safe_iterator.tcc 48 const_iterator __begin = _M_get_sequence()->_M_base().begin();
50 __get_distance(__begin, base());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
safe_iterator.tcc 48 const_iterator __begin = _M_get_sequence()->_M_base().begin();
50 __get_distance(__begin, base());
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.tcc 48 const_iterator __begin =
51 this->_M_get_distance(__begin, *this);

Completed in 494 milliseconds

1 23 4 5 6 7 8 91011