Home | History | Annotate | Download | only in parallel

Lines Matching defs:__block_size

230 	_DifferenceType __block_size =
233 (&__next_block_start, __block_size);
237 std::min<_DifferenceType>(__length, __start + __block_size);
269 _DifferenceType __block_size =
274 __block_size);
276 std::min<_DifferenceType>(__length, __start + __block_size);
352 _DifferenceType __block_size = __s.find_initial_block_size;
358 _DifferenceType __start = __iteration_start + __iam * __block_size;
361 + __block_size);
387 __iteration_start += __num_threads * __block_size;
390 __start = __iteration_start + __iam * __block_size;
392 __start + __block_size);