OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_ull
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgomp/
iter_ull.c
53
*pstart = ws->
next_ull
;
56
return ws->
next_ull
== ws->end_ull;
71
n = (ws->end_ull - ws->
next_ull
+ ws->incr_ull - 1) / ws->incr_ull;
73
n = (ws->
next_ull
- ws->end_ull - ws->incr_ull - 1) / -ws->incr_ull;
96
s = s0 * ws->incr_ull + ws->
next_ull
;
97
e = e0 * ws->incr_ull + ws->
next_ull
;
112
n = (ws->end_ull - ws->
next_ull
+ ws->incr_ull - 1) / ws->incr_ull;
114
n = (ws->
next_ull
- ws->end_ull - ws->incr_ull - 1) / -ws->incr_ull;
130
s = s0 * ws->incr_ull + ws->
next_ull
;
131
e = e0 * ws->incr_ull + ws->
next_ull
;
[
all
...]
libgomp.h
373
unsigned long long
next_ull
;
member in union:gomp_work_share::__anon11899
loop_ull.c
51
ws->
next_ull
= start;
/src/external/gpl3/gcc/dist/libgomp/
iter_ull.c
53
*pstart = ws->
next_ull
;
56
return ws->
next_ull
== ws->end_ull;
71
n = (ws->end_ull - ws->
next_ull
+ ws->incr_ull - 1) / ws->incr_ull;
73
n = (ws->
next_ull
- ws->end_ull - ws->incr_ull - 1) / -ws->incr_ull;
96
s = s0 * ws->incr_ull + ws->
next_ull
;
97
e = e0 * ws->incr_ull + ws->
next_ull
;
112
n = (ws->end_ull - ws->
next_ull
+ ws->incr_ull - 1) / ws->incr_ull;
114
n = (ws->
next_ull
- ws->end_ull - ws->incr_ull - 1) / -ws->incr_ull;
130
s = s0 * ws->incr_ull + ws->
next_ull
;
131
e = e0 * ws->incr_ull + ws->
next_ull
;
[
all
...]
libgomp.h
371
unsigned long long
next_ull
;
member in union:gomp_work_share::__anon1878
loop_ull.c
51
ws->
next_ull
= start;
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026