Home
last modified time | relevance | path

Searched refs:next_position (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/contact/
H A Dsurf_ele.f90155 next_position = surf%eid
171 next_position = 1
173 next_position = 3
175 next_position = 2
177 next_position = 4
180 next_position = 2
182 next_position = 1
186 next_position = 1
188 next_position = 4
206 next_position = surf%neighbor( next_position )
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/tree-sitter-0.20.0/src/
H A Dget_changed_ranges.c356 if (position.bytes < next_position.bytes) { in ts_subtree_get_changed_ranges()
357 ts_range_array_add(&results, position, next_position); in ts_subtree_get_changed_ranges()
358 position = next_position; in ts_subtree_get_changed_ranges()
359 } else if (position.bytes > next_position.bytes) { in ts_subtree_get_changed_ranges()
360 ts_range_array_add(&results, next_position, position); in ts_subtree_get_changed_ranges()
361 next_position = position; in ts_subtree_get_changed_ranges()
393 next_position = iterator_end_position(&old_iter); in ts_subtree_get_changed_ranges()
408 next_position = length_min( in ts_subtree_get_changed_ranges()
419 next_position = length_min( in ts_subtree_get_changed_ranges()
449 next_position.extent.row + 1, next_position.extent.column in ts_subtree_get_changed_ranges()
[all …]
/dports/devel/tree-sitter/tree-sitter-0.20.1/lib/src/
H A Dget_changed_ranges.c356 if (position.bytes < next_position.bytes) { in ts_subtree_get_changed_ranges()
357 ts_range_array_add(&results, position, next_position); in ts_subtree_get_changed_ranges()
358 position = next_position; in ts_subtree_get_changed_ranges()
359 } else if (position.bytes > next_position.bytes) { in ts_subtree_get_changed_ranges()
360 ts_range_array_add(&results, next_position, position); in ts_subtree_get_changed_ranges()
361 next_position = position; in ts_subtree_get_changed_ranges()
393 next_position = iterator_end_position(&old_iter); in ts_subtree_get_changed_ranges()
408 next_position = length_min( in ts_subtree_get_changed_ranges()
419 next_position = length_min( in ts_subtree_get_changed_ranges()
449 next_position.extent.row + 1, next_position.extent.column in ts_subtree_get_changed_ranges()
[all …]
/dports/devel/radare2/radare2-5.1.1/shlr/tree-sitter/lib/src/
H A Dget_changed_ranges.c356 if (position.bytes < next_position.bytes) { in ts_subtree_get_changed_ranges()
357 ts_range_array_add(&results, position, next_position); in ts_subtree_get_changed_ranges()
358 position = next_position; in ts_subtree_get_changed_ranges()
359 } else if (position.bytes > next_position.bytes) { in ts_subtree_get_changed_ranges()
360 ts_range_array_add(&results, next_position, position); in ts_subtree_get_changed_ranges()
361 next_position = position; in ts_subtree_get_changed_ranges()
393 next_position = iterator_end_position(&old_iter); in ts_subtree_get_changed_ranges()
408 next_position = length_min( in ts_subtree_get_changed_ranges()
419 next_position = length_min( in ts_subtree_get_changed_ranges()
449 next_position.extent.row + 1, next_position.extent.column in ts_subtree_get_changed_ranges()
[all …]
/dports/science/minc2/minc-release-2.2.00/conversion/scxtominc/
H A Ddefine_scx_header.perl101 $position = $next_position = 0;
159 {$position = $next_position;}
161 $next_position = $position +
184 $next_position += $1;
211 $blocks{$blk, "start"} = $next_position;
224 $block_length = $next_position - $blocks{$blk, "start"};
235 $next_position += $blocks{$blk, "length"} *
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/containers/
H A Dbuffer_iterator.h77 size_t next_position; in MutableObject() local
78 if (!CheckAdd(position(), size).AssignIfValid(&next_position)) in MutableObject()
80 if (next_position > total_size()) in MutableObject()
107 size_t next_position; in MutableSpan() local
108 if (!CheckAdd(position(), size).AssignIfValid(&next_position)) in MutableSpan()
110 if (next_position > total_size()) in MutableSpan()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/containers/
H A Dbuffer_iterator.h77 size_t next_position; in MutableObject() local
78 if (!CheckAdd(position(), size).AssignIfValid(&next_position)) in MutableObject()
80 if (next_position > total_size()) in MutableObject()
107 size_t next_position; in MutableSpan() local
108 if (!CheckAdd(position(), size).AssignIfValid(&next_position)) in MutableSpan()
110 if (next_position > total_size()) in MutableSpan()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/containers/
H A Dbuffer_iterator.h77 size_t next_position; in MutableObject() local
78 if (!CheckAdd(position(), size).AssignIfValid(&next_position)) in MutableObject()
80 if (next_position > total_size()) in MutableObject()
107 size_t next_position; in MutableSpan() local
108 if (!CheckAdd(position(), size).AssignIfValid(&next_position)) in MutableSpan()
110 if (next_position > total_size()) in MutableSpan()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/containers/
H A Dbuffer_iterator.h77 size_t next_position; in MutableObject() local
78 if (!CheckAdd(position(), size).AssignIfValid(&next_position)) in MutableObject()
80 if (next_position > total_size()) in MutableObject()
107 size_t next_position; in MutableSpan() local
108 if (!CheckAdd(position(), size).AssignIfValid(&next_position)) in MutableSpan()
110 if (next_position > total_size()) in MutableSpan()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/containers/
H A Dbuffer_iterator.h77 size_t next_position; in MutableObject() local
78 if (!CheckAdd(position(), size).AssignIfValid(&next_position)) in MutableObject()
80 if (next_position > total_size()) in MutableObject()
107 size_t next_position; in MutableSpan() local
108 if (!CheckAdd(position(), size).AssignIfValid(&next_position)) in MutableSpan()
110 if (next_position > total_size()) in MutableSpan()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/widgets/
H A Dgroupediconview.cpp127 QPoint next_position(0, 0); in LayoutItems() local
143 header.y = next_position.y() + max_row_height + header_indent_; in LayoutItems()
157 next_position.setX(0); in LayoutItems()
158 next_position.setY(header.y + header_height() + header_indent_ + in LayoutItems()
164 QPoint this_position(next_position); in LayoutItems()
172 if (next_position.x() != 0 && in LayoutItems()
174 next_position.setX(0); in LayoutItems()
175 next_position.setY(next_position.y() + max_row_height); in LayoutItems()
176 this_position = next_position; in LayoutItems()
186 next_position.setX(this_position.x() + size.width()); in LayoutItems()
[all …]
/dports/audio/strawberry/strawberry-1.0.0/src/widgets/
H A Dgroupediconview.cpp151 QPoint next_position(0, 0); in LayoutItems() local
167 header.y = next_position.y() + max_row_height + header_indent_; in LayoutItems()
181 next_position.setX(0); in LayoutItems()
182 next_position.setY(header.y + header_height() + header_indent_ + header_spacing_); in LayoutItems()
187 QPoint this_position(next_position); in LayoutItems()
196 if (next_position.x() != 0 && this_position.x() + size.width() >= viewport()->width()) { in LayoutItems()
197 next_position.setX(0); in LayoutItems()
198 next_position.setY(next_position.y() + max_row_height); in LayoutItems()
199 this_position = next_position; in LayoutItems()
209 next_position.setX(this_position.x() + size.width()); in LayoutItems()
[all …]
/dports/textproc/p5-Plucene/Plucene-1.25/lib/Plucene/Search/
H A DPhrasePositions.pm74 $self->next_position;
83 sub next_position { subroutine
86 $self->position($self->tp->next_position - $self->offset);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_index.test22 alter table mysql.ndb_binlog_index drop column next_position;
31 alter table mysql.ndb_binlog_index add column next_position bigint unsigned not null;
62 select bi1.epoch, bi1.Position, bi1.File, bi1.next_position, bi1.next_file,
63 bi2.epoch, bi2.Position, bi2.File, bi2.next_position, bi2.next_file
68 bi1.Position != bi1.next_position OR
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_index.test27 alter table mysql.ndb_binlog_index drop column next_position;
36 alter table mysql.ndb_binlog_index add column next_position bigint unsigned not null;
67 select bi1.epoch, bi1.Position, bi1.File, bi1.next_position, bi1.next_file,
68 bi2.epoch, bi2.Position, bi2.File, bi2.next_position, bi2.next_file
73 bi1.Position != bi1.next_position OR
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_index.test27 alter table mysql.ndb_binlog_index drop column next_position;
36 alter table mysql.ndb_binlog_index add column next_position bigint unsigned not null;
67 select bi1.epoch, bi1.Position, bi1.File, bi1.next_position, bi1.next_file,
68 bi2.epoch, bi2.Position, bi2.File, bi2.next_position, bi2.next_file
73 bi1.Position != bi1.next_position OR
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_index.test27 alter table mysql.ndb_binlog_index drop column next_position;
36 alter table mysql.ndb_binlog_index add column next_position bigint unsigned not null;
67 select bi1.epoch, bi1.Position, bi1.File, bi1.next_position, bi1.next_file,
68 bi2.epoch, bi2.Position, bi2.File, bi2.next_position, bi2.next_file
73 bi1.Position != bi1.next_position OR
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_index.test27 alter table mysql.ndb_binlog_index drop column next_position;
36 alter table mysql.ndb_binlog_index add column next_position bigint unsigned not null;
67 select bi1.epoch, bi1.Position, bi1.File, bi1.next_position, bi1.next_file,
68 bi2.epoch, bi2.Position, bi2.File, bi2.next_position, bi2.next_file
73 bi1.Position != bi1.next_position OR
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_index.test27 alter table mysql.ndb_binlog_index drop column next_position;
36 alter table mysql.ndb_binlog_index add column next_position bigint unsigned not null;
67 select bi1.epoch, bi1.Position, bi1.File, bi1.next_position, bi1.next_file,
68 bi2.epoch, bi2.Position, bi2.File, bi2.next_position, bi2.next_file
73 bi1.Position != bi1.next_position OR
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_index.test27 alter table mysql.ndb_binlog_index drop column next_position;
36 alter table mysql.ndb_binlog_index add column next_position bigint unsigned not null;
67 select bi1.epoch, bi1.Position, bi1.File, bi1.next_position, bi1.next_file,
68 bi2.epoch, bi2.Position, bi2.File, bi2.next_position, bi2.next_file
73 bi1.Position != bi1.next_position OR
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dlevel_conversion_test.cc216 typename TypeParam::OffsetsType* next_position = in TYPED_TEST() local
219 EXPECT_EQ(next_position, this->offsets_.data() + 4); in TYPED_TEST()
242 typename TypeParam::OffsetsType* next_position = in TYPED_TEST() local
245 EXPECT_EQ(next_position, this->offsets_.data() + 7); in TYPED_TEST()
268 typename TypeParam::OffsetsType* next_position = in TYPED_TEST() local
271 EXPECT_EQ(next_position, this->offsets_.data() + 6); in TYPED_TEST()
299 typename TypeParam::OffsetsType* next_position = this->Run(test_data, level_info); in TYPED_TEST() local
301 EXPECT_EQ(next_position, this->offsets_.data() + 65); in TYPED_TEST()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/parquet/
H A Dlevel_conversion_test.cc216 typename TypeParam::OffsetsType* next_position = in TYPED_TEST() local
219 EXPECT_EQ(next_position, this->offsets_.data() + 4); in TYPED_TEST()
242 typename TypeParam::OffsetsType* next_position = in TYPED_TEST() local
245 EXPECT_EQ(next_position, this->offsets_.data() + 7); in TYPED_TEST()
268 typename TypeParam::OffsetsType* next_position = in TYPED_TEST() local
271 EXPECT_EQ(next_position, this->offsets_.data() + 6); in TYPED_TEST()
299 typename TypeParam::OffsetsType* next_position = this->Run(test_data, level_info); in TYPED_TEST() local
301 EXPECT_EQ(next_position, this->offsets_.data() + 65); in TYPED_TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/i18n/
H A Drtl.cc231 size_t next_position = position; in GetFirstStrongCharacterDirection() local
232 U16_NEXT(string, next_position, length, character); in GetFirstStrongCharacterDirection()
236 position = next_position; in GetFirstStrongCharacterDirection()
264 size_t next_position = position; in GetStringDirection() local
265 U16_NEXT(string, next_position, length, character); in GetStringDirection()
272 position = next_position; in GetStringDirection()
412 size_t next_position = position; in StringContainsStrongRTLChars() local
413 U16_NEXT(string, next_position, length, character); in StringContainsStrongRTLChars()
421 position = next_position; in StringContainsStrongRTLChars()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/i18n/
H A Drtl.cc231 size_t next_position = position; in GetFirstStrongCharacterDirection() local
232 U16_NEXT(string, next_position, length, character); in GetFirstStrongCharacterDirection()
236 position = next_position; in GetFirstStrongCharacterDirection()
264 size_t next_position = position; in GetStringDirection() local
265 U16_NEXT(string, next_position, length, character); in GetStringDirection()
272 position = next_position; in GetStringDirection()
412 size_t next_position = position; in StringContainsStrongRTLChars() local
413 U16_NEXT(string, next_position, length, character); in StringContainsStrongRTLChars()
421 position = next_position; in StringContainsStrongRTLChars()
/dports/audio/gnome-music/gnome-music-41.0/gnomemusic/
H A Dplayer.py139 next_position = self.props.position
142 next_position = 0
144 next_position = self.props.position + 1
146 return self._model[next_position]
158 next_position = self.props.position
161 next_position = 0
163 next_position = self.props.position + 1
166 self._position = next_position
168 next_song = self._model[next_position]
315 next_position = current_position + 1
[all …]

12345678910>>...15