Home | History | Annotate | Download | only in parallel

Lines Matching refs:difference_type

58     typedef typename traits_type::difference_type difference_type;
60 difference_type size = last - first;
66 difference_type *counter;
67 difference_type *borders;
76 borders = new difference_type[num_threads + 2];
78 counter = new difference_type[num_threads + 1];
83 difference_type begin, end;
87 difference_type i = 0;
121 difference_type begin_output;
165 difference_type end_output = 0;