Home
last modified time | relevance | path

Searched refs:up_start (Results 1 – 16 of 16) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/plane-split/src/
H A Dnaive.rs57 let mut up_start = array.len(); in partial_sort_by() localVariable
60 'find_smallest: while i + 1 != up_start { in partial_sort_by()
63 debug!("\tComparing {} to {}, up_start = {}", i, j, up_start); in partial_sort_by()
69 up_start -= 1; in partial_sort_by()
70 if j == up_start { in partial_sort_by()
73 array.swap(j, up_start); in partial_sort_by()
78 if j == up_start { in partial_sort_by()
86 up_start -= 1; in partial_sort_by()
87 array.swap(j, up_start); in partial_sort_by()
95 debug!("\tEnding {} with up_start={}, poly {:?}", i, up_start, array[i]); in partial_sort_by()
/dports/www/piwigo/piwigo/install/
H A Dupgrade_2.6.0.php93 $up_start = get_moment(); variable
101 …OW(), \'[migration from 2.6.0 to '.PHPWG_VERSION.', '.get_elapsed_time($up_start, get_moment()).']…
H A Dupgrade_2.7.0.php93 $up_start = get_moment(); variable
101 …OW(), \'[migration from 2.7.0 to '.PHPWG_VERSION.', '.get_elapsed_time($up_start, get_moment()).']…
H A Dupgrade_2.8.0.php93 $up_start = get_moment(); variable
101 …OW(), \'[migration from 2.8.0 to '.PHPWG_VERSION.', '.get_elapsed_time($up_start, get_moment()).']…
H A Dupgrade_2.9.0.php93 $up_start = get_moment(); variable
101 …OW(), \'[migration from 2.9.0 to '.PHPWG_VERSION.', '.get_elapsed_time($up_start, get_moment()).']…
H A Dupgrade_2.10.0.php93 $up_start = get_moment(); variable
101 …W(), \'[migration from 2.10.0 to '.PHPWG_VERSION.', '.get_elapsed_time($up_start, get_moment()).']…
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncgen/
H A Dnc_iter.c22 static int up_start(int ndims, const size_t *dims, int incdim, size_t inc,
106 iter->more = up_start(iter->rank, iter->dimsizes, iter->right_dim, in nc_next_iter()
179 up_start( in up_start() function
/dports/science/netcdf/netcdf-c-4.7.4/ncgen/
H A Dnc_iter.c22 static int up_start(int ndims, const size_t *dims, int incdim, size_t inc,
106 iter->more = up_start(iter->rank, iter->dimsizes, iter->right_dim, in nc_next_iter()
179 up_start( in up_start() function
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Dnciter.c114 up_start( in up_start() function
272 iter->more = up_start(iter->rank, iter->dimsizes, iter->right_dim, in nc_next_iter()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/
H A Dnciter.c114 up_start( in up_start() function
272 iter->more = up_start(iter->rank, iter->dimsizes, iter->right_dim, in nc_next_iter()
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dscreen.c2894 SelectionBoundary up_start, up_end, down_start, down_end; in screen_update_selection() local
2898 if (screen_selection_range_for_line(self, top_line, &up_start.x, &up_end.x)) { in screen_update_selection()
2902 s->start.x = up_start.x; s->end.x = bottom_line == top_line ? up_end.x : down_end.x; in screen_update_selection()
2903 down_start = up_start; down_end = up_end; in screen_update_selection()
2907 S; s->start.x = MAX(x, up_start.x); in screen_update_selection()
2910 top_line = continue_line_upwards(self, top_line, &up_start, &up_end); in screen_update_selection()
2918 if (screen_selection_range_for_line(self, top_line, &up_start.x, &up_end.x)) { in screen_update_selection()
2919 down_start = up_start; down_end = up_end; in screen_update_selection()
2920 top_line = continue_line_upwards(self, top_line, &up_start, &up_end); in screen_update_selection()
2924 a->in_left_half_of_cell = true; a->x = up_start.x; a->y = top_line; in screen_update_selection()
/dports/net/hostapd-devel/hostap-14ab4a816/src/drivers/
H A Ddriver_atheros.c814 int i, up_start; in atheros_set_qos_map() local
838 up_start = qos_map_set_len - 16; in atheros_set_qos_map()
840 qos_map->up[i].low = qos_map_set[up_start + (i * 2)]; in atheros_set_qos_map()
841 qos_map->up[i].high = qos_map_set[up_start + (i * 2) + 1]; in atheros_set_qos_map()
/dports/net/hostapd/hostapd-2.9/src/drivers/
H A Ddriver_atheros.c818 int i, up_start; in atheros_set_qos_map() local
842 up_start = qos_map_set_len - 16; in atheros_set_qos_map()
844 qos_map->up[i].low = qos_map_set[up_start + (i * 2)]; in atheros_set_qos_map()
845 qos_map->up[i].high = qos_map_set[up_start + (i * 2) + 1]; in atheros_set_qos_map()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_atheros.c818 int i, up_start; in atheros_set_qos_map() local
842 up_start = qos_map_set_len - 16; in atheros_set_qos_map()
844 qos_map->up[i].low = qos_map_set[up_start + (i * 2)]; in atheros_set_qos_map()
845 qos_map->up[i].high = qos_map_set[up_start + (i * 2) + 1]; in atheros_set_qos_map()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/drivers/
H A Ddriver_atheros.c814 int i, up_start; in atheros_set_qos_map() local
838 up_start = qos_map_set_len - 16; in atheros_set_qos_map()
840 qos_map->up[i].low = qos_map_set[up_start + (i * 2)]; in atheros_set_qos_map()
841 qos_map->up[i].high = qos_map_set[up_start + (i * 2) + 1]; in atheros_set_qos_map()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/drivers/
H A Ddriver_atheros.c818 int i, up_start; in atheros_set_qos_map() local
842 up_start = qos_map_set_len - 16; in atheros_set_qos_map()
844 qos_map->up[i].low = qos_map_set[up_start + (i * 2)]; in atheros_set_qos_map()
845 qos_map->up[i].high = qos_map_set[up_start + (i * 2) + 1]; in atheros_set_qos_map()