Searched refs:total (Results 151 - 175 of 479) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/games/dab/
H A Dboard.h73 void total(size_t i, const PLAYER& p); // Post totals
H A Dboard.cc224 // Post the total score for player i
225 void BOARD::total(size_t i, const PLAYER& p) function in class:BOARD
229 _scrn->total(i, p);
232 // Post the total score for player i
/netbsd-6-1-5-RELEASE/usr.sbin/timed/timed/
H A Dmeasure.c79 long idelta, odelta, total; local
217 total = recvtime - sendtime;
218 if (total < 0) /* do not hassle midnight */
249 if (total < MIN_ROUND) {
/netbsd-6-1-5-RELEASE/common/dist/zlib/examples/
H A Dgun.c113 output file, a running CRC-32 check on the output and the total number of
119 int check; /* true if checking crc and total */
121 unsigned long total; member in struct:outd
124 /* Write output buffer and update the CRC-32 and total bytes written. write()
136 me->total += len;
463 outd.total = 0;
487 if (NEXT() != (outd.total & 0xff) ||
488 NEXT() != ((outd.total >> 8) & 0xff) ||
489 NEXT() != ((outd.total >> 16) & 0xff) ||
490 NEXT() != ((outd.total >> 2
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/examples/
H A Dgun.c111 output file, a running CRC-32 check on the output and the total number of
117 int check; /* true if checking crc and total */
119 unsigned long total; member in struct:outd
122 /* Write output buffer and update the CRC-32 and total bytes written. write()
134 me->total += len;
461 outd.total = 0;
485 if (NEXT() != (outd.total & 0xff) ||
486 NEXT() != ((outd.total >> 8) & 0xff) ||
487 NEXT() != ((outd.total >> 16) & 0xff) ||
488 NEXT() != ((outd.total >> 2
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/sdpd/
H A Dservice.c64 int max, total, count; local
117 count = total = 0;
123 while (db_next(srv, fd, &r) && total < max) {
124 if (total >= srv->fdidx[fd].offset
131 total++;
137 be16enc(srv->obuf, total);
144 if (r == NULL || total == max) {
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblber/
H A Dio.c133 ber_len_t total, offset, sos_offset; local
144 total = ber_pvt_ber_total( ber );
150 total += len < LBER_EXBUFSIZ ? LBER_EXBUFSIZ : len;
153 ber_len_t have = (total + (LBER_EXBUFSIZE - 1)) / LBER_EXBUFSIZ;
155 total = ( have + need ) * LBER_EXBUFSIZ;
159 total += len; /* realloc just what's needed */
162 if ( total < len || total > (ber_len_t)-1 / 2 /* max ber_slen_t */ ) {
171 buf = (char *) ber_memrealloc_x( buf, total, ber->ber_memctx );
177 ber->ber_end = buf + total;
[all...]
/netbsd-6-1-5-RELEASE/games/sail/
H A Ddr_2.c180 int row, col, dir, total, ran; local
193 total = -50 * ran;
195 total += 60;
197 total = -30000;
204 return total;
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_pdpolicy_clock.c380 int total = t; local
383 total += uvm_pctparam_get(&s->s_anonmin);
386 total += uvm_pctparam_get(&s->s_filemin);
389 total += uvm_pctparam_get(&s->s_execmin);
391 if (total > 95) {
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dlimits.c834 int total; local
836 if ( lutil_atoi( &total, arg ) != 0 || total < -1 ) {
840 if ( total == -1 ) {
844 if ( total == 0 ) {
848 limit->lms_s_pr_total = total;
1098 int total = op->ors_slimit - ps->ps_count; local
1099 if ( total > 0 ) {
1100 op->ors_slimit = total;
1212 int total; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/score/
H A Dscore3.c1021 score3_rtx_costs (rtx x, int code, int outer_code, int *total, argument
1033 *total = COSTS_N_INSNS (1);
1035 *total = COSTS_N_INSNS (2);
1040 *total = 0;
1043 *total = 1;
1045 *total = COSTS_N_INSNS (2);
1050 *total = 0;
1053 *total = 1;
1055 *total = COSTS_N_INSNS (2);
1059 *total
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_svr4.c127 {"total"}, /* 5 */
289 struct vmtotal total; local
338 /* get total -- systemwide main memory usage structure */
339 (void) getkval (total_offset, (int *) (&total), sizeof (total), "total");
341 memory_stats[0] = pagetok (total.t_rm);
342 memory_stats[1] = pagetok (total.t_arm);
343 memory_stats[2] = pagetok (total.t_free);
419 /* remember active and total count
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dhamdist.asm70 xorl %eax, %eax C total
78 xorl %eax, %eax C total
92 C eax total
H A Dpopcount.asm68 xorl %eax, %eax C total
80 xorl %eax, %eax C total
91 C eax total
/netbsd-6-1-5-RELEASE/sbin/fsck_v7fs/
H A Dmain.c217 Progress.total++;
218 progress_bar(cdev, label, Progress.total, PROGRESS_BAR_GRANULE);
/netbsd-6-1-5-RELEASE/sbin/newfs_v7fs/
H A Dnewfs_v7fs.c227 Progress.total++;
228 progress_bar(cdev, label, Progress.total, PROGRESS_BAR_GRANULE);
/netbsd-6-1-5-RELEASE/games/mille/
H A Dprint.c149 show_score(13, x, pp->total, &pp->sh_total);
154 show_score(8, x, pp->total, &pp->sh_total);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
H A Dpopham.asm134 pxor %mm2, %mm2 C total
161 C mm2 total (low dword)
213 paddd %mm0, %mm2 C low to total
216 paddd %mm0, %mm2 C high to total
/netbsd-6-1-5-RELEASE/sys/fs/tmpfs/
H A Dtmpfs_mem.c71 * => If 'total' is true, then return _total_ amount of pages.
78 tmpfs_mem_info(bool total) argument
84 if (!total) {
/netbsd-6-1-5-RELEASE/sys/sys/
H A Drnd.h84 uint32_t total; /* entropy from this source */ member in struct:__anon9595
123 uint32_t total; /* entropy from this source */ member in struct:krndsource
/netbsd-6-1-5-RELEASE/share/examples/refuse/ian/libfetch/
H A Dcommon.c383 ssize_t rlen, total; local
392 total = 0;
432 total += rlen;
434 return (total);
509 ssize_t wlen, total; local
518 total = 0;
561 total += wlen;
572 return (total);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dencode.c135 unsigned int total=0; local
157 total=j+1;
167 total+=j+1;
172 *outl=total;
/netbsd-6-1-5-RELEASE/dist/nvi/ip/
H A Dip_funcs.c411 db_recno_t total; local
421 * total The number of lines in the file.
431 (void)db_last(sp, &total);
432 ipb.val3 = total == 0 ? 1 : total;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/utils/
H A Dos_unix.c246 unsigned long total = 0; local
248 total += a->len;
259 if (total)
260 wpa_printf(MSG_INFO, "MEMLEAK: total %lu bytes",
261 (unsigned long) total);
341 ; /* determine total src string length */
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dlog-buffer.c164 size_t total = 0; local
172 total = xsum (data->size, total);
173 if (total >= max)

Completed in 391 milliseconds

1234567891011>>