Home | History | Annotate | Download | only in parallel

Lines Matching refs:__counter

108 	_DifferenceType __counter = 0;
115 ++__counter;
120 ++__counter;
129 return __counter + (__b - __a) + (__d - __c);
182 _DifferenceType __counter = 0;
189 ++__counter;
197 return __counter + (__b - __a);
248 _DifferenceType __counter = 0;
260 ++__counter;
264 return __counter;
316 _DifferenceType __counter = 0;
329 ++__counter;
332 __counter += (__b - __a);
333 __counter += (__d - __c);
334 return __counter;