HomeSort by: relevance | last modified time | path
    Searched defs:__thread_right (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
partition.h 115 __thread_right, __thread_right_border; local
121 __thread_right = __n - 1;
123 __thread_right_border = __thread_right + 1;
147 if (__thread_right < __thread_right_border)
159 __thread_right =
162 __thread_right - (__chunk_size - 1);
167 while (__thread_left < __thread_right)
172 while (!__pred(__begin[__thread_right])
173 && __thread_right >= __thread_right_border)
174 --__thread_right;
    [all...]
partition.h 115 __thread_right, __thread_right_border; local
121 __thread_right = __n - 1;
123 __thread_right_border = __thread_right + 1;
147 if (__thread_right < __thread_right_border)
159 __thread_right =
162 __thread_right - (__chunk_size - 1);
167 while (__thread_left < __thread_right)
172 while (!__pred(__begin[__thread_right])
173 && __thread_right >= __thread_right_border)
174 --__thread_right;
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
partition.h 115 __thread_right, __thread_right_border; local
121 __thread_right = __n - 1;
123 __thread_right_border = __thread_right + 1;
147 if (__thread_right < __thread_right_border)
159 __thread_right =
162 __thread_right - (__chunk_size - 1);
167 while (__thread_left < __thread_right)
172 while (!__pred(__begin[__thread_right])
173 && __thread_right >= __thread_right_border)
174 --__thread_right;
    [all...]
partition.h 115 __thread_right, __thread_right_border; local
121 __thread_right = __n - 1;
123 __thread_right_border = __thread_right + 1;
147 if (__thread_right < __thread_right_border)
159 __thread_right =
162 __thread_right - (__chunk_size - 1);
167 while (__thread_left < __thread_right)
172 while (!__pred(__begin[__thread_right])
173 && __thread_right >= __thread_right_border)
174 --__thread_right;
    [all...]

Completed in 45 milliseconds