Home
last modified time | relevance | path

Searched refs:next_index (Results 1 – 25 of 2423) sorted by relevance

12345678910>>...97

/dports/audio/spotify-tui/spotify-tui-0.25.0/src/handlers/
H A Dsearch_results.rs16 let next_index = common_key_events::on_down_press_handler( in handle_down_press_on_selected_block() localVariable
20 app.search_results.selected_album_index = Some(next_index); in handle_down_press_on_selected_block()
25 let next_index = common_key_events::on_down_press_handler( in handle_down_press_on_selected_block() localVariable
29 app.search_results.selected_tracks_index = Some(next_index); in handle_down_press_on_selected_block()
34 let next_index = common_key_events::on_down_press_handler( in handle_down_press_on_selected_block() localVariable
43 let next_index = common_key_events::on_down_press_handler( in handle_down_press_on_selected_block() localVariable
52 let next_index = common_key_events::on_down_press_handler( in handle_down_press_on_selected_block() localVariable
89 let next_index = common_key_events::on_up_press_handler( in handle_up_press_on_selected_block() localVariable
98 let next_index = common_key_events::on_up_press_handler( in handle_up_press_on_selected_block() localVariable
107 let next_index = common_key_events::on_up_press_handler( in handle_up_press_on_selected_block() localVariable
[all …]
H A Dartist.rs14 artist.selected_top_track_index = next_index;
21 artist.selected_album_index = next_index;
28 artist.selected_related_artist_index = next_index;
60 artist.selected_top_track_index = next_index;
67 artist.selected_album_index = next_index;
103 artist.selected_top_track_index = next_index;
107 artist.selected_album_index = next_index;
123 artist.selected_top_track_index = next_index;
127 artist.selected_album_index = next_index;
143 artist.selected_top_track_index = next_index;
[all …]
H A Dalbum_tracks.rs14 let next_index = common_key_events::on_down_press_handler( in handler() localVariable
18 app.saved_album_tracks_index = next_index; in handler()
27 selected_album_simplified.selected_index = next_index; in handler()
38 app.saved_album_tracks_index = next_index; in handler()
113 app.saved_album_tracks_index = next_index; in handle_high_event()
128 let next_index = in handle_middle_event() localVariable
130 app.saved_album_tracks_index = next_index; in handle_middle_event()
135 let next_index = in handle_middle_event() localVariable
147 let next_index = in handle_low_event() localVariable
149 app.saved_album_tracks_index = next_index; in handle_low_event()
[all …]
H A Dmade_for_you.rs13 let next_index = in handler() localVariable
15 app.made_for_you_index = next_index; in handler()
20 let next_index = in handler() localVariable
22 app.made_for_you_index = next_index; in handler()
27 let next_index = common_key_events::on_high_press_handler(); in handler() localVariable
28 app.made_for_you_index = next_index; in handler()
33 let next_index = common_key_events::on_middle_press_handler(&playlists.items); in handler() localVariable
34 app.made_for_you_index = next_index; in handler()
39 let next_index = common_key_events::on_low_press_handler(&playlists.items); in handler() localVariable
40 app.made_for_you_index = next_index; in handler()
H A Dpodcasts.rs13 let next_index = in handler() localVariable
15 app.shows_list_index = next_index; in handler()
20 let next_index = in handler() localVariable
22 app.shows_list_index = next_index; in handler()
27 let next_index = common_key_events::on_high_press_handler(); in handler() localVariable
28 app.shows_list_index = next_index; in handler()
33 let next_index = common_key_events::on_middle_press_handler(&shows.items); in handler() localVariable
34 app.shows_list_index = next_index; in handler()
39 let next_index = common_key_events::on_low_press_handler(&shows.items); in handler() localVariable
40 app.shows_list_index = next_index; in handler()
H A Dlibrary.rs12 let next_index = common_key_events::on_down_press_handler( in handler() localVariable
16 app.library.selected_index = next_index; in handler()
19 let next_index = in handler() localVariable
21 app.library.selected_index = next_index; in handler()
24 let next_index = common_key_events::on_high_press_handler(); in handler() localVariable
25 app.library.selected_index = next_index; in handler()
28 let next_index = common_key_events::on_middle_press_handler(&LIBRARY_OPTIONS); in handler() localVariable
29 app.library.selected_index = next_index; in handler()
32 let next_index = common_key_events::on_low_press_handler(&LIBRARY_OPTIONS); in handler() localVariable
33 app.library.selected_index = next_index in handler()
H A Dselect_device.rs17 let next_index = in handler() localVariable
19 app.selected_device_index = Some(next_index); in handler()
29 let next_index = in handler() localVariable
31 app.selected_device_index = Some(next_index); in handler()
41 let next_index = common_key_events::on_high_press_handler(); in handler() localVariable
42 app.selected_device_index = Some(next_index); in handler()
52 let next_index = common_key_events::on_middle_press_handler(&p.devices); in handler() localVariable
53 app.selected_device_index = Some(next_index); in handler()
63 let next_index = common_key_events::on_low_press_handler(&p.devices); in handler() localVariable
64 app.selected_device_index = Some(next_index); in handler()
/dports/www/mod_fcgid/mod_fcgid-2.3.9/modules/fcgid/
H A Dfcgid_pm_main.c39 node->next_index = header->next_index; in link_node_to_list()
100 previous_node->next_index = current_node->next_index; in scan_idlelist()
103 current_node->next_index = error_list_header->next_index; in scan_idlelist()
205 previous_node->next_index = current_node->next_index; in scan_idlelist_zombie()
208 current_node->next_index = check_list_header->next_index; in scan_idlelist_zombie()
236 previous_node->next_index = current_node->next_index; in scan_idlelist_zombie()
263 previous_node->next_index = check_list_header->next_index; in scan_idlelist_zombie()
297 temp_error_header.next_index = error_list_header->next_index; in scan_errorlist()
308 previous_node->next_index = current_node->next_index; in scan_errorlist()
353 previous_node->next_index = temp_error_header.next_index; in scan_errorlist()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dqueues.c199 idx= next_index; in insert_at()
290 uint next_index, in _downheap() local
298 next_index= idx+idx; in _downheap()
299 if (next_index < elements && in _downheap()
304 next_index++; in _downheap()
312 idx= next_index; in _downheap()
352 uint next_index, in queue_replace() local
361 next_index= idx + idx; in queue_replace()
362 if (next_index < elements && in queue_replace()
367 next_index++; in queue_replace()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dqueues.c198 idx= next_index; in insert_at()
289 uint next_index, in _downheap() local
297 next_index= idx+idx; in _downheap()
298 if (next_index < elements && in _downheap()
303 next_index++; in _downheap()
311 idx= next_index; in _downheap()
351 uint next_index, in queue_replace() local
360 next_index= idx + idx; in queue_replace()
361 if (next_index < elements && in queue_replace()
366 next_index++; in queue_replace()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dqueues.c198 idx= next_index; in insert_at()
289 uint next_index, in _downheap() local
297 next_index= idx+idx; in _downheap()
298 if (next_index < elements && in _downheap()
303 next_index++; in _downheap()
311 idx= next_index; in _downheap()
351 uint next_index, in queue_replace() local
360 next_index= idx + idx; in queue_replace()
361 if (next_index < elements && in queue_replace()
366 next_index++; in queue_replace()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dqueues.c198 idx= next_index; in insert_at()
289 uint next_index, in _downheap() local
297 next_index= idx+idx; in _downheap()
298 if (next_index < elements && in _downheap()
303 next_index++; in _downheap()
311 idx= next_index; in _downheap()
351 uint next_index, in queue_replace() local
360 next_index= idx + idx; in queue_replace()
361 if (next_index < elements && in queue_replace()
366 next_index++; in queue_replace()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dqueues.c198 idx= next_index; in insert_at()
289 uint next_index, in _downheap() local
297 next_index= idx+idx; in _downheap()
298 if (next_index < elements && in _downheap()
303 next_index++; in _downheap()
311 idx= next_index; in _downheap()
351 uint next_index, in queue_replace() local
360 next_index= idx + idx; in queue_replace()
361 if (next_index < elements && in queue_replace()
366 next_index++; in queue_replace()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dqueues.c199 idx= next_index; in insert_at()
290 uint next_index, in _downheap() local
298 next_index= idx+idx; in _downheap()
299 if (next_index < elements && in _downheap()
304 next_index++; in _downheap()
312 idx= next_index; in _downheap()
352 uint next_index, in queue_replace() local
361 next_index= idx + idx; in queue_replace()
362 if (next_index < elements && in queue_replace()
367 next_index++; in queue_replace()
[all …]
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/lib/src/request/form/
H A Dform_items.rs110 next_index: usize
115 next_index: usize
247 FormItems::Raw { string, next_index } => *next_index >= string.len(), in completed()
248 FormItems::Cooked { items, next_index } => *next_index >= items.len(), in completed()
294 FormItems::Raw { string, ref mut next_index } => *next_index = string.len(), in mark_complete()
295 FormItems::Cooked { items, ref mut next_index } => *next_index = items.len(), in mark_complete()
303 FormItems::Raw { string, next_index: 0 } in from()
317 FormItems::Cooked { items, next_index: 0 } in from()
360 raw(string, next_index) in next()
363 if *next_index < items.len() { in next()
[all …]
/dports/emulators/mess/mame-mame0226/src/osd/modules/render/d3d/
H A Dd3dhlsl.cpp1057 next_index = rt->next_index(next_index); in ntsc_pass()
1114 next_index = rt->next_index(next_index); in color_convolution_pass()
1128 next_index = rt->next_index(next_index); in prescale_pass()
1151 next_index = rt->next_index(next_index); in deconverge_pass()
1184 next_index = rt->next_index(next_index); in scanline_pass()
1203 next_index = rt->next_index(next_index); in defocus_pass()
1227 next_index = rt->next_index(next_index); in phosphor_pass()
1279 next_index = rt->next_index(next_index); in post_pass()
1292 next_index = rt->next_index(next_index); in chroma_pass()
1365 next_index = rt->next_index(next_index); in bloom_pass()
[all …]
/dports/emulators/mame/mame-mame0226/src/osd/modules/render/d3d/
H A Dd3dhlsl.cpp1057 next_index = rt->next_index(next_index); in ntsc_pass()
1114 next_index = rt->next_index(next_index); in color_convolution_pass()
1128 next_index = rt->next_index(next_index); in prescale_pass()
1151 next_index = rt->next_index(next_index); in deconverge_pass()
1184 next_index = rt->next_index(next_index); in scanline_pass()
1203 next_index = rt->next_index(next_index); in defocus_pass()
1227 next_index = rt->next_index(next_index); in phosphor_pass()
1279 next_index = rt->next_index(next_index); in post_pass()
1292 next_index = rt->next_index(next_index); in chroma_pass()
1365 next_index = rt->next_index(next_index); in bloom_pass()
[all …]
/dports/math/pdal/PDAL-2.3.0/filters/
H A DGreedyProjection.cpp1258 sfn_[current_index_] = next_index; in connectPoint()
1295 else if (stateSet(next_index)) in connectPoint()
1573 if (!stateSet(next_index)) in connectPoint()
1654 else if (ffn_[ffn_[next_index]] == next_index) in connectPoint()
1658 else if (sfn_[ffn_[next_index]] == next_index) in connectPoint()
1679 else if (ffn_[sfn_[next_index]] == next_index) in connectPoint()
1683 else if (sfn_[sfn_[next_index]] == next_index) in connectPoint()
1804 else if (ffn_[ffn_[next_index]] == next_index) in connectPoint()
1808 else if (sfn_[ffn_[next_index]] == next_index) in connectPoint()
1829 else if (ffn_[sfn_[next_index]] == next_index) in connectPoint()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/impl/
H A Dgp3.hpp1450 addTriangle (next_index, ffn_[current_index_], ffn_[next_index], polygons); in connectPoint()
1458 else if (ffn_[ffn_[next_index]] == next_index) in connectPoint()
1462 else if (sfn_[ffn_[next_index]] == next_index) in connectPoint()
1473 addTriangle (next_index, ffn_[current_index_], sfn_[next_index], polygons); in connectPoint()
1481 else if (ffn_[sfn_[next_index]] == next_index) in connectPoint()
1485 else if (sfn_[sfn_[next_index]] == next_index) in connectPoint()
1585 addTriangle (next_index, sfn_[current_index_], ffn_[next_index], polygons); in connectPoint()
1593 else if (ffn_[ffn_[next_index]] == next_index) in connectPoint()
1597 else if (sfn_[ffn_[next_index]] == next_index) in connectPoint()
1616 else if (ffn_[sfn_[next_index]] == next_index) in connectPoint()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c560 int next_index; in increase_dsc_bpp() local
580 next_index = -1; in increase_dsc_bpp()
586 next_index = i; in increase_dsc_bpp()
591 if (next_index == -1) in increase_dsc_bpp()
610 vars[next_index].bpp_x16 = bpp_x16_from_pbn(params[next_index], vars[next_index].pbn); in increase_dsc_bpp()
621 vars[next_index].pbn += initial_slack[next_index]; in increase_dsc_bpp()
631 vars[next_index].pbn -= initial_slack[next_index]; in increase_dsc_bpp()
656 int next_index; in try_disable_dsc() local
673 next_index = -1; in try_disable_dsc()
679 next_index = i; in try_disable_dsc()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c560 int next_index; in increase_dsc_bpp() local
580 next_index = -1; in increase_dsc_bpp()
586 next_index = i; in increase_dsc_bpp()
591 if (next_index == -1) in increase_dsc_bpp()
610 vars[next_index].bpp_x16 = bpp_x16_from_pbn(params[next_index], vars[next_index].pbn); in increase_dsc_bpp()
621 vars[next_index].pbn += initial_slack[next_index]; in increase_dsc_bpp()
631 vars[next_index].pbn -= initial_slack[next_index]; in increase_dsc_bpp()
656 int next_index; in try_disable_dsc() local
673 next_index = -1; in try_disable_dsc()
679 next_index = i; in try_disable_dsc()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c560 int next_index; in increase_dsc_bpp() local
580 next_index = -1; in increase_dsc_bpp()
586 next_index = i; in increase_dsc_bpp()
591 if (next_index == -1) in increase_dsc_bpp()
610 vars[next_index].bpp_x16 = bpp_x16_from_pbn(params[next_index], vars[next_index].pbn); in increase_dsc_bpp()
621 vars[next_index].pbn += initial_slack[next_index]; in increase_dsc_bpp()
631 vars[next_index].pbn -= initial_slack[next_index]; in increase_dsc_bpp()
656 int next_index; in try_disable_dsc() local
673 next_index = -1; in try_disable_dsc()
679 next_index = i; in try_disable_dsc()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/myisam/
H A Dqueues.cc211 uint elements, half_queue, offset_to_key, next_index; in _downheap() local
220 next_index = idx + idx; in _downheap()
221 if (next_index < elements && in _downheap()
226 next_index++; in _downheap()
234 queue->root[idx] = queue->root[next_index]; in _downheap()
235 idx = next_index; in _downheap()
239 next_index = idx >> 1; in _downheap()
240 while (next_index > start_idx) { in _downheap()
246 queue->root[idx] = queue->root[next_index]; in _downheap()
247 idx = next_index; in _downheap()
[all …]
/dports/devel/libpciaccess/libpciaccess-0.16/src/
H A Dcommon_iterator.c47 unsigned next_index; member
82 iter->next_index = 0; in pci_slot_match_iterator_create()
118 iter->next_index = 0; in pci_id_match_iterator_create()
169 if ( iter->next_index < pci_sys->num_devices ) { in pci_device_next()
170 d = & pci_sys->devices[ iter->next_index ]; in pci_device_next()
171 iter->next_index++; in pci_device_next()
179 & pci_sys->devices[ iter->next_index ]; in pci_device_next()
181 iter->next_index++; in pci_device_next()
197 & pci_sys->devices[ iter->next_index ]; in pci_device_next()
199 iter->next_index++; in pci_device_next()
[all …]
/dports/sysutils/dupd/dupd-1.7/src/
H A Dhashlist.c70 hl->next_index = 0; in new_hash_list_node()
88 hl->next_index = 0; in reset_hash_list_entry()
135 p->entries[p->next_index] = file; in add_to_hash_table()
136 if (p->next_index) { in add_to_hash_table()
139 p->next_index++; in add_to_hash_table()
161 p->entries[p->next_index] = file; in add_to_hash_table()
162 p->next_index++; in add_to_hash_table()
303 if (p->next_index > 1) { in publish_duplicate_hash_list()
334 if (i + 1 < p->next_index) { in publish_duplicate_hash_list()
394 p->hash_valid, p->next_index); in print_hash_list_entry()
[all …]

12345678910>>...97