Searched refs:total (Results 276 - 300 of 354) sorted by relevance

<<1112131415

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffgen.c489 int total = 0; local
498 total += s->lineno_count;
499 return total;
531 ++total;
539 return total;
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c386 int total; \
389 for (total = 0, n = (m); n != NULL; n = n->m_next) { \
390 total += n->m_len; \
395 if ((m)->m_pkthdr.len != total) { \
397 __func__, (m)->m_pkthdr.len, total); \
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c4754 ia64_rtx_costs (rtx x, int code, int outer_code, int *total)
4762 *total = CONST_OK_FOR_J (INTVAL (x)) ? 0 : COSTS_N_INSNS (1);
4766 *total = 0;
4768 *total = 1;
4770 *total = COSTS_N_INSNS (1);
4774 *total = 0;
4776 *total = COSTS_N_INSNS (1);
4781 *total = COSTS_N_INSNS (1);
4787 *total = COSTS_N_INSNS (3);
4797 *total
4744 ia64_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.c794 size_t total, old_total; local
811 total = d->count + d->rrsig_count;
822 else d->rr_len[total-1] = rdatalen;
849 d->rr_ttl[total-1] = rr_ttl;
850 memmove(d->rr_data[total-1], rdata, rdatalen);
934 size_t sigs, sigsz, i, j, total; local
957 total = old->count + old->rrsig_count;
963 if(total != 0)
964 memmove(d->rr_len, old->rr_len, total*sizeof(size_t));
976 if(total !
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote.c4928 unsigned int total = 0;
4938 return total > 0 ? total : i;
4942 return total > 0 ? total : -1;
4952 total += i;
4955 return total;
4915 unsigned int total = 0; local
/freebsd-11-stable/sys/dev/cy/
H A Dcy.c1953 u_long total; local
1963 total = com->error_counts[errnum] += delta;
1964 log(LOG_ERR, "cy%d: %u more %s%s (total %lu)\n",
1966 delta == 1 ? "" : "s", total);
2197 printf("total cyclom service probes:\t%d\n", cy_svrr_probes);
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_raid.c1432 uint64_t total; local
1500 total = MPT_U64_2_SCALAR(mpt_vol->sync_progress.TotalBlocks);
1514 (uintmax_t)total);
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py117 total = self.hit + self.miss
118 if total == 0:
121 ratio = '%f' % (self.hit/float(total))
/freebsd-11-stable/lib/libfetch/
H A Dhttp.c140 size_t total; member in struct:httpio
174 io->total += io->chunksize;
180 (unsigned long)io->total);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_utils.c1652 int32_t total = 0; local
1655 total += n;
1657 return total;
/freebsd-11-stable/sys/vm/
H A Dswap_pager.c2129 * Check that the total amount of swap currently configured does not
2144 printf("warning: total configured swap (%lu pages) "
2367 swap_pager_status(int *total, int *used) argument
2371 *total = 0;
2375 *total += sp->sw_nblks;
/freebsd-11-stable/usr.bin/gzip/
H A Dgzip.c265 static void infile_set(const char *newinfile, off_t total);
273 static off_t infile_total; /* total expected to read/write */
1266 infile_set(const char *newinfile, off_t total) argument
1272 infile_total = total;
/freebsd-11-stable/sys/dev/md/
H A Dmd.c194 u_int total; member in struct:indir
252 ip->total = NINDIR;
307 ip->total = NINDIR;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read.c193 int64_t total = 0; local
200 total += get;
202 return (total);
H A Darchive_read_support_format_rar.c741 size_t skip, total; local
744 total = 0;
746 while (total + window <= (1024 * 128)) {
774 total += skip;
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c3332 uint32_t *bl, *c, maxl, total; local
3372 printf("\nHistogram for bucket list length (total of %u buckets):\n",
3374 printf(" Length\tNumber\t\t%% of total\tCoverage\n");
3375 total = 0;
3377 total += c[i] * i;
3379 c[i] * 100.0 / nbucket, total * 100.0 / (nchain - 1));
3392 uint64_t *bl, *c, maxl, total; local
3444 printf("Histogram for bucket list length (total of %ju buckets):\n",
3446 printf(" Length\tNumber\t\t%% of total\tCoverage\n");
3447 total
3465 uint32_t *bl, *c, maxl, total; local
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm98 * WORDSIZE total number of bits (32)
447 * WORDSIZE total number of bits (32)
/freebsd-11-stable/sys/dev/drm/
H A Ddrm.h424 int total; /**< Buffer size */ member in struct:drm_buf_pub
H A Dmach64_dma.c1685 if (DRM_COPY_TO_USER(&d->request_sizes[i], &buf->total,
1686 sizeof(buf->total)))
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.h74 extern void elink_cb_download_progress(struct bxe_softc *sc, uint32_t cur, uint32_t total);
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c1844 register int month, total; local
1848 total = 0;
1850 total += len_months[0][month];
1851 (void) sprintf(result, "J%d", total + rp->r_dayofmonth);
/freebsd-11-stable/tools/tools/crypto/
H A Dcryptotest.c441 struct timeval total; local
/freebsd-11-stable/usr.sbin/ppp/
H A Dbundle.c1032 octets = MAX(dl->physical->link.stats.total.in.OctetsPerSecond,
1033 dl->physical->link.stats.total.out.OctetsPerSecond);
1037 if (dl->physical->link.stats.total.rolling && dl->state == DATALINK_OPEN)
1045 t = &arg->bundle->ncp.mp.link.stats.total;
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dsvnbench.c354 apr_off_t total,
350 ra_progress_func(apr_off_t progress, apr_off_t total, void *baton, apr_pool_t *pool) argument
/freebsd-11-stable/gnu/usr.bin/rcs/
H A Drcstest440 total revisions: 13; selected revisions: 1

Completed in 657 milliseconds

<<1112131415