Home
last modified time | relevance | path

Searched refs:cell_list (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/cad/alliance/alliance/src/boog/src/
H A Dbog_lib_cell.c44 static cell_list* LOGIC_CELLS=NULL;
45 static cell_list* REG_CELLS=NULL;
46 static cell_list* BUS_CELLS=NULL;
56 extern cell_list* getcell_register_lib() in getcell_register_lib()
64 extern cell_list* getcell_tristate_lib() in getcell_tristate_lib()
72 extern cell_list* getcell_logic_lib() in getcell_logic_lib()
99 extern void setcell_logic_lib __P ((cell_list* cells_lib)) in setcell_logic_lib()
111 cell_list* cell, *list; in addCell_logic()
134 cell_list* cell; in addCell_bus()
135 cell_list* list; in addCell_bus()
[all …]
H A Dbog_lib_cell.h49 extern cell_list* addCell_logic __P ((befig_list* befig, chain_list* abl));
55 extern cell_list* addCell_bus __P ((befig_list* befig, biabl_list* biabl));
61 extern cell_list* addCell_register __P ((befig_list* befig, biabl_list *biabl));
66 extern cell_list* getcell_register_lib __P (());
71 extern cell_list* getcell_tristate_lib __P (());
76 extern cell_list* getcell_logic_lib __P (());
81 extern void setcell_register_lib __P ((cell_list* cells_lib));
86 extern void setcell_tristate_lib __P ((cell_list* cells_lib));
91 extern void setcell_logic_lib __P ((cell_list* cells_lib));
H A Dbog_lib_utils.h70 } cell_list; typedef
82 extern cell_list* addCell __P ((befig_list* befig));
88 extern cell_list* copyCell __P ((cell_list* old));
98 extern cell_list* classCell __P ((cell_list* new_cell, cell_list* list));
H A Dbog_lib_utils.c145 extern cell_list* addCell(befig_list* befig) in addCell()
147 cell_list* cell; in addCell()
152 cell=(cell_list*) mbkalloc(sizeof(cell_list)); in addCell()
190 extern cell_list* copyCell(cell_list* old) in copyCell()
192 cell_list* cell; in copyCell()
194 cell=(cell_list*) mbkalloc(sizeof(cell_list)); in copyCell()
217 extern cell_list* classCell(cell_list* new, cell_list* list) in classCell()
219 cell_list* cell, *pred=NULL; in classCell()
H A Dbog_lib_complete.c52 cell_list *CELL;
58 static cell_list* SIMPLE_OPER;
139 cell_list* new, *list; in simpleCell()
168 cell_list* cell; in addgeneric()
310 static cell_list* complete_neg_lib(cell_list* cell) in complete_neg_lib()
350 static cell_list* complete_xor_lib() in complete_xor_lib()
413 cell_list* not=NULL; /*flag*/ in control_lib()
414 cell_list* buff=NULL; /*flag*/ in control_lib()
415 cell_list* one=NULL; /*flag*/ in control_lib()
416 cell_list* zero=NULL; /*flag*/ in control_lib()
[all …]
H A Dbog_map_prepare.h49 extern cell_list* cell_prepare __P ((chain_list* expr));
54 extern cell_list* cell_prepare_bus __P ((biabl_list* biabl));
59 extern cell_list* cell_prepare_reg __P ((biabl_list* biabl));
H A Dbog_map_prepare.c51 extern cell_list* cell_prepare(chain_list* expr) in cell_prepare()
53 cell_list* cell, *best_cell=NULL; in cell_prepare()
119 extern cell_list* cell_prepare_bus(biabl_list* biabl) in cell_prepare_bus()
121 cell_list* cell, *best_cell=NULL; in cell_prepare_bus()
186 extern cell_list* cell_prepare_reg(biabl_list* biabl) in cell_prepare_reg()
188 cell_list* cell, *best_cell=NULL; in cell_prepare_reg()
H A Dbog_map_pattern.h57 extern cell_list* cell_pattern __P ((chain_list* expr));
63 extern cell_list* cell_pattern_bus __P ((biabl_list* biabl));
69 extern cell_list* cell_pattern_reg __P ((biabl_list* biabl));
H A Dbog_map_pattern.c392 cell_list* cell, *best_cell=NULL; in cell_pattern()
457 cell=(cell_list*) ptype->DATA; in cell_pattern()
466 cell=(cell_list*) ptype->DATA; in cell_pattern()
478 cell=(cell_list*) ptype->DATA; in cell_pattern()
555 cell_list* cell, *best_cell=NULL; in cell_pattern_bus()
602 cell=(cell_list*) ptype->DATA; in cell_pattern_bus()
611 cell=(cell_list*) ptype->DATA; in cell_pattern_bus()
623 cell=(cell_list*) ptype->DATA; in cell_pattern_bus()
702 cell_list* cell, *best_cell=NULL; in cell_pattern_reg()
760 cell=(cell_list*) ptype->DATA; in cell_pattern_reg()
[all …]
/dports/graphics/reallyslick/rss-glx_0.9.1/src/PixelCity/
H A DEntity.cpp43 static cell cell_list[GRID_SIZE][GRID_SIZE]; variable
109 if (!cell_list[x][y].list_textured) in do_compile()
110 cell_list[x][y].list_textured = glGenLists(1); in do_compile()
123 if (!cell_list[x][y].list_flat) in do_compile()
124 cell_list[x][y].list_flat = glGenLists(1); in do_compile()
125 glNewList (cell_list[x][y].list_flat, GL_COMPILE); in do_compile()
136 if (!cell_list[x][y].list_flat_wireframe) in do_compile()
149 if (!cell_list[x][y].list_alpha) in do_compile()
150 cell_list[x][y].list_alpha = glGenLists(1); in do_compile()
275 glCallList (cell_list[x][y].list_flat); in EntityRender()
[all …]
/dports/cad/alliance/alliance/src/loon/src/
H A Dlon_lib_utils.c139 extern cell_list* copyCell(cell_list* old) in copyCell()
141 cell_list* cell; in copyCell()
143 cell=(cell_list*) autallocblock(sizeof(cell_list)); in copyCell()
212 cell_list* cell; in properties_addCell()
219 cell=(cell_list*) autallocblock(sizeof(cell_list)); in properties_addCell()
277 static cell_list* insertCell(befig_list* befig, cell_list* top_lib) in insertCell()
280 cell_list* cell; in insertCell()
317 cell_list* cell; in createCell()
322 cell=(cell_list*) autallocblock(sizeof(cell_list)); in createCell()
358 cell_list* cell; in addCell()
[all …]
H A Dlon_lib_utils.h62 } cell_list; typedef
68 extern cell_list* createCell __P ((befig_list* befig));
80 extern cell_list* copyCell __P ((cell_list* old));
100 extern cell_list* getCell __P ((char *name));
105 extern cell_list* getCellbuffer __P (());
110 extern cell_list* sameCells __P ((char *name));
/dports/net/py-gspread/gspread-5.1.1/tests/
H A Dworksheet_test.py159 self.sheet.update_cells(cell_list)
187 self.sheet.update_cells(cell_list)
193 top_left = cell_list[0]
194 bottom_right = cell_list[-1]
211 cell_list = [
215 self.sheet.update_cells(cell_list)
272 self.sheet.update_cells(cell_list)
416 for c in cell_list:
418 self.sheet.update_cells(cell_list)
430 for c in cell_list:
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/Css/
H A DAttributeTranslator.php363 $cell_list = self::get_cell_list($node);
365 foreach ($cell_list as $cell) {
380 $cell_list = self::get_cell_list($node);
382 foreach ($cell_list as $cell) {
450 $cell_list = self::get_cell_list($node);
452 foreach ($cell_list as $cell) {
540 $cell_list = self::get_cell_list($node);
542 foreach ($cell_list as $cell) {
557 $cell_list = self::get_cell_list($node);
559 foreach ($cell_list as $cell) {
[all …]
/dports/biology/exonerate/exonerate-2.4.0/src/c4/
H A Dlayout.c167 cell = row->cell_list->pdata[MIN(dst_query_pos, in Layout_is_transition_valid()
366 row->cell_list = g_ptr_array_new(); in Layout_Row_create()
372 row->cell_list->pdata[row->cell_list->len-1])){ in Layout_Row_create()
376 g_ptr_array_add(row->cell_list, cell); in Layout_Row_create()
384 for(i = 0; i < row->cell_list->len; i++) in Layout_Row_destroy()
386 g_ptr_array_free(row->cell_list, TRUE); in Layout_Row_destroy()
396 if(a->cell_list->len != b->cell_list->len) in Layout_Row_is_same()
398 for(i = 0; i < a->cell_list->len; i++){ in Layout_Row_is_same()
399 cell_a = a->cell_list->pdata[i]; in Layout_Row_is_same()
400 cell_b = b->cell_list->pdata[i]; in Layout_Row_is_same()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkcellview.c53 GList *cell_list; member
328 for (i = cellview->priv->cell_list; i; i = i->next) in gtk_cell_view_size_request()
365 for (i = cellview->priv->cell_list; i; i = i->next) in gtk_cell_view_size_allocate()
384 for (i = cellview->priv->cell_list; i; i = i->next) in gtk_cell_view_size_allocate()
582 cellview->priv->cell_list = g_list_append (cellview->priv->cell_list, info); in gtk_cell_view_cell_layout_pack_start()
604 cellview->priv->cell_list = g_list_append (cellview->priv->cell_list, info); in gtk_cell_view_cell_layout_pack_end()
632 while (cellview->priv->cell_list) in gtk_cell_view_cell_layout_clear()
639 cellview->priv->cell_list = g_list_delete_link (cellview->priv->cell_list, in gtk_cell_view_cell_layout_clear()
640 cellview->priv->cell_list); in gtk_cell_view_cell_layout_clear()
713 cellview->priv->cell_list = g_list_delete_link (cellview->priv->cell_list, in gtk_cell_view_cell_layout_reorder()
[all …]
H A Dgtktreeviewcolumn.c423 g_list_free (tree_column->cell_list); in gtk_tree_view_column_finalize()
656 column->cell_list = g_list_append (column->cell_list, cell_info); in gtk_tree_view_column_cell_layout_pack_start()
680 column->cell_list = g_list_append (column->cell_list, cell_info); in gtk_tree_view_column_cell_layout_pack_end()
691 while (column->cell_list) in gtk_tree_view_column_cell_layout_clear()
698 column->cell_list = g_list_delete_link (column->cell_list, in gtk_tree_view_column_cell_layout_clear()
699 column->cell_list); in gtk_tree_view_column_cell_layout_clear()
793 column->cell_list = g_list_delete_link (column->cell_list, link); in gtk_tree_view_column_cell_layout_reorder()
794 column->cell_list = g_list_insert (column->cell_list, info, position); in gtk_tree_view_column_cell_layout_reorder()
2560 GList *cell_list; in gtk_tree_view_column_cell_set_cell_data() local
2567 for (cell_list = tree_column->cell_list; cell_list; cell_list = cell_list->next) in gtk_tree_view_column_cell_set_cell_data()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/grid/
H A Dgrid_reordering.cc567 std::vector<Cell<dim>> cell_list; in build_cells_and_connect_edges() local
568 cell_list.reserve(cells.size()); in build_cells_and_connect_edges()
573 cell_list.emplace_back(cells[i], edges); in build_cells_and_connect_edges()
583 return cell_list; in build_cells_and_connect_edges()
806 rotate_cell(const std::vector<Cell<dim>> &cell_list, in rotate_cell() argument
816 Assert(edge_list[cell_list[cell_index].edge_indices[e]] in rotate_cell()
819 if (edge_list[cell_list[cell_index].edge_indices[e]] in rotate_cell()
863 cell_list[cell_index] in rotate_cell()
955 std::vector<Cell<dim>> cell_list = in reorient() local
981 cell_list, in reorient()
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/utilities/building-utility/
H A Ddeconstruct.py54 cell_list = [[]]
69 cell_list *= cells_per_line
80 cell_list = internal_append(cell_list, division_split(cell_size, line))
88 all_cells.extend(cell_list)
89 cell_list = [[]]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/utilities/building-utility/
H A Ddeconstruct.py54 cell_list = [[]]
69 cell_list *= cells_per_line
80 cell_list = internal_append(cell_list, division_split(cell_size, line))
88 all_cells.extend(cell_list)
89 cell_list = [[]]
/dports/science/code_saturne/code_saturne-7.1.0/src/user_examples/
H A Dcs_user_postprocess-profiles.c263 const cs_lnum_t cell_list[], in cs_user_postprocess_values() argument
325 cs_lnum_t c_id = cell_list[i]; in cs_user_postprocess_values()
348 cell_list, in cs_user_postprocess_values()
357 cs_lnum_t c_id = cell_list[i]; in cs_user_postprocess_values()
374 cs_lnum_t c_id = cell_list[i]; in cs_user_postprocess_values()
384 cs_lnum_t c_id = cell_list[i]; in cs_user_postprocess_values()
394 cs_lnum_t c_id = cell_list[i]; in cs_user_postprocess_values()
431 cs_lnum_t c_id = cell_list[i]; in cs_user_postprocess_values()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/python/perfetto/trace_processor/
H A Dapi.py118 cell_list = self.get_cell_list(cell_type)
119 if cell_list is None:
122 row.append(cell_list.pop(0))
160 cell_list = self.get_cell_list(cell_type)
161 if cell_list is None:
164 setattr(row, column_name, cell_list.pop(0))
/dports/science/pynn/PyNN-0.10.0/pyNN/brian2/standardmodels/
H A Delectrodes.py36 self.cell_list = []
94 def inject_into(self, cell_list): argument
96 for cell in cell_list:
99 self.cell_list.extend(cell_list)
100 for cell in cell_list:
108 for cell, idx in zip(self.cell_list, self.indices):
124 for cell, idx in zip(self.cell_list, self.indices):
/dports/science/pynn/PyNN-0.10.0/pyNN/nest/
H A Delectrodes.py24 self.cell_list = []
40 self.cell_list = [cell for cell in cells]
42 self.cell_list = cells
43 nest.Connect(self._device, self.cell_list, syn_spec={"delay": state.min_delay})
/dports/science/plumed/plumed2-2.7.2/src/tools/
H A DLinkCells.cpp133 void LinkCells::retrieveNeighboringAtoms( const Vector& pos, std::vector<unsigned>& cell_list, in retrieveNeighboringAtoms() argument
135 if( cell_list.size()!=getNumberOfCells() ) cell_list.resize( getNumberOfCells() ); in retrieveNeighboringAtoms()
136 unsigned ncellt=0; addRequiredCells( findMyCell( pos ), ncellt, cell_list ); in retrieveNeighboringAtoms()
137 retrieveAtomsInCells( ncellt, cell_list, natomsper, atoms ); in retrieveNeighboringAtoms()

1234567