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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
partition.h 115 __thread_right, __thread_right_border; local
123 __thread_right_border = __thread_right + 1;
147 if (__thread_right < __thread_right_border)
161 __thread_right_border =
173 && __thread_right >= __thread_right_border)
177 || __thread_right < __thread_right_border)
192 if (__thread_right >= __thread_right_border)
213 // <=> __thread_right_border - (__chunk_size - 1) <= __rightnew
214 if (__thread_right >= __thread_right_border
215 && __thread_right_border <= __rightnew
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
partition.h 115 __thread_right, __thread_right_border; local
123 __thread_right_border = __thread_right + 1;
147 if (__thread_right < __thread_right_border)
161 __thread_right_border =
173 && __thread_right >= __thread_right_border)
177 || __thread_right < __thread_right_border)
192 if (__thread_right >= __thread_right_border)
213 // <=> __thread_right_border - (__chunk_size - 1) <= __rightnew
214 if (__thread_right >= __thread_right_border
215 && __thread_right_border <= __rightnew
    [all...]

Completed in 24 milliseconds