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

  /src/external/gpl3/gcc.old/dist/libgomp/
iter_ull.c 53 *pstart = ws->next_ull;
56 return ws->next_ull == ws->end_ull;
71 n = (ws->end_ull - ws->next_ull + ws->incr_ull - 1) / ws->incr_ull;
73 n = (ws->next_ull - ws->end_ull - ws->incr_ull - 1) / -ws->incr_ull;
96 s = s0 * ws->incr_ull + ws->next_ull;
97 e = e0 * ws->incr_ull + ws->next_ull;
112 n = (ws->end_ull - ws->next_ull + ws->incr_ull - 1) / ws->incr_ull;
114 n = (ws->next_ull - ws->end_ull - ws->incr_ull - 1) / -ws->incr_ull;
130 s = s0 * ws->incr_ull + ws->next_ull;
131 e = e0 * ws->incr_ull + ws->next_ull;
    [all...]
libgomp.h 373 unsigned long long next_ull; member in union:gomp_work_share::__anon11899
loop_ull.c 51 ws->next_ull = start;
  /src/external/gpl3/gcc/dist/libgomp/
iter_ull.c 53 *pstart = ws->next_ull;
56 return ws->next_ull == ws->end_ull;
71 n = (ws->end_ull - ws->next_ull + ws->incr_ull - 1) / ws->incr_ull;
73 n = (ws->next_ull - ws->end_ull - ws->incr_ull - 1) / -ws->incr_ull;
96 s = s0 * ws->incr_ull + ws->next_ull;
97 e = e0 * ws->incr_ull + ws->next_ull;
112 n = (ws->end_ull - ws->next_ull + ws->incr_ull - 1) / ws->incr_ull;
114 n = (ws->next_ull - ws->end_ull - ws->incr_ull - 1) / -ws->incr_ull;
130 s = s0 * ws->incr_ull + ws->next_ull;
131 e = e0 * ws->incr_ull + ws->next_ull;
    [all...]
libgomp.h 371 unsigned long long next_ull; member in union:gomp_work_share::__anon1878
loop_ull.c 51 ws->next_ull = start;

Completed in 30 milliseconds