OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ASYNC_QUEUE_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c
71
#define
ASYNC_QUEUE_SIZE
64
336
struct queue_entry queue[
ASYNC_QUEUE_SIZE
];
2798
%
ASYNC_QUEUE_SIZE
);
2848
%
ASYNC_QUEUE_SIZE
);
2861
if (aq->queue_n ==
ASYNC_QUEUE_SIZE
)
2864
while (aq->queue_n ==
ASYNC_QUEUE_SIZE
)
2884
%
ASYNC_QUEUE_SIZE
);
2917
%
ASYNC_QUEUE_SIZE
);
2949
int queue_last = ((aq->queue_first + aq->queue_n) %
ASYNC_QUEUE_SIZE
);
2980
int queue_last = ((aq->queue_first + aq->queue_n) %
ASYNC_QUEUE_SIZE
);
[
all
...]
/src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c
70
#define
ASYNC_QUEUE_SIZE
64
352
struct queue_entry queue[
ASYNC_QUEUE_SIZE
];
2641
%
ASYNC_QUEUE_SIZE
);
2691
%
ASYNC_QUEUE_SIZE
);
2704
if (aq->queue_n ==
ASYNC_QUEUE_SIZE
)
2707
while (aq->queue_n ==
ASYNC_QUEUE_SIZE
)
2727
%
ASYNC_QUEUE_SIZE
);
2760
%
ASYNC_QUEUE_SIZE
);
2792
int queue_last = ((aq->queue_first + aq->queue_n) %
ASYNC_QUEUE_SIZE
);
2823
int queue_last = ((aq->queue_first + aq->queue_n) %
ASYNC_QUEUE_SIZE
);
[
all
...]
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026