Home | History | Annotate | Download | only in parallel

Lines Matching refs:difference_type

93 			      <InputIterator>::difference_type n)
97 typedef typename traits_type::difference_type difference_type;
103 std::min<difference_type>(get_max_threads(), n - 1);
112 difference_type* borders;
123 borders = new difference_type[num_threads + 2];
129 difference_type chunk_length =
203 typedef typename traits_type::difference_type difference_type;
205 difference_type n = end - begin;