Searched refs:total (Results 301 - 325 of 354) sorted by relevance

<<1112131415

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h740 int total; member in struct:mlx4_mac_table
763 int total; member in struct:mlx4_vlan_table
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio.c2330 uint32_t total; local
2441 /* reset total length */
2442 total = 0;
2469 total += frame_len;
2472 DPRINTFN(6, "transferring %d bytes\n", total);
2477 while (total > 0) {
2480 if (n > total)
2481 n = total;
2485 total -= n;
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v4.c3842 u_int total; local
3853 total = 0;
3909 if (total < PMAP_REMOVE_CLEAN_LIST_SIZE) {
3910 total++;
3924 } else if (total == PMAP_REMOVE_CLEAN_LIST_SIZE) {
3931 total++;
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ix.c1298 u32 missed_rx = 0, bprc, lxon, lxoff, total; local
1359 total = lxon + lxoff;
1364 stats->gptc -= total;
1365 stats->mptc -= total;
1366 stats->ptc64 -= total;
1367 stats->gotc -= total * ETHER_MIN_LEN;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp1890 static float percent(kmp_uint32 count, kmp_uint32 total) { argument
1891 return (total == 0) ? 0.0 : (100.0 * count) / total;
1909 kmp_adaptive_lock_statistics_t total = destroyedStats; local
1913 __kmp_add_stats(&total, lck);
1915 kmp_adaptive_lock_statistics_t *t = &total;
2018 // total number of times we started speculation since all speculations must
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c2398 size_t total = sldns_buffer_limit(c->buffer); local
2400 sldns_buffer_set_position(c->buffer, total);
2401 c->http_stored = total;
2474 size_t total = sldns_buffer_limit(c->buffer); local
2476 sldns_buffer_set_position(c->buffer, total);
2477 c->http_stored = total;
H A Dconfig_file.c851 size_t total = 0, left; local
858 /* count total length */
860 total += strlen(s->str) + 1; /* len + newline */
861 left = total+1; /* one extra for nul at end */
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c6624 int total;
6637 total = section->sh_size / sizeof (Elf_External_Versym);
6655 SECTION_NAME (section), total);
6665 total * sizeof (short));
6666 edata = get_data (NULL, file, off, total, sizeof (short),
6674 data = cmalloc (total, sizeof (short));
6676 for (cnt = total; cnt --;)
6682 for (cnt = 0; cnt < total; cnt += 4)
6690 for (j = 0; (j < 4) && (cnt + j) < total; ++j)
7374 printf (_("\nHistogram for bucket list length (total o
6621 int total; local
6652 SECTION_NAME (section), total); local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-cfg.c2329 unsigned long size, total = 0; local
2348 total += size;
2356 total += size;
2360 fprintf (file, fmt_str_3, "Total memory used by CFG data", SCALE (total),
2361 LABEL (total));
/freebsd-11-stable/usr.bin/truss/
H A Dsyscalls.c2612 struct timespec total = {0, 0}; local
2624 timespecadd(&total, &sc->time, &total);
2631 "", (intmax_t)total.tv_sec, total.tv_nsec, ncall, nerror);
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c1829 * the total latency is less than about 30 msec. These
2252 u_long total; local
2260 total = com->error_counts[errnum] += delta;
2261 log(LOG_ERR, "sio%d: %u more %s%s (total %lu)\n",
2263 delta == 1 ? "" : "s", total);
/freebsd-11-stable/sys/dev/drm/
H A Dradeon_cp.c1950 if (DRM_COPY_TO_USER(&d->request_sizes[i], &buf->total,
1951 sizeof(buf->total)))
H A DdrmP.h363 int total; /* Buffer size */ member in struct:drm_buf
364 int order; /* log-base-2(total) */
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c271 int i, total, sub, assume, channels; local
295 total = sub = assume = channels = 0;
355 total = matrixes[i].m.channels;
360 if (total == 0) {
362 total = ch->channels;
363 sub = (total == 6 || total == 8) ? 1 : 0;
369 assume ? "unknown, assuming " : "", total - sub, sub,
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c1135 static UInt32 RangeDec_GetThreshold(CPpmd8 *p, UInt32 total) argument
1137 return p->Code / (p->Range /= total);
/freebsd-11-stable/share/mk/
H A Ddirdeps.mk433 @echo '.info $${.newline}$${TRACER}Makefiles read: total=${.MAKE.MAKEFILES:[#]} depend=${.MAKE.MAKEFILES:M*depend*:[#]} dirdeps=${.ALLTARGETS:M${SRCTOP}*:O:u:[#]}' >&3 macro
439 @echo "${TRACER}Makefiles read: total=${.MAKE.MAKEFILES:[#]} depend=${.MAKE.MAKEFILES:M*depend*:[#]} dirdeps=${.ALLTARGETS:M${SRCTOP}*:O:u:[#]} seconds=`expr ${now_utc} - ${start_utc}`" macro
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpireg.h556 uint32_t total; member in struct:wpi_beacon_missed
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl250 bne .Lloop @ [+18], total 1307
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk495 @echo '.info $${.newline}$${TRACER}Makefiles read: total=${.MAKE.MAKEFILES:[#]} depend=${.MAKE.MAKEFILES:M*depend*:[#]} dirdeps=${.ALLTARGETS:M${SRCTOP}*:O:u:[#]}' >&3 macro
501 @echo "${TRACER}Makefiles read: total=${.MAKE.MAKEFILES:[#]} depend=${.MAKE.MAKEFILES:M*depend*:[#]} dirdeps=${.ALLTARGETS:M${SRCTOP}*:O:u:[#]} seconds=`expr ${now_utc} - ${start_utc}`" macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c1669 * this for all buckets and dividing it by the total amount of free
1670 * space in this metaslab (i.e. the total free space in all buckets) gives
1713 uint64_t total = 0; local
1768 total += space;
1774 if (total > 0)
1775 fragmentation /= total;
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h125 u64 total; member in struct:c4iw_stat
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dra.c297 * for different RA sessions and reports total progress to caller. */
300 apr_off_t total,
314 /* All RA implementations currently provide -1 for total. So it doesn't
315 make sense to develop some complex logic to combine total across all
296 progress_func(apr_off_t progress, apr_off_t total, void *baton, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h214 * @a progress is the number of bytes already transferred, @a total is
215 * the total number of bytes to transfer or -1 if it's not known, @a
221 apr_off_t total,
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c96 STATIC U32 ag_card_good = 0; // * total card initialized
302 bit32 count, total; local
332 for (total = x = 0; x < pCard->portCount; x++, pPortalData++)
346 total += count;
350 if (total > pIoctlPayload->deviceLength)
352 total = pIoctlPayload->deviceLength;
6274 AGTIAPI_PRINTK( "agtiapi_ResetCard: total device %d\n", pCard->tgtCount );
6282 "Reset initiator total device = %d!",
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c3142 int i, total, nbant, noise; local
3144 total = nbant = noise = 0;
3153 total += noise;
3158 IWM_DPRINTF(sc, IWM_DEBUG_RECV, "%s: nbant=%d, total=%d\n",
3159 __func__, nbant, total);
3162 return (nbant == 0) ? -127 : (total / nbant) - 107;

Completed in 597 milliseconds

<<1112131415