Searched refs:TEAM_ARENA_SIZE (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/gcn/
H A Dteam.c64 void *team_arena = (kernargs[4] + TEAM_ARENA_SIZE*teamid);
70 *arena_end = team_arena + TEAM_ARENA_SIZE;
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/gcn/
H A Dteam.c64 void *team_arena = (kernargs[4] + TEAM_ARENA_SIZE*teamid);
70 *arena_end = team_arena + TEAM_ARENA_SIZE;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dlibgomp.h113 #define TEAM_ARENA_SIZE 64*1024 /* Must match the value in plugin-gcn.c. */ macro
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp.h116 #define TEAM_ARENA_SIZE 64*1024 /* Must match the value in plugin-gcn.c. */ macro
/netbsd-current/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c1744 const int TEAM_ARENA_SIZE = 64*1024; /* Must match libgomp.h. */ local
1747 TEAM_ARENA_SIZE*num_teams,
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-gcn.c1744 const int TEAM_ARENA_SIZE = 64*1024; /* Must match libgomp.h. */ local
1747 TEAM_ARENA_SIZE*num_teams,

Completed in 362 milliseconds