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

/freebsd-11-stable/contrib/ntp/kernel/sys/
H A Dbsd_audioirig.h90 int ecount; /* count of elements this second */ member in struct:auib
/freebsd-11-stable/contrib/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);
/freebsd-11-stable/contrib/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...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c818 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr)
821 sr->epilogue_count = ecount + 1;
1019 * UNW_DEC_EPILOGUE(fmt,t,ecount,arg)
1384 unw_word t, ecount, label;
1389 ecount = unw_decode_uleb128 (&dp);
1390 UNW_DEC_EPILOGUE(B3, t, ecount, arg);
816 desc_epilogue(unw_word t, unw_word ecount, struct unw_state_record *sr) argument
1380 unw_word t, ecount, label; local

Completed in 156 milliseconds