Home
last modified time | relevance | path

Searched refs:total (Results 126 – 150 of 645) sorted by relevance

12345678910>>...26

/freebsd/contrib/libxo/tests/gettext/saved/
H A Dgt_01.X.out1 …es><bytes>1</bytes><bytes>2</bytes><bytes>3</bytes><bytes>4</bytes><total>1234</total><received>12…
H A Dgt_01.XP.out17 <total>1234</total>
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_02.JPu.out33 "total": 640,
35 "total": 640,
/freebsd/contrib/libxo/tests/gettext/po/pig_latin/
H A Dgt_01.po28 msgid "{L:total} {:total}\n"
29 msgstr "{L:otaltay} {:total}\n"
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_devres.c55 size_t total; in lkpi_devres_alloc() local
60 total = sizeof(*dr) + size; in lkpi_devres_alloc()
61 dr = kmalloc(total, gfp); in lkpi_devres_alloc()
/freebsd/usr.sbin/ppp/
H A Dphysical.c169 throughput_init(&p->link.stats.total, SAMPLE_PERIOD); in physical_Create()
171 &dl->bundle->ncp.mp.link.stats.total : NULL; in physical_Create()
350 throughput_stop(&p->link.stats.total); in physical_Close()
351 throughput_log(&p->link.stats.total, LogPHASE, p->link.name); in physical_Close()
381 throughput_destroy(&p->link.stats.total); in physical_Destroy()
512 throughput_disp(&p->link.stats.total, arg->prompt); in physical_ShowStatus()
617 p->link.stats.total.in.SampleOctets = (long long *)iov[(*niov)++].iov_base; in iov2physical()
620 &dl->bundle->ncp.mp.link.stats.total : NULL; in iov2physical()
640 throughput_restart(&p->link.stats.total, "physical throughput", in iov2physical()
689 timer_Stop(&p->link.stats.total.Timer); in physical2iov()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_errlog.c543 uint64_t total = 0, count; in spa_get_last_errlog_size() local
549 total += count; in spa_get_last_errlog_size()
551 return (total); in spa_get_last_errlog_size()
746 uint64_t total = 0; in approx_errlog_size_impl() local
755 total += count; in approx_errlog_size_impl()
758 return (total); in approx_errlog_size_impl()
769 uint64_t total = 0; in spa_approx_errlog_size() local
777 total += count; in spa_approx_errlog_size()
782 total += count; in spa_approx_errlog_size()
792 total += avl_numnodes(&spa->spa_errlist_last); in spa_approx_errlog_size()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dingenic,pinctrl.yaml21 the X1000 and the X1830 contains 4 GPIO ports, PA to PD, for a total of 128
22 pins. The X2000 and the X2100 contains 5 GPIO ports, PA to PE, for a total of
24 6 GPIO ports, PA to PF, for a total of 192 pins. The JZ4775 contains 7 GPIO
25 ports, PA to PG, for a total of 224 pins.
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c559 *total += val; in dt_quantize_total()
571 if (*total < val) in dt_quantize_total()
572 *total = val; in dt_quantize_total()
685 assert(!(val != 0 && total == 0)); in dt_print_quantline()
691 normal, total)); in dt_print_quantline()
799 val = (datum * (len - 1)) / total; in dt_print_packed()
878 long double total = 0; in dt_print_quantize() local
916 long double total = 0, count = 0; in dt_print_quantize_packed() local
1058 long double total = 0; in dt_print_lquantize() local
1113 long double total = 0, count = 0; in dt_print_lquantize_packed() local
[all …]
/freebsd/tools/tools/crypto/
H A Dcryptocheck.c712 int outl, total; in openssl_cipher() local
733 total = outl; in openssl_cipher()
739 total += outl; in openssl_cipher()
1323 int outl, total; in openssl_aead_encrypt() local
1364 total = outl; in openssl_aead_encrypt()
1370 total += outl; in openssl_aead_encrypt()
1397 int outl, total; in openssl_aead_decrypt() local
1420 total = outl; in openssl_aead_decrypt()
1426 total += outl; in openssl_aead_decrypt()
1500 total = outl; in openssl_ccm_encrypt()
[all …]
/freebsd/sys/net/route/
H A Dnhgrp_ctl.c151 uint64_t total = 0; in calc_min_mpath_slots_fast() local
159 total += wn[i].storage; in calc_min_mpath_slots_fast()
166 *ptotal = total; in calc_min_mpath_slots_fast()
168 if ((total % xmin) != 0) in calc_min_mpath_slots_fast()
175 return ((uint32_t)(total / xmin)); in calc_min_mpath_slots_fast()
191 uint64_t total; in calc_min_mpath_slots() local
193 v = calc_min_mpath_slots_fast(wn, num_items, &total); in calc_min_mpath_slots()
194 if (total == 0) in calc_min_mpath_slots()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c223 size_t total = 0; in freebsd_crypt_uio_debug_log() local
243 total += zfs_uio_iovlen(data_uio, i); in freebsd_crypt_uio_debug_log()
245 zfs_uio_resid(data_uio) = total; in freebsd_crypt_uio_debug_log()
346 size_t total = 0; in freebsd_crypt_uio() local
351 total += zfs_uio_iovlen(data_uio, i); in freebsd_crypt_uio()
352 zfs_uio_resid(data_uio) = total; in freebsd_crypt_uio()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h392 unsigned total = dsum(n); in check_happy() local
394 if (total == HAPPY_NUMBER) in check_happy()
396 if (total == SAD_NUMBER) in check_happy()
399 n = total; in check_happy()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp53 uint32_t total = 0; in ReadNumber() local
55 total = 10 * total + (type.Next() - '0'); in ReadNumber()
56 return total; in ReadNumber()
/freebsd/tools/pkgbase/
H A DREADME.md43 prints all the package names, followed by number of files, followed by total
46 prints packages that has either setuid/setgid files, followed by the total
52 prints packages that has setuid files, followed by number of files and total
/freebsd/usr.bin/systat/
H A Dzarc.c57 struct zfield total; member
118 rate->total.stat = calc_rate(curstat.hits.stat, curstat.misses.stat) in domode()
148 mvwprintw(wnd, row, 31+1+5+7+7+8, "%3"PRIu64, rate.total.stat) in showzarc()
/freebsd/usr.bin/gprof/
H A Dgprof.flat6 % the percentage of the total running time of the
23 total the average number of milliseconds spent in this
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c696 size_t total=0; in ZDICT_totalSampleSize() local
698 for (u=0; u<nbFiles; u++) total += fileSizes[u]; in ZDICT_totalSampleSize()
699 return total; in ZDICT_totalSampleSize()
751 U32 u, huffLog = 11, Offlog = OffFSELog, mlLog = MLFSELog, llLog = LLFSELog, total; in ZDICT_analyzeEntropy() local
819 total=0; for (u=0; u<=offcodeMax; u++) total+=offcodeCount[u]; in ZDICT_analyzeEntropy()
820 …errorCode = FSE_normalizeCount(offcodeNCount, Offlog, offcodeCount, total, offcodeMax, /* useLowPr… in ZDICT_analyzeEntropy()
828 total=0; for (u=0; u<=MaxML; u++) total+=matchLengthCount[u]; in ZDICT_analyzeEntropy()
829 …errorCode = FSE_normalizeCount(matchLengthNCount, mlLog, matchLengthCount, total, MaxML, /* useLow… in ZDICT_analyzeEntropy()
837 total=0; for (u=0; u<=MaxLL; u++) total+=litLengthCount[u]; in ZDICT_analyzeEntropy()
838 …errorCode = FSE_normalizeCount(litLengthNCount, llLog, litLengthCount, total, MaxLL, /* useLowProb… in ZDICT_analyzeEntropy()
/freebsd/sys/cam/
H A Dcam_iosched.c261 int total; /* Total for all time -- wraps */ member
723 clp->last_count = isc->read_stats.total; in cam_iosched_cl_maybe_steer()
856 ios->total = 0; in cam_iosched_iop_stats_init()
1031 &ios->total, 0, in cam_iosched_iop_stats_sysctl_init()
1386 isc->write_stats.total++; in cam_iosched_get_write()
1433 isc->trim_stats.total++; in cam_iosched_next_trim()
1612 isc->read_stats.total++; in cam_iosched_next_bio()
1616 isc->write_stats.total++; in cam_iosched_next_bio()
2041 db_printf("reads: %d\n", isc->read_stats.total); in DB_SHOW_COMMAND()
2049 db_printf("writes: %d\n", isc->write_stats.total); in DB_SHOW_COMMAND()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.cpp466 kmp_loop_nest_iv_t total = 1; in __kmpc_process_loop_nest_rectang() local
472 total *= trip_count; in __kmpc_process_loop_nest_rectang()
475 return total; in __kmpc_process_loop_nest_rectang()
784 kmp_loop_nest_iv_t total = 1; in kmp_process_loop_nest() local
814 total *= trip_count; in kmp_process_loop_nest()
817 return total; in kmp_process_loop_nest()
1315 kmp_loop_nest_iv_t total = in __kmpc_for_collapsed_init() local
1322 if (total == 0) { in __kmpc_for_collapsed_init()
1372 KMP_DEBUG_ASSERT(total >= new_iv); in __kmpc_for_collapsed_init()
1374 kmp_loop_nest_iv_t total_left = total - new_iv; in __kmpc_for_collapsed_init()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java299 double total = 0; in printDistribution() local
333 total += Math.abs((double)v); in printDistribution()
354 printDistributionLine(v, total, positives, negatives); in printDistribution()
359 printDistributionLine(long val, double total, boolean positives, in printDistributionLine() argument
366 assert (!(total == 0 && (positives || negatives))); in printDistributionLine()
369 assert (!(val != 0 && total == 0)); in printDistributionLine()
373 f = (Math.abs((double)val) * (double)len) / total; in printDistributionLine()
385 f = (Math.abs((double)val) * (double)len) / total; in printDistributionLine()
404 f = (Math.abs((double)val) * (double)len) / total; in printDistributionLine()
/freebsd/contrib/kyua/engine/
H A Dtap.cpp92 const std::size_t total = summary.ok_count() + summary.not_ok_count(); in tap_to_result() local
95 summary.not_ok_count() % total); in tap_to_result()
/freebsd/sys/contrib/device-tree/Bindings/iio/potentiometer/
H A Drenesas,x9250.yaml14 On each potentiometer, the X9250T has a 100 kOhms total resistance and the
15 X9250U has a 50 kOhms total resistance.
/freebsd/crypto/openssh/
H A Dxmss_wots.c92 uint32_t total = 0; in base_w() local
98 total = input[in]; in base_w()
103 output[out] = (total >> bits) & (params->w - 1); in base_w()
/freebsd/contrib/arm-optimized-routines/string/bench/
H A Dmemset.c116 size_t total = 0; in init_memset() local
124 total += test_arr[i].len; in init_memset()
127 return total; in init_memset()

12345678910>>...26