OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:refc
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/dwarf2/
frame-tailcall.c
35
structure is maintained by
REFC
decremented by dealloc_cache, all of them
44
int
refc
;
member in struct:tailcall_cache
97
cache->
refc
= 1;
111
gdb_assert (cache->
refc
> 0);
113
cache->
refc
++;
122
gdb_assert (cache->
refc
> 0);
124
if (!--cache->
refc
)
161
search.
refc
= 1;
expr.c
92
int
refc
= 0;
member in struct:piece_closure
119
c->
refc
= 1;
616
++c->
refc
;
625
--c->
refc
;
626
if (c->
refc
== 0)
/src/external/gpl3/gdb/dist/gdb/
gdb_bfd.c
112
int
refc
= 1;
member in struct:gdb_bfd_data
685
gdata->
refc
+= 1;
710
gdb_assert (gdata->
refc
>= 1);
712
gdata->
refc
-= 1;
713
if (gdata->
refc
> 0)
1200
uiout->field_signed ("refcount", gdata->
refc
);
opencl-lang.c
92
int
refc
;
member in struct:lval_closure
108
c->
refc
= 1;
230
++c->
refc
;
240
--c->
refc
;
242
if (c->
refc
== 0)
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame-tailcall.c
36
structure is maintained by
REFC
decremented by dealloc_cache, all of them
45
int
refc
;
member in struct:tailcall_cache
98
cache->
refc
= 1;
112
gdb_assert (cache->
refc
> 0);
114
cache->
refc
++;
123
gdb_assert (cache->
refc
> 0);
125
if (!--cache->
refc
)
162
search.
refc
= 1;
expr.c
92
int
refc
= 0;
member in struct:piece_closure
119
c->
refc
= 1;
616
++c->
refc
;
625
--c->
refc
;
626
if (c->
refc
== 0)
/src/external/gpl3/gdb.old/dist/gdb/
gdb_bfd.c
111
int
refc
= 1;
member in struct:gdb_bfd_data
674
gdata->
refc
+= 1;
700
gdb_assert (gdata->
refc
>= 1);
702
gdata->
refc
-= 1;
703
if (gdata->
refc
> 0)
1183
uiout->field_signed ("refcount", gdata->
refc
);
opencl-lang.c
92
int
refc
;
member in struct:lval_closure
108
c->
refc
= 1;
230
++c->
refc
;
240
--c->
refc
;
242
if (c->
refc
== 0)
/src/external/bsd/pcc/dist/pcc/mip/
optim2.c
258
int
refc
;
member in struct:dlnod
274
printf("%s(%p) %d
refc
%d ref %p\n", str[dl->op],
275
dl, dl->labno, dl->
refc
, dl->ref);
386
if (--p->
refc
<= 0) {
441
p->
refc
= 0;
443
p->
refc
= 1000; /* never remove */
463
lp->
refc
++;
468
if (p->op==LABEL && p->
refc
==0 && (lp = nonlab(p))->op)
563
if (tl->
refc
<=0)
590
rp->ref->
refc
++
[
all
...]
/src/external/bsd/am-utils/dist/amd/
amd.h
351
int
refc
; /* Reference count */
member in struct:mnt_map
Completed in 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026