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

/netbsd-current/external/bsd/ntp/dist/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};
/netbsd-current/external/bsd/ipf/dist/perl/
H A DIpfanaly.pl356 print " a tally of how many times packets from a particular port on that host\n";
537 %tally=();
560 # and tally these as they may be a port attack
590 # want tally(srcport) counter to be increased by 1
591 $value3=$tally{$srcportnam};
593 $tally{$srcportnam}=$value3;
606 while(($key,$value)=each %tally)
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_nmea.c258 /* tally stats, reset each poll cycle */
268 tally; member in struct:__anon11
427 ZERO(up->tally);
704 up->tally.total++;
743 up->tally.filtered++;
770 up->tally.malformed++;
788 up->tally.filtered++;
883 up->tally.rejected++;
888 up->tally.malformed++;
893 up->tally
[all...]
/netbsd-current/games/adventure/
H A Dinit.c107 int maxtrs, tally, tally2; /* treasure values */ variable
176 tally = 0;
182 tally -= prop[i];
H A Dhdr.h132 extern int maxtrs, tally, tally2; /* treasure values */
H A Dmain.c142 tally--;
143 if (tally == tally2 && tally != 0)
187 if (tally == 0 && loc >= 15 && loc != 33)
H A Dsave.c503 {&tally, sizeof(tally)},
616 &tally,
H A Dsubr.c231 if (tally == tally2 + 1 && k == 0 && place[chest] == 0
/netbsd-current/external/bsd/byacc/dist/
H A Doutput.c27 static Value_t *tally; variable
552 tally[i] = shiftcount;
553 tally[nstates + i] = reducecount;
556 tally[2 * nstates + i] = conflictcount;
704 tally[symno] = count;
753 if (tally[i] > 0)
755 t = tally[i];
762 while (j >= 0 && (width[order[j]] == w) && (tally[order[j]] < t))
808 t = tally[i];
815 if (width[j] != w || tally[
[all...]
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dbsd_fdintr.s82 ! tally interrupt
92 ! tally interrupt
/netbsd-current/sys/arch/sparc/sparc/
H A Dbsd_fdintr.s170 ! tally interrupt (curcpu()->cpu_data.cpu_nintr++)
177 ! tally interrupt (fdcio_intrcnt.ev_count++)
H A Dlocore.s1791 ! tally interrupt (curcpu()->cpu_data.cpu_nfault++) (clobbers %o0,%o1)
1858 ! tally fault (curcpu()->cpu_data.cpu_nfault++) (clobbers %o0,%o1,%o2)
1963 ! tally fault (curcpu()->cpu_data.cpu_nfault++) (clobbers %o0,%o1,%o2)
2498 ! tally softint (curcpu()->cpu_data.cpu_nintr++) (clobbers %o0,%o1,%o2)
2634 ! tally interrupt (curcpu()->cpu_data.cpu_nintr++) (clobbers %o0,%o1)
2683 ! tally intr (curcpu()->cpu_data.cpu_nintr++) (clobbers %o0,%o1)
3008 ! tally intr (curcpu()->cpu_data.cpu_nintr++) (clobbers %o0,%o1,%o2)
3035 ! tally intr (curcpu()->cpu_data.cpu_nintr++) (clobbers %o0,%o1,%o2)
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dcheckedint.d800 static uint tally;
803 ++tally;
809 assert(MyHook.tally == 2);
871 static uint tally;
876 ++tally;
881 assert(tally == 1);
887 assert(tally == 2);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcheckedint.d1056 static uint tally;
1059 ++tally;
1065 assert(MyHook.tally == 2);
1135 static uint tally;
1140 ++tally;
1145 assert(tally == 1);
1151 assert(tally == 2);
H A Dstdio.d5038 uint tally = 0;
5048 static if (is(typeof(dg(tally, buffer))))
5050 if ((result = dg(tally, buffer)) != 0) break;
5056 ++tally;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstdio.d4407 uint tally = 0;
4417 static if (is(typeof(dg(tally, buffer))))
4419 if ((result = dg(tally, buffer)) != 0) break;
4425 ++tally;

Completed in 390 milliseconds