Home
last modified time | relevance | path

Searched refs:next_cell (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/multimedia/ogmrip/ogmrip-1.0.1/libogmdvd/
H A Dogmdvd-reader.c229 guint8 next_cell = reader->cur_cell; in ogmdvd_reader_get_next_cell() local
231 if (reader->pgc->cell_playback[next_cell].block_type == BLOCK_TYPE_ANGLE_BLOCK ) in ogmdvd_reader_get_next_cell()
233 while (next_cell < reader->last_cell) in ogmdvd_reader_get_next_cell()
237 next_cell ++; in ogmdvd_reader_get_next_cell()
241 next_cell ++; in ogmdvd_reader_get_next_cell()
242 if (next_cell >= reader->last_cell) in ogmdvd_reader_get_next_cell()
247 next_cell += reader->angle; in ogmdvd_reader_get_next_cell()
248 if (next_cell >= reader->last_cell) in ogmdvd_reader_get_next_cell()
252 reader->cur_cell = next_cell; in ogmdvd_reader_get_next_cell()
254 reader->cell_first_pack = reader->pgc->cell_playback[next_cell].first_sector; in ogmdvd_reader_get_next_cell()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcolumnviewcell.c39 GtkColumnViewCell *next_cell; member
146 self->next_cell = gtk_column_view_column_get_first_cell (self->column); in gtk_column_view_cell_root()
147 if (self->next_cell) in gtk_column_view_cell_root()
148 self->next_cell->prev_cell = self; in gtk_column_view_cell_root()
161 self->prev_cell->next_cell = self->next_cell; in gtk_column_view_cell_unroot()
162 if (self->next_cell) in gtk_column_view_cell_unroot()
163 self->next_cell->prev_cell = self->prev_cell; in gtk_column_view_cell_unroot()
166 self->next_cell = NULL; in gtk_column_view_cell_unroot()
257 return self->next_cell; in gtk_column_view_cell_get_next()
/dports/databases/postgresql-repmgr/repmgr-5.2.0/
H A Dstrutil.c153 ItemListCell *next_cell = NULL; in item_list_free() local
159 next_cell = cell->next; in item_list_free()
162 cell = next_cell; in item_list_free()
204 KeyValueListCell *next_cell = NULL; in _key_value_list_set() local
209 next_cell = cell->next; in _key_value_list_set()
291 KeyValueListCell *next_cell; in key_value_list_free() local
297 next_cell = cell->next; in key_value_list_free()
301 cell = next_cell; in key_value_list_free()
357 CheckStatusListCell *next_cell = NULL; in check_status_list_free() local
363 next_cell = cell->next; in check_status_list_free()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.walk/
H A Dheap.c151 struct cost *next_cell; in get_lowest() local
157 next_cell = heap_index[1]; in get_lowest()
158 heap_index[0] = next_cell; in get_lowest()
165 return next_cell; in get_lowest()
203 return next_cell; in get_lowest()
/dports/databases/grass7/grass-7.8.6/raster/r.cost/
H A Dheap.c151 struct cost *next_cell; in get_lowest() local
157 next_cell = heap_index[1]; in get_lowest()
158 heap_index[0] = next_cell; in get_lowest()
165 return next_cell; in get_lowest()
203 return next_cell; in get_lowest()
/dports/math/igraph/igraph-0.9.5/src/isomorphism/bliss/
H A Dpartition.cc201 if(next_cell->length == 1) in goto_backtrack_point()
209 cell->length += next_cell->length; in goto_backtrack_point()
210 if(next_cell->next) in goto_backtrack_point()
211 next_cell->next->prev = cell; in goto_backtrack_point()
212 cell->next = next_cell->next; in goto_backtrack_point()
214 next_cell->first = 0; in goto_backtrack_point()
215 next_cell->length = 0; in goto_backtrack_point()
216 next_cell->prev = 0; in goto_backtrack_point()
217 next_cell->next = free_cells; in goto_backtrack_point()
218 free_cells = next_cell; in goto_backtrack_point()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Djs-weak-refs-inl.h185 WeakCell next_cell = WeakCell::cast(next()); in Nullify() local
186 next_cell.set_prev(prev()); in Nullify()
187 gc_notify_updated_slot(next_cell, next_cell.RawField(WeakCell::kPrevOffset), in Nullify()
230 WeakCell next_cell = WeakCell::cast(next()); in RemoveFromFinalizationRegistryCells() local
231 next_cell.set_prev(prev()); in RemoveFromFinalizationRegistryCells()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Djs-weak-refs-inl.h192 WeakCell next_cell = WeakCell::cast(next()); in Nullify() local
193 next_cell.set_prev(prev()); in Nullify()
194 gc_notify_updated_slot(next_cell, next_cell.RawField(WeakCell::kPrevOffset), in Nullify()
237 WeakCell next_cell = WeakCell::cast(next()); in RemoveFromFinalizationRegistryCells() local
238 next_cell.set_prev(prev()); in RemoveFromFinalizationRegistryCells()
/dports/math/gap/gap-4.11.0/pkg/digraphs-1.1.1/extern/bliss-0.73/
H A Dpartition.cc185 Cell* const next_cell = cell->next; in goto_backtrack_point() local
188 if(next_cell->length == 1) in goto_backtrack_point()
196 cell->length += next_cell->length; in goto_backtrack_point()
197 if(next_cell->next) in goto_backtrack_point()
198 next_cell->next->prev = cell; in goto_backtrack_point()
199 cell->next = next_cell->next; in goto_backtrack_point()
201 next_cell->first = 0; in goto_backtrack_point()
202 next_cell->length = 0; in goto_backtrack_point()
203 next_cell->prev = 0; in goto_backtrack_point()
204 next_cell->next = free_cells; in goto_backtrack_point()
[all …]
/dports/math/R-cran-igraph/igraph/src/bliss/
H A Dpartition.cc202 Cell* const next_cell = cell->next; in goto_backtrack_point() local
205 if(next_cell->length == 1) in goto_backtrack_point()
213 cell->length += next_cell->length; in goto_backtrack_point()
214 if(next_cell->next) in goto_backtrack_point()
215 next_cell->next->prev = cell; in goto_backtrack_point()
216 cell->next = next_cell->next; in goto_backtrack_point()
218 next_cell->first = 0; in goto_backtrack_point()
219 next_cell->length = 0; in goto_backtrack_point()
220 next_cell->prev = 0; in goto_backtrack_point()
221 next_cell->next = free_cells; in goto_backtrack_point()
[all …]
/dports/math/bliss/bliss-0.73/
H A Dpartition.cc197 Cell* const next_cell = cell->next; in goto_backtrack_point() local
200 if(next_cell->length == 1) in goto_backtrack_point()
208 cell->length += next_cell->length; in goto_backtrack_point()
209 if(next_cell->next) in goto_backtrack_point()
210 next_cell->next->prev = cell; in goto_backtrack_point()
211 cell->next = next_cell->next; in goto_backtrack_point()
213 next_cell->first = 0; in goto_backtrack_point()
214 next_cell->length = 0; in goto_backtrack_point()
215 next_cell->prev = 0; in goto_backtrack_point()
216 next_cell->next = free_cells; in goto_backtrack_point()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/access-types/
H A Dinline_09.vhd40 next_cell : value_ptr; record
53 value_list := value_list.next_cell;
58 value_list := value_list.next_cell;
H A Dlist_search.vhd42 next_cell : value_ptr; record
60 current_cell := current_cell.next_cell;
72 current_cell := current_cell.next_cell;
H A Dlist_traversal.vhd42 next_cell : value_ptr; record
58 current_cell := current_cell.next_cell;
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/ashenden/compliant/
H A Dch_17_ch_17_09.vhd47 next_cell : value_ptr; record
60 value_list := value_list.next_cell;
65 value_list := value_list.next_cell;
H A Dch_17_fg_17_07.vhd49 next_cell : value_ptr; record
67 current_cell := current_cell.next_cell;
79 current_cell := current_cell.next_cell;
H A Dch_17_fg_17_05.vhd49 next_cell : value_ptr; record
65 current_cell := current_cell.next_cell;
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/geometry/
H A DGrid.cpp238 bool Grid::nextRayCell(Vec3u &current_cell, Vec3u &next_cell) in examineOccluder() argument
240 next_cell = current_cell; in examineOccluder()
273 next_cell[coord]++; in examineOccluder()
276 if (next_cell[coord] >= _cells_nb[coord]) { in examineOccluder()
281 int tmp = next_cell[coord] - 1; in examineOccluder()
286 next_cell[coord]--; in examineOccluder()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Djs-weak-refs-inl.h272 WeakCell next_cell = WeakCell::cast(next()); in Nullify() local
273 next_cell.set_prev(prev()); in Nullify()
274 gc_notify_updated_slot(next_cell, next_cell.RawField(WeakCell::kPrevOffset), in Nullify()
317 WeakCell next_cell = WeakCell::cast(next()); in RemoveFromFinalizationRegistryCells() local
318 next_cell.set_prev(prev()); in RemoveFromFinalizationRegistryCells()
/dports/cad/yosys/yosys-yosys-0.12/passes/opt/
H A Dopt_expr.cc562 goto next_cell; in replace_const_cells()
568 goto next_cell; in replace_const_cells()
574 goto next_cell; in replace_const_cells()
643 goto next_cell; in replace_const_cells()
934 goto next_cell; in replace_const_cells()
945 goto next_cell; in replace_const_cells()
1152 goto next_cell; in replace_const_cells()
1186 goto next_cell; in replace_const_cells()
1306 goto next_cell; in replace_const_cells()
1326 goto next_cell; in replace_const_cells()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dstream_dvd.c192 int next_cell=d->cur_cell; in dvd_next_cell() local
194 mp_msg(MSGT_DVD,MSGL_DBG2, "dvd_next_cell: next1=0x%X \n",next_cell); in dvd_next_cell()
196 while(next_cell<d->last_cell) { in dvd_next_cell()
199 ++next_cell; in dvd_next_cell()
202 mp_msg(MSGT_DVD,MSGL_DBG2, "dvd_next_cell: next2=0x%X \n",next_cell); in dvd_next_cell()
204 ++next_cell; in dvd_next_cell()
205 if(next_cell>=d->last_cell) in dvd_next_cell()
208 next_cell+=dvd_angle; in dvd_next_cell()
209 if(next_cell>=d->last_cell) in dvd_next_cell()
212 mp_msg(MSGT_DVD,MSGL_DBG2, "dvd_next_cell: next3=0x%X \n",next_cell); in dvd_next_cell()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dstream_dvd.c192 int next_cell=d->cur_cell; in dvd_next_cell() local
194 mp_msg(MSGT_DVD,MSGL_DBG2, "dvd_next_cell: next1=0x%X \n",next_cell); in dvd_next_cell()
196 while(next_cell<d->last_cell) { in dvd_next_cell()
199 ++next_cell; in dvd_next_cell()
202 mp_msg(MSGT_DVD,MSGL_DBG2, "dvd_next_cell: next2=0x%X \n",next_cell); in dvd_next_cell()
204 ++next_cell; in dvd_next_cell()
205 if(next_cell>=d->last_cell) in dvd_next_cell()
208 next_cell+=dvd_angle; in dvd_next_cell()
209 if(next_cell>=d->last_cell) in dvd_next_cell()
212 mp_msg(MSGT_DVD,MSGL_DBG2, "dvd_next_cell: next3=0x%X \n",next_cell); in dvd_next_cell()
[all …]
/dports/print/latex2rtf/latex2rtf-2.3.17/
H A Dtables.c454 static void TabularGetCell(const char *cell_start, char **cell, char **next_cell) in TabularGetCell() argument
466 *next_cell = NULL; in TabularGetCell()
480 *next_cell = cell_end + 1; in TabularGetCell()
1096 static void TabbingNextCellEnd(char *t, char **cell_end, char **next_cell) in TabbingNextCellEnd() argument
1110 *next_cell = s; in TabbingNextCellEnd()
1119 *next_cell = s + 1; in TabbingNextCellEnd()
1126 *next_cell = s; in TabbingNextCellEnd()
1139 char *end=NULL, *dup, *dup2, *next_cell=NULL, *p; in TabbingNextCell() local
1141 TabbingNextCellEnd(cell_start, &end, &next_cell); in TabbingNextCell()
1147 if (*next_cell == '\0') in TabbingNextCell()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/numerics/
H A Ddata_out.h384 const cell_iterator &)> &next_cell);
459 next_cell(const cell_iterator &cell);
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/numerics/
H A Ddata_out.cc1296 const cell_iterator &)> &next_cell) in set_cell_selection() argument
1299 next_cell_function = next_cell; in set_cell_selection()
1320 const auto next_cell = in set_cell_selection() local
1340 set_cell_selection(first_cell, next_cell); in set_cell_selection()
1366 DataOut<dim, DoFHandlerType>::next_cell( in next_cell() function in DataOut
1390 cell = next_cell(cell); in first_locally_owned_cell()
1403 next_cell(old_cell); in next_locally_owned_cell()
1406 cell = next_cell(cell); in next_locally_owned_cell()

1234567