OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REFCOUNT_STRUCTELEM
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgomp/
libgomp.h
1074
All such key refounts have
REFCOUNT_STRUCTELEM
bits set, with _FLAG_FIRST
1076
#define
REFCOUNT_STRUCTELEM
(REFCOUNT_SPECIAL | 4)
1078
(((V) &
REFCOUNT_STRUCTELEM
) ==
REFCOUNT_STRUCTELEM
)
target.c
1527
k->refcount =
REFCOUNT_STRUCTELEM
;
/src/external/gpl3/gcc/dist/libgomp/
libgomp.h
1170
All such key refounts have
REFCOUNT_STRUCTELEM
bits set, with _FLAG_FIRST
1172
#define
REFCOUNT_STRUCTELEM
(REFCOUNT_SPECIAL | 4)
1174
(((V) &
REFCOUNT_STRUCTELEM
) ==
REFCOUNT_STRUCTELEM
)
target.c
1617
assert ((n->refcount &
REFCOUNT_STRUCTELEM
) != 0);
1665
k->refcount =
REFCOUNT_STRUCTELEM
;
Completed in 57 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026