Searched refs:__lengths (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/parallel/
H A Dlist_partition.h88 * @param __lengths Length of the resulting parts.
102 _IIter* __starts, size_t* __lengths, const int __num_parts,
158 __lengths[__i - 1] = __size_part * __range_length;
167 __lengths[__i - 1] = (__size_part+1) * __range_length;
173 __lengths[__num_parts - 1] -= (__dist_limit - __dist);
101 list_partition(const _IIter __begin, const _IIter __end, _IIter* __starts, size_t* __lengths, const int __num_parts, _FunctorType& __f, int __oversampling = 0) argument
H A Dset_operations.h373 _DifferenceType* __lengths; local
390 __lengths = new _DifferenceType[__num_threads];
427 __lengths[ __iam ] =
434 __lengths[ __iam ] =
448 __r += __lengths[__i];
461 __r += __lengths[ __i ];

Completed in 40 milliseconds