Home
last modified time | relevance | path

Searched refs:n_total (Results 51 – 75 of 297) sorted by relevance

12345678910>>...12

/dports/net-mgmt/nsca-ng-client/nsca-ng-1.6/src/common/
H A Dbuffer.c113 size_t n_total = MIN(size, buf->size); in buffer_read() local
118 for (n_todo = n_total; n_todo > 0; n_todo -= n, out += n) { in buffer_read()
129 buf->size -= n_total; in buffer_read()
139 return n_total; in buffer_read()
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dbinomial.c220 double n_total = cat[0][v].count + cat[1][v].count; in binomial_execute() local
233 { 1, 2, n_total }, in binomial_execute()
235 { 2, 0, cat[0][v].count / n_total }, in binomial_execute()
236 { 2, 1, cat[1][v].count / n_total }, in binomial_execute()
/dports/sysutils/py-salt/salt-3004.1/salt/returners/
H A Dslack_webhook_return.py245 n_total = 0
269 n_total += 1
275 n_unchanged = n_total - n_failed - n_changed
278 TOTAL_KEY: n_total,
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/vfs/src/
H A Dloader.rs51 Progress { n_total: usize, n_done: usize, config_version: u32 },
202 Message::Progress { n_total, n_done, config_version } => f in fmt()
204 .field("n_total", n_total) in fmt()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/vfs/src/
H A Dloader.rs51 Progress { n_total: usize, n_done: usize, config_version: u32 },
202 Message::Progress { n_total, n_done, config_version } => f in fmt()
204 .field("n_total", n_total) in fmt()
/dports/x11-toolkits/p5-Gtk3/Gtk3-0.034/t/
H A Dzz-GtkContainer.t92 my $n_total = 0;
95 $n_total++;
97 is ($n_total, 4, 'forall walks all children');
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dport_set.h78 bool empty() const { return (_count.n_total() == 0); } in empty()
109 (type == DataType::NIL) ? _count.n_total() : _count.get(type));
118 (type == DataType::NIL) ? _count.n_total() : _count.get(type));
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A D02.GtkContainer.t115 my $n_total = 0;
118 $n_total++;
120 is ($n_total, 4, 'forall walks all children');
/dports/net/udpxy/udpxy-1.0-24.1/chipmunk/
H A Dudpxrec.c290 uint64_t n_total = 0;
381 for( n_total = 0; (0 == rc) && !(quit = must_quit()); ) {
385 if( 0 == n_total ) {
396 ((int64_t)(n_total + nrcv) >= g_recopt.max_fsize) ) {
403 n_total += (size_t)nwr;
419 g_recopt.dstfile, (u_long)n_total );
427 (u_long)n_total, g_recopt.dstfile, rc, g_alarm, (long)quit ) );
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/
H A Dowcreateclass.py462 for (n_matched, n_total), (lab_matched, lab_total), (lab, patt) in \
464 n_before = n_total - n_matched
470 "covered above".format(n_before, n_total)
570 "above".format(n_total)
571 elif n_matched < n_total and patt:
573 "covered above".format(n_matched, n_total - n_matched)
582 for (n_matched, n_total), class_name, (lab, patt) in \
584 if lab or patt or n_total:
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/
H A Dprime_caches.rs17 pub n_total: usize, field
42 cb(PrimeCachesProgress { on_crate: crate_name, n_done: i, n_total: topo.len() }); in prime_caches()
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-renamer-progress.c144 guint n_total; in thunar_renamer_progress_next_idle() local
163 n_total = n_done + renamer_progress->n_pairs_todo; in thunar_renamer_progress_next_idle()
166 g_snprintf (text, sizeof (text), "%d/%d", n_done, n_total); in thunar_renamer_progress_next_idle()
170 … (GTK_PROGRESS_BAR (renamer_progress->bar), CLAMP ((gdouble) n_done / MAX (n_total, 1), 0.0, 1.0)); in thunar_renamer_progress_next_idle()
/dports/biology/gatk/gatk-4.2.0.0/src/main/python/org/broadinstitute/hellbender/gcnvkernel/structs/
H A Dmetadata.py63 self.n_total = np.sum(self.n_j)
75 return self.n_total
204 n_total = sample_coverage_metadata.n_total
209 global_read_depth = float(n_total) / effective_total_copies
/dports/devel/liborcus/liborcus-0.16.1/src/parser/
H A Dsax_parser_base.cpp347 size_t n_total = available_size(); in name() local
349 while (n_total) in name()
353 int n = std::min<size_t>(16u, n_total); in name()
362 n_total -= 16; in name()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dport_matrix.cc296 for (uint32_t j = 0; j < (*i)->bundle->nchannels().n_total(); ++j) { in disassociate_all()
298 for (uint32_t l = 0; l < (*k)->bundle->nchannels().n_total(); ++l) { in disassociate_all()
499 if (bc[dim].bundle->nchannels().n_total() > 1) { in popup_menu()
500 for (uint32_t i = 0; i < bc[dim].bundle->nchannels().n_total(); ++i) { in popup_menu()
533 for (uint32_t i = 0; i < bc[dim].bundle->nchannels().n_total(); ++i) { in popup_menu()
596 for (uint32_t i = 0; i < sb->nchannels().n_total(); ++i) { in disassociate_all_on_bundle()
614 for (uint32_t j = 0; j < (*i)->bundle->nchannels().n_total(); ++j) { in disassociate_all_on_channel()
777 if (io->n_ports ().n_total () == 1) { in remove_channel()
807 for (int i = (b->nchannels().n_total() - 1); i >= 0; --i) { in remove_all_channels()
1107 return c.n_total (); in count_of_our_type()
[all …]
H A Dplugin_pin_dialog.cc388 for (uint32_t i = 0; i < _ins.n_total (); ++i) { in plugin_reconfigured()
402 for (uint32_t i = 0; i < _out.n_total (); ++i) { in plugin_reconfigured()
412 for (uint32_t i = 0; i < _sinks.n_total (); ++i) { in plugin_reconfigured()
419 for (uint32_t i = 0; i < _sources.n_total (); ++i) { in plugin_reconfigured()
434 const uint32_t max_ports = std::max (_ins.n_total (), _out.n_total ()); in plugin_reconfigured()
435 …st uint32_t max_pins = std::max ((_sinks * _n_plugins).n_total (), (_sources * _n_plugins).n_total in plugin_reconfigured()
867 return rint (x0 + (i + 1) * width / (1. + n_total)) - .5; in pin_x_pos()
1492 for (uint32_t i = 0; i < _sources.n_total (); ++i) { in handle_disconnect()
1505 for (uint32_t i = 0; i < _sinks.n_total (); ++i) { in handle_disconnect()
1540 for (uint32_t i = 0; i < _sources.n_total (); ++i) { in handle_disconnect()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/psx/
H A Ddma.cpp139 uint32_t n_total; in dma_finished() local
146 n_total = 0; in dma_finished()
157 if( n_total > 65535 ) in dma_finished()
187 n_total += ( n_size + 1 ); in dma_finished()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/physics/test/
H A DDamage.cpp47 int n_total = 0; in testFractureDistributions() local
49 n_total += n; in testFractureDistributions()
52 REQUIRE(n_total >= 8._f * N); in testFractureDistributions()
53 REQUIRE(n_total <= 11._f * N); in testFractureDistributions()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/psx/
H A Ddma.cpp139 uint32_t n_total; in dma_finished() local
146 n_total = 0; in dma_finished()
157 if( n_total > 65535 ) in dma_finished()
187 n_total += ( n_size + 1 ); in dma_finished()
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dformat_args.rs206 let mut n_total = 0; in count_needed_derefs() localVariable
214 n_total += 1; in count_needed_derefs()
216 n_needed = n_total; in count_needed_derefs()
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/liborcus/
H A Dallow-utf-8-in-xml-names.patch234 size_t n_total = available_size();
238 int n = std::min<size_t>(16u, n_total);
242 + n_total -= r;
247 + if (r < 16 && n_total)
257 + n_total -= skip;
261 - n_total -= 16;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/rust-analyzer/src/
H A Dmain_loop.rs295 report.n_done, report.n_total, report.on_crate in handle_event()
297 fraction = Progress::fraction(report.n_done, report.n_total); in handle_event()
327 vfs::loader::Message::Progress { n_total, n_done, config_version } => { in handle_event()
331 self.vfs_progress_n_total = n_total; in handle_event()
336 } else if n_done < n_total { in handle_event()
339 assert_eq!(n_done, n_total); in handle_event()
345 Some(format!("{}/{}", n_done, n_total)), in handle_event()
346 Some(Progress::fraction(n_done, n_total)), in handle_event()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/rust-analyzer/src/
H A Dmain_loop.rs295 report.n_done, report.n_total, report.on_crate in handle_event()
297 fraction = Progress::fraction(report.n_done, report.n_total); in handle_event()
327 vfs::loader::Message::Progress { n_total, n_done, config_version } => { in handle_event()
331 self.vfs_progress_n_total = n_total; in handle_event()
336 } else if n_done < n_total { in handle_event()
339 assert_eq!(n_done, n_total); in handle_event()
345 Some(format!("{}/{}", n_done, n_total)), in handle_event()
346 Some(Progress::fraction(n_done, n_total)), in handle_event()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/picasaweb/
H A Ddlg-export-to-picasaweb.c418 int n_total; in dlg_export_to_picasaweb() local
472 n_total = 0; in dlg_export_to_picasaweb()
485 n_total++; in dlg_export_to_picasaweb()
502 …text = g_strdup_printf (g_dngettext (NULL, "%d file (%s)", "%d files (%s)", n_total), n_total, tot… in dlg_export_to_picasaweb()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/msm/
H A Dmsm_cubic_bezier.cxx455 unsigned n_total=1; in equal_space() local
460 n_total+=n_per_seg[i]; in equal_space()
464 std::vector<unsigned> index(n_total); in equal_space()
465 std::vector<double> length(n_total), t(n_total); in equal_space()
491 assert(j==n_total); in equal_space()

12345678910>>...12