Searched refs:tcount (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/contrib/netbsd-tests/dev/sysmon/
H A Dt_swwdog.c48 static volatile sig_atomic_t tcount; variable
55 tcount++;
84 ATF_REQUIRE_EQ(tcount, max);
/freebsd-11.0-release/crypto/openssl/crypto/asn1/
H A Dtasn_fre.c118 if ((i >= 0) && (i < it->tcount)) {
159 tt = it->templates + it->tcount - 1;
160 for (i = 0; i < it->tcount; tt--, i++) {
H A Dtasn_dec.c312 if ((i >= 0) && (i < it->tcount)) {
324 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
343 if (i == it->tcount) {
399 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
412 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
439 if (i == (it->tcount - 1))
478 for (; i < it->tcount; tt++, i++) {
H A Dtasn_enc.c160 if ((i >= 0) && (i < it->tcount)) {
217 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
236 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
H A Dtasn_prn.c257 if ((i < 0) || (i >= it->tcount)) {
291 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
H A Dtasn_new.c186 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
H A Dasn1t.h569 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member in struct:ASN1_ITEM_st
/freebsd-11.0-release/sys/sparc64/sparc64/
H A Djbusppm.c115 u_long tcount, tstart, jcount, jstart; local
174 &tstart, &tcount) != 0) {
181 &rid, tstart, tstart + tcount - 1, tcount,
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_wwvb.c135 int tcount; /* timecode sample counter */ member in struct:wwvbunit
436 up->tcount++;
531 if (up->tcount == 0) {
536 up->pcount = up->tcount = 0;
H A Drefclock_irig.c254 int tcount; /* time constant counter */ member in struct:irigunit
646 up->tcount = 0;
766 up->tcount++;
767 if (up->tcount > 20 * up->tc) {
771 up->tcount = 0;
777 up->tcount = 0;
/freebsd-11.0-release/sys/kern/
H A Dkern_tc.c1704 u_int tcount, *pcount; local
1768 tcount = pps->capcount - pps->capth->th_offset_count;
1769 tcount &= pps->capth->th_counter->tc_counter_mask;
1771 bintime_addx(&bt, pps->capth->th_scale * tcount);
1793 *ffcount = pps->capffth->tick_ffcount + tcount;
1795 ffclock_convert_delta(tcount, pps->capffth->cest.period, &bt);
1811 tcount = pps->capcount - pps->ppscount[2];
1813 tcount &= pps->capth->th_counter->tc_counter_mask;
1819 bintime_addx(&bt, scale * tcount);
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c677 int error, i, insert_before, tcount; local
684 tcount = 0;
702 if (tcount > 0) {
724 tcount++;
730 if (tcount > 0) {
2141 uint32_t tcount; /* number of tables */ member in struct:dump_args
2190 uint32_t tcount; local
2197 if (da->tcount > 0) {
2203 ctlv->head.length = da->tcount * sizeof(ipfw_obj_ntlv) +
2205 ctlv->count = da->tcount;
[all...]
/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_low.c4017 int tcount; local
4019 tcount = 0;
4025 if (tcount ++ < SCSI_LOW_POLL_HZ / SCSI_LOW_TIMEOUT_HZ)
4028 tcount = 0;
/freebsd-11.0-release/contrib/binutils/bfd/
H A Delfxx-mips.c3104 unsigned int tcount = bfd2got->g->tls_gotno;
3112 if (tcount > 0)
3114 unsigned int primary_total = lcount + tcount + arg->global_count;
3121 if (! arg->primary && lcount + gcount + tcount <= maxcnt
3131 && (arg->primary_count + lcount + gcount + tcount) <= maxcnt)
3153 BFD_ASSERT (old_tcount + tcount >= arg->primary->tls_gotno);
3160 && arg->current_count + lcount + gcount + tcount <= maxcnt)
3179 BFD_ASSERT (old_tcount + tcount >= arg->current->tls_gotno);
3192 arg->current_count = lcount + gcount + 2 * tcount;
3090 unsigned int tcount = bfd2got->g->tls_gotno; local
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dremote.c3946 int tcount = 0;
4012 tcount++;
4013 if (tcount > 3)
3935 int tcount = 0; local

Completed in 293 milliseconds