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

  /src/external/gpl3/gcc/dist/libgomp/
team.c 430 rest = (s + 1) * rest + thr->ts.place_partition_off;
433 p -= (p - thr->ts.place_partition_off) % (s + 1);
441 thr->ts.place_partition_off = p;
450 thr->ts.place_partition_off = p;
507 unsigned int place_partition_off = thr->ts.place_partition_off; local
519 if (p == (team->prev_ts.place_partition_off
521 p = team->prev_ts.place_partition_off;
539 if (p == (team->prev_ts.place_partition_off
541 p = team->prev_ts.place_partition_off;
    [all...]
libgomp.h 433 unsigned place_partition_off; member in struct:gomp_team_state
  /src/external/gpl3/gcc.old/dist/libgomp/
team.c 431 rest = (s + 1) * rest + thr->ts.place_partition_off;
434 p -= (p - thr->ts.place_partition_off) % (s + 1);
442 thr->ts.place_partition_off = p;
451 thr->ts.place_partition_off = p;
508 unsigned int place_partition_off = thr->ts.place_partition_off; local
520 if (p == (team->prev_ts.place_partition_off
522 p = team->prev_ts.place_partition_off;
540 if (p == (team->prev_ts.place_partition_off
542 p = team->prev_ts.place_partition_off;
    [all...]
libgomp.h 435 unsigned place_partition_off; member in struct:gomp_team_state

Completed in 36 milliseconds