Searched refs:_START (Results 1 – 3 of 3) sorted by relevance
49 /* NOTE: Do not change the order of BUILT_IN_GOMP_LOOP_*_START. They104 /* NOTE: Do not change the order of BUILT_IN_GOMP_PARALLEL_LOOP_*_START.
224 #define _START "_start" macro
284 #define GET_Q_NEXT(_START, _STEP, _END) \ argument285 (((_START) + (_STEP)) < (_END) ? ((_START) + (_STEP)) \286 : (((_START) + (_STEP)) - (_END)))