Home
last modified time | relevance | path

Searched refs:current_index (Results 1 – 25 of 1668) sorted by relevance

12345678910>>...67

/dports/textproc/htdig/htdig-3.2.0b6/htlib/
H A DHtVector.cc32 current_index = -1; in HtVector()
46 current_index = -1; in HtVector()
65 for (current_index = 0; current_index < element_count; current_index++) in Release()
74 current_index = -1; in Release()
83 for (current_index = 0; current_index < element_count; current_index++) in Destroy()
94 current_index = -1; in Destroy()
176 current_index++; in Get_Next()
191 current_index = 0; in Get_First()
226 if (current_index == -1) in Next()
231 current_index = 0; in Next()
[all …]
H A DHtVectorGenericCode.h27 current_index = -1; in HtVectorGType()
41 current_index = -1; in HtVectorGType()
67 current_index = -1; in Destroy()
115 current_index++; in Get_Next()
116 CheckBounds(current_index); in Get_Next()
117 return data[current_index]; in Get_Next()
159 current_index = Index(prev); in Next()
160 CheckBounds(current_index); in Next()
163 return Nth(current_index); in Next()
174 CheckBounds(current_index); in Previous()
[all …]
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/
H A Dlog_formatter.c37 size_t next_index = current_index + amount; in s_advance_and_clamp_index()
52 size_t current_index = 0; in aws_format_standard_log_line() local
76 current_index = s_advance_and_clamp_index(current_index, log_level_length, fake_total_length); in aws_format_standard_log_line()
78 if (current_index < fake_total_length) { in aws_format_standard_log_line()
102current_index = s_advance_and_clamp_index(current_index, (int)timestamp_buffer.len, fake_total_len… in aws_format_standard_log_line()
105 if (current_index < fake_total_length) { in aws_format_standard_log_line()
124current_index = s_advance_and_clamp_index(current_index, thread_id_written, fake_total_length); in aws_format_standard_log_line()
140current_index = s_advance_and_clamp_index(current_index, subject_written, fake_total_length); in aws_format_standard_log_line()
146 …snprintf(formatting_data->log_line_buffer + current_index, fake_total_length - current_index, " - … in aws_format_standard_log_line()
147current_index = s_advance_and_clamp_index(current_index, separator_written, fake_total_length); in aws_format_standard_log_line()
[all …]
/dports/mail/libetpan/libetpan-1.9.4/src/low-level/feed/
H A Ddate.c67 size_t current_index; in basic_format_parse() local
82 current_index = 0; in basic_format_parse()
94 r = mailimf_char_parse(str, len, &current_index, 'T'); in basic_format_parse()
110 r = mailimf_char_parse(str, len, &current_index, 'Z'); in basic_format_parse()
125 last_index = current_index; in basic_format_parse()
129 if (current_index - last_index == 2) { in basic_format_parse()
151 last_index = current_index; in basic_format_parse()
155 if (current_index - last_index == 2) { in basic_format_parse()
208 size_t current_index; in extended_format_parse() local
223 current_index = 0; in extended_format_parse()
[all …]
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/android/
H A Dlogging.c23 size_t next_index = current_index + amount; in s_advance_and_clamp_index()
33 size_t current_index = 0; in s_logcat_format() local
44 if (current_index < fake_total_length) { in s_logcat_format()
54 …snprintf(formatting_data->buffer + current_index, fake_total_length - current_index, "[%s] ", thre… in s_logcat_format()
58current_index = s_advance_and_clamp_index(current_index, thread_id_written, fake_total_length); in s_logcat_format()
61 if (current_index < fake_total_length) { in s_logcat_format()
63 … snprintf(formatting_data->buffer + current_index, fake_total_length - current_index, " - "); in s_logcat_format()
64current_index = s_advance_and_clamp_index(current_index, separator_written, fake_total_length); in s_logcat_format()
67 if (current_index < fake_total_length) { in s_logcat_format()
79 current_index = s_advance_and_clamp_index(current_index, written_count, fake_total_length); in s_logcat_format()
[all …]
/dports/devel/ppl/ppl-1.2/src/
H A DCO_Tree_inlines.hh411 swap(current_index, itr.current_index); in m_swap()
421 current_index = itr2.current_index; in operator =()
432 current_index = itr2.current_index; in operator =()
448 ++current_index; in operator ++()
462 --current_index; in operator --()
510 PPL_ASSERT((current_index == x.current_index) in operator ==()
513 return (current_index == x.current_index); in operator ==()
574 swap(current_index, itr.current_index); in m_swap()
595 current_index = itr2.current_index; in operator =()
686 PPL_ASSERT((current_index == x.current_index) in operator ==()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/compositor/
H A Dlayer_animation_sequence.cc88 if (!elements_[current_index]->Started()) { in Progress()
125 size_t current_index = last_element_; in IsFinished() local
127 while (current_index < elements_.size()) { in IsFinished()
133 ++current_index; in IsFinished()
136 return (current_index == elements_.size()); in IsFinished()
146 while (current_index < elements_.size()) { in ProgressToEnd()
151 ++current_index; in ProgressToEnd()
177 while (current_index < elements_.size()) { in Abort()
179 ++current_index; in Abort()
227 elements_[current_index]->properties(); in OnThreadedAnimationStarted()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/compositor/
H A Dlayer_animation_sequence.cc86 if (!elements_[current_index]->Started()) { in Progress()
123 size_t current_index = last_element_; in IsFinished() local
125 while (current_index < elements_.size()) { in IsFinished()
131 ++current_index; in IsFinished()
134 return (current_index == elements_.size()); in IsFinished()
144 while (current_index < elements_.size()) { in ProgressToEnd()
149 ++current_index; in ProgressToEnd()
175 while (current_index < elements_.size()) { in Abort()
177 ++current_index; in Abort()
224 elements_[current_index]->properties(); in OnThreadedAnimationStarted()
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/undo/
H A Dundo_manager.cpp65 , current_index(0) in UndoManager()
94 current_index = 0; in clear()
114 ++current_index; in push()
156 --current_index; in undo()
194 ++current_index; in redo()
213 clean_state_index = current_index; in setClean()
230 loaded_state_index = current_index; in setLoaded()
239 return current_index; in undoStepCount()
245 Q_ASSERT(current_index > 0); in nextUndoStep()
306 if (current_index > 0) in validateUndoSteps()
[all …]
/dports/math/p5-Math-Sequence/Math-Sequence-1.00/t/
H A D01basic.t26 ok($cached->current_index() == $_,
27 'Testing current_index() of cached object.');
28 ok($ncache->current_index() == $_,
29 'Testing current_index() of uncached object.');
42 ok($cached->current_index() == $_,
44 ok($ncache->current_index() == $_,
48 ok($cached->current_index(8) == 8,
49 'Testing setting current_index() on cached object.');
50 ok($ncache->current_index(8) == 8,
73 ok(!defined($cached->current_index(-1)),
[all …]
/dports/mail/qpopper/qpopper4.1.0/popper/
H A Dpop_extend.c151 int current_index = 0; in pop_mdef() local
189 for ( current_index = 0; in pop_mdef()
190 current_index <= last_index; in pop_mdef()
191 current_index++ ) in pop_mdef()
192 if ( strcmp ( mdrArr[current_index].mdef_macro, in pop_mdef()
195 if ( strcmp ( mdrArr[current_index].mdef_value, in pop_mdef()
207 mdrArr[current_index].mdef_value, in pop_mdef()
209 free ( mdrArr [ current_index ].mdef_macro ); in pop_mdef()
219 if ( current_index >= MAX_MDEF_INDEX ) in pop_mdef()
227 if ( current_index > last_index ) in pop_mdef()
[all …]
/dports/audio/libkcompactdisc/libkcompactdisc-21.12.3/src/
H A Dkcompactdisc_p.cpp150 if(current_index < 0) in getNextTrackInPlaylist()
151 current_index = min_index; in getNextTrackInPlaylist()
152 else if(current_index >= max_index) { in getNextTrackInPlaylist()
157 current_index = min_index; in getNextTrackInPlaylist()
162 ++current_index; in getNextTrackInPlaylist()
165 return m_playlist[current_index]; in getNextTrackInPlaylist()
179 if(current_index < 0) in getPrevTrackInPlaylist()
180 current_index = min_index; in getPrevTrackInPlaylist()
187 current_index = max_index; in getPrevTrackInPlaylist()
192 --current_index; in getPrevTrackInPlaylist()
[all …]
/dports/japanese/tiarra/tiarra-20100212/main/Iterator/
H A DArrayIterator.pm23 current_index => 0, # 作られた時にはイテレータは先頭の要素を指している。
30 if (exists $this->{source}->[$this->{current_index}]) {
32 $this->{current_index}++;
43 if ($this->{current_index} > -1) {
44 $this->{current_index}--;
55 $result->{current_index} = $this->{current_index} + $value;
66 $this->{current_index} += $value;
76 $_[0]->{source}->[$_[0]->{current_index}];
/dports/math/p5-Math-Series/Math-Series-1.01/t/
H A D01basic.t95 ok( $ca->current_index() == $_,
96 'Testing current_index() of cached object.' );
97 ok( $cn->current_index() == $_,
98 'Testing current_index() of uncached object.' );
111 ok( $ca->current_index() == $_,
113 ok( $cn->current_index() == $_,
119 'Testing setting current_index() on cached object.'
123 'Testing setting current_index() on uncached object.'
162 my $c = $ca->current_index( $ca->{start_index} - 1 );
172 $ca->current_index( $ca->{start_index} );
[all …]
/dports/editors/kate/kate-21.12.3/addons/filetree/
H A Dkatefiletree.cpp569 while (current_index.isValid()) { in slotDocumentPrev()
570 if (current_index.row() > 0) { in slotDocumentPrev()
571current_index = ftpm->sibling(current_index.row() - 1, current_index.column(), current_index); in slotDocumentPrev()
579 current_index = ftpm->index(children - 1, 0, current_index); in slotDocumentPrev()
584 current_index = ftpm->index(children - 1, 0, current_index); in slotDocumentPrev()
599 prev = current_index; in slotDocumentPrev()
604 current_index = ftpm->parent(current_index); in slotDocumentPrev()
644 while (current_index.isValid()) { in slotDocumentNext()
646current_index = ftpm->sibling(current_index.row() + 1, current_index.column(), current_index); in slotDocumentNext()
654 current_index = ftpm->index(0, 0, current_index); in slotDocumentNext()
[all …]
/dports/devel/rkcommon/rkcommon-1.8.0/rkcommon/utility/
H A Dmultidim_index_sequence.h49 current_index = start; in multidim_index_iterator()
78 size_t current_index{0};
163 current_index++;
178 current_index--;
187 current_index += other.current_index;
196 current_index -= other.current_index;
204 current_index += offset;
212 current_index -= offset;
221 current_index == other.current_index;
234 current_index = index; in jump_to()
[all …]
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dtrie.cpp191 long current_index = 0L, in FindKey() local
203 return current_index; in FindKey()
205 current_index = next_index; in FindKey()
210 return current_index; in FindKey()
216 long current_index = 0, in FindKey() local
221 current_index = next_index; in FindKey()
222 return current_index; in FindKey()
277 long current_index = 0L, in InsertExtended() local
282 current_index = next_index; in InsertExtended()
309 current_index = InsertNextLetter (key.char_at (current_char), current_index); in InsertExtended()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/heap/detail/
H A Dordered_adaptor_iterator.hpp75 size_t current_index; // current index: special value -1 denotes `end' iterator member in boost::heap::detail::ordered_adaptor_iterator
79 container(NULL), current_index((std::numeric_limits<size_t>::max)()), in ordered_adaptor_iterator()
84 container(container), current_index(container->size()), in ordered_adaptor_iterator()
89 container(container), current_index(initial_index), in ordered_adaptor_iterator()
98 if (current_index != rhs.current_index) in equal()
110 current_index = Dispatcher::max_index(container) + 1; in increment()
112 current_index = unvisited_nodes.top(); in increment()
114 discover_nodes(current_index); in increment()
120 BOOST_ASSERT(current_index <= Dispatcher::max_index(container)); in dereference()
121 return Dispatcher::get_value(Dispatcher::get_internal_value(container, current_index)); in dereference()
/dports/devel/R-cran-BH/BH/inst/include/boost/heap/detail/
H A Dordered_adaptor_iterator.hpp75 size_t current_index; // current index: special value -1 denotes `end' iterator member in boost::heap::detail::ordered_adaptor_iterator
79 container(NULL), current_index((std::numeric_limits<size_t>::max)()), in ordered_adaptor_iterator()
84 container(container), current_index(container->size()), in ordered_adaptor_iterator()
89 container(container), current_index(initial_index), in ordered_adaptor_iterator()
98 if (current_index != rhs.current_index) in equal()
110 current_index = Dispatcher::max_index(container) + 1; in increment()
112 current_index = unvisited_nodes.top(); in increment()
114 discover_nodes(current_index); in increment()
120 BOOST_ASSERT(current_index <= Dispatcher::max_index(container)); in dereference()
121 return Dispatcher::get_value(Dispatcher::get_internal_value(container, current_index)); in dereference()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/heap/detail/
H A Dordered_adaptor_iterator.hpp75 size_t current_index; // current index: special value -1 denotes `end' iterator member in boost::heap::detail::ordered_adaptor_iterator
79 container(NULL), current_index((std::numeric_limits<size_t>::max)()), in ordered_adaptor_iterator()
84 container(container), current_index(container->size()), in ordered_adaptor_iterator()
89 container(container), current_index(initial_index), in ordered_adaptor_iterator()
98 if (current_index != rhs.current_index) in equal()
110 current_index = Dispatcher::max_index(container) + 1; in increment()
112 current_index = unvisited_nodes.top(); in increment()
114 discover_nodes(current_index); in increment()
120 BOOST_ASSERT(current_index <= Dispatcher::max_index(container)); in dereference()
121 return Dispatcher::get_value(Dispatcher::get_internal_value(container, current_index)); in dereference()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/heap/detail/
H A Dordered_adaptor_iterator.hpp75 size_t current_index; // current index: special value -1 denotes `end' iterator member in boost::heap::detail::ordered_adaptor_iterator
79 container(NULL), current_index((std::numeric_limits<size_t>::max)()), in ordered_adaptor_iterator()
84 container(container), current_index(container->size()), in ordered_adaptor_iterator()
89 container(container), current_index(initial_index), in ordered_adaptor_iterator()
98 if (current_index != rhs.current_index) in equal()
110 current_index = Dispatcher::max_index(container) + 1; in increment()
112 current_index = unvisited_nodes.top(); in increment()
114 discover_nodes(current_index); in increment()
120 BOOST_ASSERT(current_index <= Dispatcher::max_index(container)); in dereference()
121 return Dispatcher::get_value(Dispatcher::get_internal_value(container, current_index)); in dereference()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/heap/detail/
H A Dordered_adaptor_iterator.hpp75 size_t current_index; // current index: special value -1 denotes `end' iterator
79 container(NULL), current_index((std::numeric_limits<size_t>::max)()),
84 container(container), current_index(container->size()), in operator *()
89 container(container), current_index(initial_index), in handle_type()
98 if (current_index != rhs.current_index) in operator ==()
110 current_index = Dispatcher::max_index(container) + 1;
112 current_index = unvisited_nodes.top();
114 discover_nodes(current_index);
120 BOOST_ASSERT(current_index <= Dispatcher::max_index(container)); in indirect_cmp()
121 return Dispatcher::get_value(Dispatcher::get_internal_value(container, current_index)); in indirect_cmp()
/dports/databases/xtrabackup/boost_1_59_0/boost/heap/detail/
H A Dordered_adaptor_iterator.hpp75 size_t current_index; // current index: special value -1 denotes `end' iterator member in boost::heap::detail::ordered_adaptor_iterator
79 container(NULL), current_index((std::numeric_limits<size_t>::max)()), in ordered_adaptor_iterator()
84 container(container), current_index(container->size()), in ordered_adaptor_iterator()
89 container(container), current_index(initial_index), in ordered_adaptor_iterator()
98 if (current_index != rhs.current_index) in equal()
110 current_index = Dispatcher::max_index(container) + 1; in increment()
112 current_index = unvisited_nodes.top(); in increment()
114 discover_nodes(current_index); in increment()
120 BOOST_ASSERT(current_index <= Dispatcher::max_index(container)); in dereference()
121 return Dispatcher::get_value(Dispatcher::get_internal_value(container, current_index)); in dereference()
/dports/databases/percona57-server/boost_1_59_0/boost/heap/detail/
H A Dordered_adaptor_iterator.hpp75 size_t current_index; // current index: special value -1 denotes `end' iterator member in boost::heap::detail::ordered_adaptor_iterator
79 container(NULL), current_index((std::numeric_limits<size_t>::max)()), in ordered_adaptor_iterator()
84 container(container), current_index(container->size()), in ordered_adaptor_iterator()
89 container(container), current_index(initial_index), in ordered_adaptor_iterator()
98 if (current_index != rhs.current_index) in equal()
110 current_index = Dispatcher::max_index(container) + 1; in increment()
112 current_index = unvisited_nodes.top(); in increment()
114 discover_nodes(current_index); in increment()
120 BOOST_ASSERT(current_index <= Dispatcher::max_index(container)); in dereference()
121 return Dispatcher::get_value(Dispatcher::get_internal_value(container, current_index)); in dereference()
/dports/databases/percona57-client/boost_1_59_0/boost/heap/detail/
H A Dordered_adaptor_iterator.hpp75 size_t current_index; // current index: special value -1 denotes `end' iterator member in boost::heap::detail::ordered_adaptor_iterator
79 container(NULL), current_index((std::numeric_limits<size_t>::max)()), in ordered_adaptor_iterator()
84 container(container), current_index(container->size()), in ordered_adaptor_iterator()
89 container(container), current_index(initial_index), in ordered_adaptor_iterator()
98 if (current_index != rhs.current_index) in equal()
110 current_index = Dispatcher::max_index(container) + 1; in increment()
112 current_index = unvisited_nodes.top(); in increment()
114 discover_nodes(current_index); in increment()
120 BOOST_ASSERT(current_index <= Dispatcher::max_index(container)); in dereference()
121 return Dispatcher::get_value(Dispatcher::get_internal_value(container, current_index)); in dereference()

12345678910>>...67