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

/freebsd-13-stable/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-13-stable/contrib/ntp/ntpd/
H A Drefclock_nmea.c256 /* tally stats, reset each poll cycle */
266 tally; member in struct:__anon5352
425 ZERO(up->tally);
702 up->tally.total++;
741 up->tally.filtered++;
768 up->tally.malformed++;
786 up->tally.filtered++;
881 up->tally.rejected++;
886 up->tally.malformed++;
891 up->tally
[all...]
/freebsd-13-stable/contrib/byacc/
H A Doutput.c22 static Value_t *tally; variable
547 tally[i] = shiftcount;
548 tally[nstates + i] = reducecount;
551 tally[2 * nstates + i] = conflictcount;
699 tally[symno] = count;
748 if (tally[i] > 0)
750 t = tally[i];
757 while (j >= 0 && (width[order[j]] == w) && (tally[order[j]] < t))
805 t = tally[i];
811 if (width[j] != w || tally[
[all...]
/freebsd-13-stable/usr.bin/gprof/
H A Dgprof.h308 void tally(struct rawarc *);
H A Dgprof.c256 tally( &arc );
321 tally(struct rawarc *rawp) function
338 printf( "[tally] arc from %s to %s traversed %ld times\n" ,

Completed in 35 milliseconds