| /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.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/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/ |
| 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/ |
| mapc.c | 55 #define mapc_dup(m) ((m)->refc++, (m)) 741 m->refc = 1; 842 if (m && --m->refc == 0) {
|
| amq_subr.c | 578 if (!xdr_int(xdrs, &m->refc)) {
|
| amd.h | 351 int refc; /* Reference count */ member in struct:mnt_map
|
| /src/external/bsd/ntp/dist/ntpdc/ |
| ntpdc_ops.c | 45 static void doconfig (struct parse *pcmd, FILE *fp, int mode, int refc); 1324 int refc 1351 if (refc) 1367 else if (!refc && STREQ(pcmd->argval[items].string, "keyid")) 1369 else if (!refc && STREQ(pcmd->argval[items].string, "version"))
|