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

/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_nmea.c237 /* tally stats, reset each poll cycle */
247 tally; member in struct:__anon4158
466 ZERO(up->tally);
841 up->tally.total++;
878 up->tally.filtered++;
905 up->tally.malformed++;
915 up->tally.filtered++;
994 up->tally.malformed++;
999 up->tally.malformed++;
1004 up->tally
[all...]
/freebsd-10.3-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.3-release/contrib/byacc/
H A Doutput.c22 static Value_t *tally; variable
485 tally[i] = shiftcount;
486 tally[nstates + i] = reducecount;
489 tally[2 * nstates + i] = conflictcount;
637 tally[symno] = count;
686 if (tally[i] > 0)
688 t = tally[i];
695 while (j >= 0 && (width[order[j]] == w) && (tally[order[j]] < t))
743 t = tally[i];
749 if (width[j] != w || tally[
[all...]
/freebsd-10.3-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 175 milliseconds