HomeSort by: relevance | last modified time | path
    Searched refs:BAR_WAS_LAST (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/config/linux/
bar.c 37 if (__builtin_expect (state & BAR_WAS_LAST, 0))
70 if (state & BAR_WAS_LAST)
85 if (__builtin_expect (state & BAR_WAS_LAST, 0))
96 state &= ~BAR_WAS_LAST;
101 state += BAR_INCR - BAR_WAS_LAST;
134 if (__builtin_expect (state & BAR_WAS_LAST, 0))
145 if (__builtin_expect (state & BAR_WAS_LAST, 0))
160 state &= ~BAR_WAS_LAST;
164 state += BAR_INCR - BAR_WAS_LAST;
bar.h 51 #define BAR_WAS_LAST 1
99 ret |= BAR_WAS_LAST;
119 ret |= BAR_WAS_LAST;
126 return state & BAR_WAS_LAST;
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/
bar.c 37 if (__builtin_expect (state & BAR_WAS_LAST, 0))
70 if (state & BAR_WAS_LAST)
85 if (__builtin_expect (state & BAR_WAS_LAST, 0))
96 state &= ~BAR_WAS_LAST;
101 state += BAR_INCR - BAR_WAS_LAST;
134 if (__builtin_expect (state & BAR_WAS_LAST, 0))
145 if (__builtin_expect (state & BAR_WAS_LAST, 0))
160 state &= ~BAR_WAS_LAST;
164 state += BAR_INCR - BAR_WAS_LAST;
bar.h 51 #define BAR_WAS_LAST 1
99 ret |= BAR_WAS_LAST;
119 ret |= BAR_WAS_LAST;
126 return state & BAR_WAS_LAST;
  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
bar.c 39 if (__builtin_expect (state & BAR_WAS_LAST, 0))
84 if (__builtin_expect (state & BAR_WAS_LAST, 0))
95 state &= ~BAR_WAS_LAST;
100 state += BAR_INCR - BAR_WAS_LAST;
146 if (__builtin_expect (state & BAR_WAS_LAST, 0))
157 if (__builtin_expect (state & BAR_WAS_LAST, 0))
172 state &= ~BAR_WAS_LAST;
176 state += BAR_INCR - BAR_WAS_LAST;
bar.h 51 #define BAR_WAS_LAST 1
99 ret |= BAR_WAS_LAST;
119 ret |= BAR_WAS_LAST;
126 return state & BAR_WAS_LAST;
  /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
bar.c 39 if (__builtin_expect (state & BAR_WAS_LAST, 0))
84 if (__builtin_expect (state & BAR_WAS_LAST, 0))
95 state &= ~BAR_WAS_LAST;
100 state += BAR_INCR - BAR_WAS_LAST;
146 if (__builtin_expect (state & BAR_WAS_LAST, 0))
157 if (__builtin_expect (state & BAR_WAS_LAST, 0))
172 state &= ~BAR_WAS_LAST;
176 state += BAR_INCR - BAR_WAS_LAST;
bar.h 51 #define BAR_WAS_LAST 1
99 ret |= BAR_WAS_LAST;
119 ret |= BAR_WAS_LAST;
126 return state & BAR_WAS_LAST;
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
bar.h 49 #define BAR_WAS_LAST 1
103 ret |= BAR_WAS_LAST;
123 ret |= BAR_WAS_LAST;
130 return state & BAR_WAS_LAST;
bar.c 36 if (__builtin_expect (state & BAR_WAS_LAST, 0))
90 if (__builtin_expect (state & BAR_WAS_LAST, 0))
118 if (__builtin_expect (state & BAR_WAS_LAST, 0))
139 if (__builtin_expect (state & BAR_WAS_LAST, 0))
  /src/external/gpl3/gcc/dist/libgomp/config/posix/
bar.h 56 #define BAR_WAS_LAST 1
84 ret |= BAR_WAS_LAST;
97 ret |= BAR_WAS_LAST;
110 return state & BAR_WAS_LAST;
bar.c 77 if (state & BAR_WAS_LAST)
119 if (state & BAR_WAS_LAST)
135 bar->generation = state + BAR_INCR - BAR_WAS_LAST;
180 if (state & BAR_WAS_LAST)
197 bar->generation = state + BAR_INCR - BAR_WAS_LAST;
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
bar.h 51 #define BAR_WAS_LAST 1
101 ret |= BAR_WAS_LAST;
121 ret |= BAR_WAS_LAST;
128 return state & BAR_WAS_LAST;
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
bar.h 56 #define BAR_WAS_LAST 1
84 ret |= BAR_WAS_LAST;
97 ret |= BAR_WAS_LAST;
110 return state & BAR_WAS_LAST;
bar.c 77 if (state & BAR_WAS_LAST)
119 if (state & BAR_WAS_LAST)
135 bar->generation = state + BAR_INCR - BAR_WAS_LAST;
180 if (state & BAR_WAS_LAST)
197 bar->generation = state + BAR_INCR - BAR_WAS_LAST;
  /src/external/gpl3/gcc/dist/libgomp/config/rtems/
bar.h 52 #define BAR_WAS_LAST 1
101 ret |= BAR_WAS_LAST;
121 ret |= BAR_WAS_LAST;
128 return state & BAR_WAS_LAST;
  /src/external/gpl3/gcc.old/dist/libgomp/config/rtems/
bar.h 52 #define BAR_WAS_LAST 1
101 ret |= BAR_WAS_LAST;
121 ret |= BAR_WAS_LAST;
128 return state & BAR_WAS_LAST;

Completed in 28 milliseconds