HomeSort by: relevance | last modified time | path
    Searched defs:tally (Results 1 - 3 of 3) sorted by relevancy

  /src/games/adventure/
init.c 107 int maxtrs, tally, tally2; /* treasure values */ variable
176 tally = 0;
182 tally -= prop[i];
  /src/external/bsd/byacc/dist/
output.c 27 static Value_t *tally; variable
590 tally[i] = shiftcount;
591 tally[nstates + i] = reducecount;
594 tally[2 * nstates + i] = conflictcount;
742 tally[symno] = count;
791 if (tally[i] > 0)
793 t = tally[i];
800 while (j >= 0 && (width[order[j]] == w) && (tally[order[j]] < t))
846 t = tally[i];
853 if (width[j] != w || tally[j] != t
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_nmea.c 259 /* tally stats, reset each poll cycle */
269 tally; member in struct:__anon7450
410 ZERO(up->tally);
686 up->tally.total++;
725 up->tally.filtered++;
752 up->tally.malformed++;
770 up->tally.filtered++;
870 up->tally.rejected++;
875 up->tally.malformed++;
880 up->tally.malformed++
    [all...]

Completed in 20 milliseconds