Home
last modified time | relevance | path

Searched refs:count_total (Results 101 – 125 of 180) sorted by relevance

12345678

/dports/sysutils/cfengine-masterfiles318/cfengine-masterfiles-3.18.1/lib/
H A Dtesting.cf150 …"count_total" string => format("%d", sum('[$(count_failed), $(count_passed), $(count_skipped), $(c…
193 …ed = %S, skipped = %S, todo = %S, failed = %S; tests = %S+%S+%S+%S", $(count_total), $(count_passe…
227 "$(const.n)1..$(count_total)" ;
/dports/sysutils/cfengine-masterfiles317/cfengine-masterfiles-3.17.0/lib/
H A Dtesting.cf150 …"count_total" string => format("%d", sum('[$(count_failed), $(count_passed), $(count_skipped), $(c…
193 …ed = %S, skipped = %S, todo = %S, failed = %S; tests = %S+%S+%S+%S", $(count_total), $(count_passe…
227 "$(const.n)1..$(count_total)" ;
/dports/sysutils/cfengine-masterfiles319/cfengine-masterfiles-3.19.0/lib/
H A Dtesting.cf150 …"count_total" string => format("%d", sum('[$(count_failed), $(count_passed), $(count_skipped), $(c…
193 …ed = %S, skipped = %S, todo = %S, failed = %S; tests = %S+%S+%S+%S", $(count_total), $(count_passe…
227 "$(const.n)1..$(count_total)" ;
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dprofile.c497 gcov_type count_total = 0, freq_total = 0; in compute_frequency_overlap() local
503 count_total += bb->count; in compute_frequency_overlap()
507 if (count_total == 0 || freq_total == 0) in compute_frequency_overlap()
511 overlap += MIN (bb->count * OVERLAP_BASE / count_total, in compute_frequency_overlap()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dprofile.c496 gcov_type count_total = 0, freq_total = 0; in compute_frequency_overlap() local
502 count_total += bb->count; in compute_frequency_overlap()
506 if (count_total == 0 || freq_total == 0) in compute_frequency_overlap()
510 overlap += MIN (bb->count * OVERLAP_BASE / count_total, in compute_frequency_overlap()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dprofile.c497 gcov_type count_total = 0, freq_total = 0; in compute_frequency_overlap() local
503 count_total += bb->count; in compute_frequency_overlap()
507 if (count_total == 0 || freq_total == 0) in compute_frequency_overlap()
511 overlap += MIN (bb->count * OVERLAP_BASE / count_total, in compute_frequency_overlap()
/dports/x11/apwal/apwal/src/
H A Diconlist.h32 gint count_total; // number of ico_t linked to this dir member
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dprofile.c574 gcov_type count_total = 0, freq_total = 0; in compute_frequency_overlap() local
580 count_total += bb->count; in compute_frequency_overlap()
584 if (count_total == 0 || freq_total == 0) in compute_frequency_overlap()
588 overlap += MIN (bb->count * OVERLAP_BASE / count_total, in compute_frequency_overlap()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dprofile.c574 gcov_type count_total = 0, freq_total = 0; in compute_frequency_overlap() local
580 count_total += bb->count; in compute_frequency_overlap()
584 if (count_total == 0 || freq_total == 0) in compute_frequency_overlap()
588 overlap += MIN (bb->count * OVERLAP_BASE / count_total, in compute_frequency_overlap()
/dports/sysutils/cfengine-masterfiles316/cfengine-masterfiles-3.16.0/lib/
H A Dtesting.cf198 …"count_total" string => format("%d", sum('[$(count_failed), $(count_passed), $(count_skipped), $(c…
241 …ed = %S, skipped = %S, todo = %S, failed = %S; tests = %S+%S+%S+%S", $(count_total), $(count_passe…
275 "$(const.n)1..$(count_total)" ;
/dports/security/py-ospd-openvas/ospd-openvas-21.4.3/ospd_openvas/
H A Ddaemon.py1137 count_total = int(msg[5])
1141 count_total,
1143 self.set_scan_total_hosts(scan_id, count_total)
/dports/databases/grass7/grass-7.8.6/raster/r.in.xyz/
H A Dmain.c128 unsigned long count, count_total; in main() local
640 count_total = 0; in main()
834 count_total += count; in main()
1177 G_done_msg(_("%lu points found in region."), count_total); in main()
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/
H A Dboot.def54 meta countTotal count_total() : hidden;
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/
H A Dboot.def48 meta countTotal count_total() : hidden;
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/gtk/
H A Dgtkrbtree.c1518 count_total (GtkRBTree *tree, in count_total() function
1527 count_total (tree, node->left) + in count_total()
1528 count_total (tree, node->right) + in count_total()
1530 (node->children ? count_total (node->children, node->children->root) : 0); in count_total()
1691 g_assert (count_total (tmp_tree, tmp_tree->root) == tmp_tree->root->total_count); in _gtk_rbtree_test()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktreerbtree.c1523 count_total (GtkTreeRBTree *tree, in count_total() function
1532 count_total (tree, node->left) + in count_total()
1533 count_total (tree, node->right) + in count_total()
1535 (node->children ? count_total (node->children, node->children->root) : 0); in count_total()
1697 g_assert (count_total (tmp_tree, tmp_tree->root) == tmp_tree->root->total_count); in gtk_tree_rbtree_test()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkrbtree.c1518 count_total (GtkRBTree *tree, in count_total() function
1527 count_total (tree, node->left) + in count_total()
1528 count_total (tree, node->right) + in count_total()
1530 (node->children ? count_total (node->children, node->children->root) : 0); in count_total()
1691 g_assert (count_total (tmp_tree, tmp_tree->root) == tmp_tree->root->total_count); in _gtk_rbtree_test()
/dports/science/grib_api/grib_api-1.28.0-Source/src/
H A Dgrib_accessor_factory_hash_list25 count_total, &grib_accessor_class_count_total
/dports/net/tacacs/PROJECTS/ftpd/
H A Dlog.c45 t += snprintf(t, (size_t) (tmax - t), "%d", ctx->count_total); in cook()
H A Daccept_data.c54 ctx->count_total++; in connect_data()
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_accessor_factory_hash_list39 count_total, &grib_accessor_class_count_total
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/layer/
H A Dpandemic.rs174 let pct = 100.0 / (model.count_total() as f64); in make_controls()
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dfetch.py90 self.count_total = 0
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_query.c1073 const int count_total = bm_loop_region_count__clear(l); in BM_loop_region_loops_count_at_most() local
1075 *r_loop_total = count_total; in BM_loop_region_loops_count_at_most()
1096 int count, count_total; in BM_vert_is_manifold_region() local
1097 count = BM_loop_region_loops_count_at_most(l_first, &count_total); in BM_vert_is_manifold_region()
1098 return (count == count_total); in BM_vert_is_manifold_region()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/sim/src/pandemic/
H A Dpandemic.rs148 pub fn count_total(&self) -> usize { in count_total() method

12345678