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

/freebsd-10.1-release/contrib/ntp/ntpd/
H A Drefclock_nmea.c237 /* tally stats, reset each poll cycle */
247 tally; member in struct:__anon146
466 ZERO(up->tally);
844 up->tally.total++;
881 up->tally.filtered++;
908 up->tally.malformed++;
918 up->tally.filtered++;
997 up->tally.malformed++;
1002 up->tally.malformed++;
1007 up->tally
[all...]
/freebsd-10.1-release/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm103 my @columns = qw(tally host refid st t when poll reach delay offset jitter);
115 $r->{remote} = $r->{tally} . $r->{host};
/freebsd-10.1-release/contrib/byacc/
H A Doutput.c22 static Value_t *tally; variable
448 tally[i] = shiftcount;
449 tally[nstates + i] = reducecount;
452 tally[2 * nstates + i] = conflictcount;
600 tally[symno] = count;
649 if (tally[i] > 0)
651 t = tally[i];
658 while (j >= 0 && (width[order[j]] == w) && (tally[order[j]] < t))
706 t = tally[i];
712 if (width[j] != w || tally[
[all...]
/freebsd-10.1-release/usr.bin/gprof/
H A Dgprof.h313 void tally(struct rawarc *);
H A Dgprof.c254 tally( &arc );
319 tally(struct rawarc *rawp) function
336 printf( "[tally] arc from %s to %s traversed %ld times\n" ,

Completed in 112 milliseconds