Home
last modified time | relevance | path

Searched refs:end_id (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_position_manager_common.h22 unsigned int start_id, end_id; member
37 conf.range.end_id = MIN(start_id + len, end_id); in _batch_request_size()
44 #define BATCH_ACCESS_SIZE(cb, start_id, end_id, len, cache, data) \ argument
50 #define BATCH_ACCESS_SIZE_VAL(cb, start_id, end_id, len, cache, data, V) \ argument
68 range.end_id = MIN(start_id + len, end_id); in _batch_request_objects()
75 #define BATCH_ACCESS_OBJECT(cb, start_id, end_id, len, data) \ argument
81 #define BATCH_ACCESS_OBJECT_VAL(cb, start_id, end_id, len, data, v) \ argument
121 if (new.end_id <= old.start_id || new.start_id >= old.end_id) in vis_segment_swap()
125 vis_change_segment(cb, new.start_id, new.end_id, EINA_TRUE); in vis_segment_swap()
126 vis_change_segment(cb, old.start_id, old.end_id, EINA_FALSE); in vis_segment_swap()
[all …]
H A Defl_ui_position_manager_list.c161 cur.end_id = cur.start_id; in _search_visual_segment()
162 …for (; cur.end_id <= pd->size && cache_access(obj, pd, cur.end_id) <= relevant_space_size + releva… in _search_visual_segment()
163 cur.end_id = MAX(cur.end_id, cur.start_id + 1); in _search_visual_segment()
164 cur.end_id = MIN(cur.end_id, pd->size); in _search_visual_segment()
171 if (cur.end_id != pd->size) in _search_visual_segment()
178 cur.start_id = cur.end_id = 0; in _search_visual_segment()
345 if (pd->prev_run.start_id != cur.start_id || pd->prev_run.end_id != cur.end_id) in position_content()
348 ev.end_id = pd->prev_run.end_id = cur.end_id; in position_content()
414 pd->prev_run.end_id = 0; in _efl_ui_position_manager_list_efl_ui_position_manager_entity_item_added()
498 pd->prev_run.end_id = 0; in _efl_ui_position_manager_list_efl_ui_layout_orientable_orientation_set()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/background_migration/
H A Dcleanup_orphaned_lfs_objects_projects.rb31 def perform(start_id, end_id) argument
32 cleanup_lfs_objects_projects_without_lfs_object(start_id, end_id)
33 cleanup_lfs_objects_projects_without_project(start_id, end_id)
38 def cleanup_lfs_objects_projects_without_lfs_object(start_id, end_id) argument
39 …each_record_without_association(start_id, end_id, :lfs_object, :lfs_objects) do |lfs_objects_proje…
55 def cleanup_lfs_objects_projects_without_project(start_id, end_id) argument
56 …each_record_without_association(start_id, end_id, :project, :projects) do |lfs_objects_projects_wi…
61 def each_record_without_association(start_id, end_id, association, table_name) argument
62 batch = LfsObjectsProject.where(id: start_id..end_id)
H A Dremove_occurrence_pipelines_and_duplicate_vulnerabilities_findings.rb19 def perform(start_id, end_id) argument
20 ids_to_look_for = findings_that_would_produce_duplicate_uuids(start_id, end_id)
30 mark_job_as_succeeded(start_id, end_id)
35 def findings_that_would_produce_duplicate_uuids(start_id, end_id) argument
38 .where("to_delete.id BETWEEN ? AND ?", start_id, end_id)
H A Dfix_first_mentioned_in_commit_at.rb30 def perform(start_id, end_id) argument
31 scope(start_id, end_id).each_batch(of: SUB_BATCH_SIZE, column: :issue_id) do |sub_batch|
57 mark_job_as_succeeded(start_id, end_id)
69 def scope(start_id, end_id) argument
70 TmpIssueMetrics.from_2020.where(issue_id: start_id..end_id)
H A Dbackfill_artifact_expiry_date.rb23 scope :between, -> (start_id, end_id) { where(id: start_id..end_id) }
28 def perform(start_id, end_id) argument
31 .between(start_id, end_id)
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vdb/
H A Dwcolumn.c494 self -> cutoff_id = end_id; in WColumnCommitRepeatedRow()
583 rm -> start_id = self -> end_id; in WColumnCommitRowData()
608 self -> cutoff_id = * end_id; in WColumnCommitRowData()
648 * end_id = self -> cutoff_id; in WColumnCommitRowData()
661 int64_t *end_id = data; in WColumnCommitRow() local
708 self -> end_id += pb -> count; in WColumnRepeatRow()
722 ++ self -> end_id; in WColumnCloseRow()
756 id = end_id; in WColumnSplitBuffer()
976 if ( end_id < self -> start_id ) in WColumnBufferPage()
983 , end_id ) in WColumnBufferPage()
[all …]
H A Dwcursor.c418 self -> dad . end_id = in VTableWriteCursorOpen()
425 self -> dad . end_id = in VTableWriteCursorOpen()
614 self -> dad . end_id = in VTableWriteCursorSetRowId()
697 int64_t new_end_id = self -> dad . end_id; in VTableWriteCursorCommitRow()
715 self -> dad . end_id = new_end_id; in VTableWriteCursorCommitRow()
760 pb . end_id = self -> dad . end_id; in VTableWriteCursorRepeatRow()
768 self -> dad . end_id += count; in VTableWriteCursorRepeatRow()
1053 int64_t end_id = self -> dad . end_id; in VCursorFlushPageNoThread() local
1066 assert ( end_id == self -> dad . end_id ); in VCursorFlushPageNoThread()
1089 int64_t end_id = self -> dad . end_id; in VCursorFlushPageThread() local
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vdb/
H A Dwcolumn.c494 self -> cutoff_id = end_id; in WColumnCommitRepeatedRow()
583 rm -> start_id = self -> end_id; in WColumnCommitRowData()
608 self -> cutoff_id = * end_id; in WColumnCommitRowData()
648 * end_id = self -> cutoff_id; in WColumnCommitRowData()
661 int64_t *end_id = data; in WColumnCommitRow() local
708 self -> end_id += pb -> count; in WColumnRepeatRow()
722 ++ self -> end_id; in WColumnCloseRow()
756 id = end_id; in WColumnSplitBuffer()
976 if ( end_id < self -> start_id ) in WColumnBufferPage()
983 , end_id ) in WColumnBufferPage()
[all …]
H A Dwcursor.c418 self -> dad . end_id = in VTableWriteCursorOpen()
425 self -> dad . end_id = in VTableWriteCursorOpen()
614 self -> dad . end_id = in VTableWriteCursorSetRowId()
697 int64_t new_end_id = self -> dad . end_id; in VTableWriteCursorCommitRow()
715 self -> dad . end_id = new_end_id; in VTableWriteCursorCommitRow()
760 pb . end_id = self -> dad . end_id; in VTableWriteCursorRepeatRow()
768 self -> dad . end_id += count; in VTableWriteCursorRepeatRow()
1053 int64_t end_id = self -> dad . end_id; in VCursorFlushPageNoThread() local
1066 assert ( end_id == self -> dad . end_id ); in VCursorFlushPageNoThread()
1089 int64_t end_id = self -> dad . end_id; in VCursorFlushPageThread() local
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_matrix_assembler_priv.h226 cs_lnum_t end_id = l_id_array_size - 1; in _l_id_binary_search() local
227 cs_lnum_t mid_id = end_id/2; in _l_id_binary_search()
228 while (start_id < end_id) { in _l_id_binary_search()
232 end_id = mid_id - 1; in _l_id_binary_search()
235 mid_id = start_id + (end_id - start_id)/2; in _l_id_binary_search()
264 cs_lnum_t end_id = g_id_array_size - 1; in _g_id_binary_find() local
265 cs_lnum_t mid_id = (end_id -start_id) / 2; in _g_id_binary_find()
266 while (start_id < end_id) { in _g_id_binary_find()
270 end_id = mid_id - 1; in _g_id_binary_find()
273 mid_id = start_id + ((end_id -start_id) / 2); in _g_id_binary_find()
H A Dcs_blas.c233 if (end_id > _n) in _cs_dot_superblock()
234 end_id = _n; in _cs_dot_superblock()
288 if (end_id > _n) in _cs_dot_xx_superblock()
289 end_id = _n; in _cs_dot_xx_superblock()
354 end_id = _n; in _cs_dot_xx_xy_superblock()
428 end_id = _n; in _cs_dot_xy_yz_superblock()
506 end_id = _n; in _cs_dot_xx_xy_yz_superblock()
595 end_id = _n; in _cs_dot_xx_yy_xy_xz_yz_superblock()
681 end_id = _n; in _cs_gres_superblock()
755 end_id = _n; in _cs_gmean_superblock()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_array_reduce.c146 if (end_id > _n) in _cs_real_sum_1d()
147 end_id = _n; in _cs_real_sum_1d()
264 end_id = _n; in _cs_real_sstats_1d()
346 end_id = _n; in _cs_real_sstats_1d_iv()
433 end_id = _n; in _cs_real_sstats_1d_w()
525 end_id = _n; in _cs_real_sstats_1d_w_iw()
616 end_id = _n; in _cs_real_sstats_1d_w_iv()
717 end_id = _n; in _cs_real_norms_1d()
834 end_id = _n; in _cs_real_norms_1d_iw()
950 end_id = _n; in _cs_real_norms_1d_iv()
[all …]
H A Dcs_map.c259 int start_id, end_id, mid_id; in cs_map_name_to_id() local
265 end_id = m->size - 1; in cs_map_name_to_id()
266 mid_id = start_id + ((end_id -start_id) / 2); in cs_map_name_to_id()
268 while (start_id <= end_id) { in cs_map_name_to_id()
273 end_id = mid_id - 1; in cs_map_name_to_id()
276 mid_id = start_id + ((end_id -start_id) / 2); in cs_map_name_to_id()
303 int start_id, end_id, mid_id; in cs_map_name_to_id_try() local
313 end_id = m->size - 1; in cs_map_name_to_id_try()
314 mid_id = start_id + ((end_id -start_id) / 2); in cs_map_name_to_id_try()
316 while (start_id <= end_id) { in cs_map_name_to_id_try()
[all …]
H A Dcs_calcium.c112 int start_id, end_id, id; in _calcium_echo_body() local
122 end_id = n_echo; in _calcium_echo_body()
128 end_id = n_val; in _calcium_echo_body()
140 for (id = start_id; id < end_id; id++) in _calcium_echo_body()
148 for (id = start_id; id < end_id; id++) in _calcium_echo_body()
159 if (end_id < n_val) { in _calcium_echo_body()
164 end_id = n_val; in _calcium_echo_body()
169 assert(end_id == n_val); in _calcium_echo_body()
170 end_id = n_val + 1; in _calcium_echo_body()
174 } while (end_id <= n_val); in _calcium_echo_body()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/voro++/src/
H A Dpre_container.cc45 delete [] *end_id; in ~pre_container_base()
46 while (end_id!=pre_id) { in ~pre_container_base()
49 end_id--; in ~pre_container_base()
50 delete [] *end_id; in ~pre_container_base()
104 while(c_id<end_id) { in setup()
125 while(c_id<end_id) { in setup()
148 while(c_id<end_id) { in setup()
171 while(c_id<end_id) { in setup()
213 end_id++;end_p++; in new_chunk()
214 if(end_id==l_id) extend_chunk_index(); in new_chunk()
[all …]
/dports/cad/gds3d/GDS3D-bcdb97a/libgdsto3d/voro++/src/
H A Dpre_container.cc45 delete [] *end_id; in ~pre_container_base()
46 while (end_id!=pre_id) { in ~pre_container_base()
49 end_id--; in ~pre_container_base()
50 delete [] *end_id; in ~pre_container_base()
104 while(c_id<end_id) { in setup()
125 while(c_id<end_id) { in setup()
148 while(c_id<end_id) { in setup()
171 while(c_id<end_id) { in setup()
213 end_id++;end_p++; in new_chunk()
214 if(end_id==l_id) extend_chunk_index(); in new_chunk()
[all …]
/dports/science/voro++/voro++-0.4.6/src/
H A Dpre_container.cc43 delete [] *end_id;
44 while (end_id!=pre_id) {
47 end_id--;
48 delete [] *end_id;
102 while(c_id<end_id) {
123 while(c_id<end_id) {
146 while(c_id<end_id) {
169 while(c_id<end_id) {
211 end_id++;end_p++;
212 if(end_id==l_id) extend_chunk_index();
[all …]
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/htdocs/cable_plant/
H A Dcable_plant_backbone.mhtml5 $end_id => undef;
45 elsif ($start_id && $end_id) {
47 my $s2 = Site->retrieve($end_id);
124 …push( @headers, '<a href="cable_plant.html?start_id=' . $start_id . '&end_id=' . $end_id . '&site_…
126 …push( @headers, '<a href="cable_plant.html?start_id=' . $start_id . '&end_id=' . $end_id . '&site_…
129 …push( @headers, '<a href="cable_plant.html?start_id=' . $start_id . '&end_id=' . $end_id . '&site_…
132 …push( @headers, '<a href="cable_plant.html?start_id=' . $start_id . '&end_id=' . $end_id . '&site_…
135 …push( @headers, '<a href="cable_plant.html?start_id=' . $start_id . '&end_id=' . $end_id . '&site_…
138 …push( @headers, '<a href="cable_plant.html?start_id=' . $start_id . '&end_id=' . $end_id . '&site_…
140 …push( @headers, '<a href="cable_plant.html?start_id=' . $start_id . '&end_id=' . $end_id . '&site_…
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/background_migration/project_namespaces/
H A Dbackfill_project_namespaces_spec.rb31 end_id = ::Project.maximum(:id)
54 end_id = backfilled_namespace_projects.maximum(:id)
69 migration.perform(start_id, end_id, backfilled_namespace.id, 'up')
80 end_id = hierarchy1_projects.maximum(:id)
82 described_class.new.perform(start_id, end_id, parent_group1.id, 'up')
89 end_id = ::Project.maximum(:id)
138 end_id = ::Project.maximum(:id)
140 described_class.new.perform(start_id, end_id, nil, 'up')
147 end_id = ::Project.maximum(:id)
157 migration.perform(start_id, end_id, nil, 'down')
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/mpi/pmi2/
H A Dsetup.c474 end_id = start_id; in _get_proc_mapping()
476 ( rounds[end_id] < tasks[end_id] && in _get_proc_mapping()
478 tids[end_id][rounds[end_id]]) )) { in _get_proc_mapping()
479 rounds[end_id] ++; in _get_proc_mapping()
481 end_id ++; in _get_proc_mapping()
485 start_id = end_id; in _get_proc_mapping()
531 tasks[end_id])) { in _get_proc_mapping()
533 i < tasks[end_id] - rounds[end_id]; in _get_proc_mapping()
536 tids[end_id][rounds[end_id] in _get_proc_mapping()
545 end_id ++; in _get_proc_mapping()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/background_migration/project_namespaces/
H A Dbackfill_project_namespaces.rb20 def perform(start_id, end_id, namespace_id, migration_type = 'up') argument
21 load_project_ids(start_id, end_id, namespace_id)
26 mark_job_as_succeeded(start_id, end_id, namespace_id, 'up')
29 mark_job_as_succeeded(start_id, end_id, namespace_id, 'down')
117 def load_project_ids(start_id, end_id, namespace_id) argument
119 relation = IsolatedModels::Project.where(projects[:id].between(start_id..end_id))
/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Dkml22_test.cc46 void AssertXmlNamespaceForRange(KmlDomType begin_id, KmlDomType end_id,
85 const int end_id = static_cast<int>(Type_Invalid); in TEST_F() local
87 for (; element_type_id != end_id; ++element_type_id) { in TEST_F()
160 const int end_id = static_cast<int>(Type_Invalid); in TEST_F() local
162 for (; element_type_id != end_id; ++element_type_id) { in TEST_F()
185 const int end_id = static_cast<int>(end_dom_type) + 1; in AssertXmlNamespaceForRange() local
187 for (; element_type_id != end_id; ++element_type_id) { in AssertXmlNamespaceForRange()
211 const int end_id = static_cast<int>(Type_Invalid); in TEST_F() local
213 for (; element_type_id != end_id; ++element_type_id) { in TEST_F()
/dports/science/code_saturne/code_saturne-7.1.0/src/fvm/
H A Dfvm_writer_helper.c949 start_id = end_id; in _field_helper_output_ng()
1121 start_id = end_id; in _field_helper_output_nl()
1932 cs_lnum_t end_id = 0; in fvm_writer_field_helper_step_el() local
2025 end_id++); in fvm_writer_field_helper_step_el()
2028 end_id--; in fvm_writer_field_helper_step_el()
2062 h->start_id = end_id; in fvm_writer_field_helper_step_el()
2131 cs_lnum_t end_id = 0; in fvm_writer_field_helper_step_nl() local
2150 end_id = CS_MIN(end_id, n_entities); in fvm_writer_field_helper_step_nl()
2156 end_id, in fvm_writer_field_helper_step_nl()
2168 h->start_id = end_id; in fvm_writer_field_helper_step_nl()
[all …]
/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/java/org/xapian/
H A DTermIterator.java55 TermIterator(long id, long end_id) throws XapianError { in TermIterator() argument
56 this(0, id, end_id); in TermIterator()
59 TermIterator(long dbdocid, long id, long end_id) throws XapianError { in TermIterator() argument
62 _end = end_id; in TermIterator()
63 _hasNext = !XapianJNI.termiterator_equals(id, end_id); in TermIterator()

12345678910>>...14