Home
last modified time | relevance | path

Searched refs:edges_count (Results 1 – 25 of 98) sorted by relevance

1234

/dports/graphics/gource/gource-0.51/src/
H A Dspline.cpp77 int edges_count = spline_point.size() - 1; in drawToVBO() local
79 for(int i=0; i < edges_count; i++) { in drawToVBO()
122 int edges_count = spline_point.size() - 1; in drawShadow() local
128 for(int i=0;i<edges_count;i++) { in drawShadow()
137 int edges_count = spline_point.size() - 1; in draw() local
141 for(int i=0;i<edges_count;i++) { in draw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/resource_coordinator/memory_instrumentation/
H A Dglobal_dump_graph_converter_unittest.cc97 const auto edges_count = in TEST() local
99 ASSERT_EQ(edges_count, 1L); in TEST()
/dports/lang/php80/php-8.0.15/ext/opcache/Optimizer/
H A Dzend_cfg.h87 int edges_count; /* number of edges */ member
H A Dscdf.c92 … scdf->phi_var_worklist_len + 2 * scdf->block_worklist_len + zend_bitset_len(ssa->cfg.edges_count), in scdf_init()
/dports/lang/php74/php-7.4.27/ext/opcache/Optimizer/
H A Dzend_cfg.h87 int edges_count; /* number of edges */ member
H A Dscdf.c92 … scdf->phi_var_worklist_len + 2 * scdf->block_worklist_len + zend_bitset_len(ssa->cfg.edges_count), in scdf_init()
/dports/www/php74-opcache/php-7.4.27/ext/opcache/Optimizer/
H A Dzend_cfg.h87 int edges_count; /* number of edges */ member
/dports/www/php80-opcache/php-8.0.15/ext/opcache/Optimizer/
H A Dzend_cfg.h87 int edges_count; /* number of edges */ member
/dports/www/mod_php74/php-7.4.27/ext/opcache/Optimizer/
H A Dzend_cfg.h87 int edges_count; /* number of edges */ member
/dports/www/mod_php80/php-8.0.15/ext/opcache/Optimizer/
H A Dzend_cfg.h87 int edges_count; /* number of edges */ member
/dports/lang/php73/php-7.3.33/ext/opcache/Optimizer/
H A Dzend_cfg.h89 int edges_count; /* number of edges */ member
H A Dscdf.c92 … scdf->phi_var_worklist_len + 2 * scdf->block_worklist_len + zend_bitset_len(ssa->cfg.edges_count), in scdf_init()
/dports/www/php73-opcache/php-7.3.33/ext/opcache/Optimizer/
H A Dzend_cfg.h89 int edges_count; /* number of edges */ member
H A Dscdf.c92 … scdf->phi_var_worklist_len + 2 * scdf->block_worklist_len + zend_bitset_len(ssa->cfg.edges_count), in scdf_init()
/dports/www/mod_php81/php-8.1.1/Zend/Optimizer/
H A Dzend_cfg.h87 int edges_count; /* number of edges */ member
/dports/lang/php81/php-8.1.1/Zend/Optimizer/
H A Dzend_cfg.h87 int edges_count; /* number of edges */ member
/dports/www/mod_php73/php-7.3.33/ext/opcache/Optimizer/
H A Dzend_cfg.h89 int edges_count; /* number of edges */ member
H A Dscdf.c92 … scdf->phi_var_worklist_len + 2 * scdf->block_worklist_len + zend_bitset_len(ssa->cfg.edges_count), in scdf_init()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/oqgraph/
H A Dgraphcore.h97 unsigned edges_count() const throw();
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/oqgraph/
H A Dgraphcore.h97 unsigned edges_count() const throw();
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/oqgraph/
H A Dgraphcore.h97 unsigned edges_count() const throw();
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/oqgraph/
H A Dgraphcore.h97 unsigned edges_count() const throw();
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/oqgraph/
H A Dgraphcore.h97 unsigned edges_count() const throw();
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/oqgraph/
H A Dgraphcore.h97 unsigned edges_count() const throw();
/dports/devel/grcov/grcov-0.8.2/src/
H A Dreader.rs480 let edges_count = edges.len(); in read_edges() localVariable
495 blocks[block_no].destination.insert(i, edges_count); in read_edges()
496 blocks[dst_block_no].source.push(edges_count); in read_edges()
1091 let edges_count = self.edges.len(); in count_on_tree() localVariable
1106 self.blocks[sink_no].destination.insert(i, edges_count); in count_on_tree()
1107 self.blocks[src_no].source.push(edges_count); in count_on_tree()

1234