OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:task_step
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgomp/
taskloop.c
99
TYPE
task_step
= step;
local
117
task_step
= (TYPE) grainsize * step;
123
task_step
= nfirst_task_step;
131
task_step
= end - start;
140
task_step
= (TYPE) grainsize * step;
143
nfirst_task_step =
task_step
;
144
task_step
+= step;
152
task_step
= (TYPE) div * step;
155
nfirst_task_step =
task_step
;
156
task_step
+= step
[
all
...]
/src/external/gpl3/gcc.old/dist/libgomp/
taskloop.c
99
TYPE
task_step
= step;
local
117
task_step
= (TYPE) grainsize * step;
123
task_step
= nfirst_task_step;
131
task_step
= end - start;
140
task_step
= (TYPE) grainsize * step;
143
nfirst_task_step =
task_step
;
144
task_step
+= step;
152
task_step
= (TYPE) div * step;
155
nfirst_task_step =
task_step
;
156
task_step
+= step
[
all
...]
Completed in 19 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026