OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:use_cnt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgomp/
target.c
263
long
use_cnt
;
member in struct:gomp_coalesce_buf
304
cbuf->
use_cnt
++;
310
if (cbuf->
use_cnt
== 1)
316
cbuf->
use_cnt
= 1;
952
cbuf.
use_cnt
= 0;
966
cbuf.
use_cnt
= 1 + (mapnum > 1);
1250
if (cbuf.
use_cnt
== 1)
/src/external/gpl3/gcc/dist/libgomp/
target.c
303
long
use_cnt
;
member in struct:gomp_coalesce_buf
342
cbuf->
use_cnt
++;
348
if (cbuf->
use_cnt
== 1)
354
cbuf->
use_cnt
= 1;
1010
cbuf.
use_cnt
= 0;
1024
cbuf.
use_cnt
= 1 + (mapnum > 1);
1310
if (cbuf.
use_cnt
== 1)
Completed in 17 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026