OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEAM_ARENA_SIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
team.c
64
void *team_arena = (kernargs[4] +
TEAM_ARENA_SIZE
*teamid);
70
*arena_end = team_arena +
TEAM_ARENA_SIZE
;
/src/external/gpl3/gcc.old/dist/libgomp/
libgomp.h
116
#define
TEAM_ARENA_SIZE
64*1024 /* Must match the value in plugin-gcn.c. */
/src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c
1744
const int
TEAM_ARENA_SIZE
= 64*1024; /* Must match libgomp.h. */
1747
TEAM_ARENA_SIZE
*num_teams,
Completed in 27 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026