HomeSort by relevance Sort by last modified time
    Searched full:__lengths (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
list_partition.h 88 * @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);
set_operations.h 373 _DifferenceType* __lengths; local
390 __lengths = new _DifferenceType[__num_threads];
427 __lengths[ __iam ] =
434 __lengths[ __iam ] =
448 __r += __lengths[__i];
461 __r += __lengths[ __i ];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
list_partition.h 88 * @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);
set_operations.h 373 _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 258 milliseconds