Searched refs:ecount (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c++/
H A Dctor-4.C10 static int ecount; member in struct:B
24 int B::ecount; member in class:B
51 ecount++;
85 assert (B::ecount == 1);
/haiku-buildtools/legacy/gcc/gcc/
H A Ddoschk.c241 int ecount, i, first, first_err; local
243 for (ecount=0, ent=eroot; ent; ent=ent->next, ecount++);
244 elist = (ENT **)malloc (sizeof (ENT *) * ecount);
245 for (ecount=0, ent=eroot; ent; ent=ent->next, ecount++)
246 elist[ecount] = ent;
248 qsort (elist, ecount, sizeof (ENT *), compare_ent_dosname);
252 for (i=0; i<ecount-1; i++)
277 qsort (elist, ecount, sizeo
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dunwind-ia64.c467 #define UNW_DEC_EPILOGUE(fmt, t, ecount, arg) \
468 printf ("\t%s:epilogue(t=%lu,ecount=%lu)\n", \
469 fmt, (unsigned long) t, (unsigned long) ecount)
502 * UNW_DEC_EPILOGUE(fmt,t,ecount,arg)
1009 unw_word t, ecount, label; local
1014 ecount = unw_decode_uleb128 (&dp);
1015 UNW_DEC_EPILOGUE ("B3", t, ecount, arg);
/haiku-buildtools/binutils/binutils/
H A Dunwind-ia64.c478 #define UNW_DEC_EPILOGUE(fmt, t, ecount, arg) \
479 printf ("\t%s:epilogue(t=%lu,ecount=%lu)\n", \
480 fmt, (unsigned long) t, (unsigned long) ecount)
513 * UNW_DEC_EPILOGUE(fmt,t,ecount,arg)
1000 unw_word t, ecount, label; local
1005 ecount = unw_decode_uleb128 (&dp);
1006 UNW_DEC_EPILOGUE ("B3", t, ecount, arg);
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-ia64.h276 unsigned short ecount; member in struct:unw_b_record
H A Dtc-ia64.c1617 output_B2_format (f, ecount, t)
1619 unsigned long ecount;
1624 if (ecount > 0x1f)
1626 output_B3_format (f, ecount, t);
1629 bytes[0] = (UNW_B2 | (ecount & 0x1f));
1635 output_B3_format (f, ecount, t)
1637 unsigned long ecount;
1642 if (ecount <= 0x1f)
1644 output_B2_format (f, ecount, t);
1649 count += output_leb128 (bytes + count, ecount,
2455 output_epilogue(unsigned long ecount) argument
3605 unsigned long ecount; /* # of _additional_ regions to pop */ local
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-ia64.h282 unsigned short ecount; member in struct:unw_b_record
H A Dtc-ia64.c1541 output_B2_format (vbyte_func f, unsigned long ecount, unsigned long t) argument
1545 if (ecount > 0x1f)
1547 output_B3_format (f, ecount, t);
1550 bytes[0] = (UNW_B2 | (ecount & 0x1f));
1556 output_B3_format (vbyte_func f, unsigned long ecount, unsigned long t) argument
1560 if (ecount <= 0x1f)
1562 output_B2_format (f, ecount, t);
1567 count += output_leb128 (bytes + count, ecount, 0);
2325 output_epilogue (unsigned long ecount) argument
2328 ptr->r.record.b.ecount
3452 unsigned long ecount; /* # of _additional_ regions to pop */ local
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dunwind-ok.d37 [[:space:]]*B2:epilogue\(t=4,ecount=0\)
121 [[:space:]]*B3:epilogue\(t=4,ecount=32\)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dunwind-ok.d37 [[:space:]]*B2:epilogue\(t=4,ecount=0\)
121 [[:space:]]*B3:epilogue\(t=4,ecount=32\)
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dunwind-ia64.c814 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr)
817 sr->epilogue_count = ecount + 1;
1015 * UNW_DEC_EPILOGUE(fmt,t,ecount,arg)
1380 unw_word t, ecount, label;
1385 ecount = unw_decode_uleb128 (&dp);
1386 UNW_DEC_EPILOGUE(B3, t, ecount, arg);
812 desc_epilogue(unw_word t, unw_word ecount, struct unw_state_record *sr) argument
1376 unw_word t, ecount, label; local
/haiku-buildtools/gcc/gcc/
H A Ddf-scan.c359 int ecount = 0;
404 ecount += DF_REG_EQ_USE_COUNT (i);
421 dcount + ucount + ecount, dcount, ucount, ecount,
358 int ecount = 0; local
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc3898 size_t ecount; local
3899 mpz_export(phwi, &ecount, -1, sizeof(HOST_WIDE_INT), 0, 0, uval);
3900 go_assert(ecount <= count);

Completed in 348 milliseconds