Home
last modified time | relevance | path

Searched defs:to_index (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/associated-types/
H A Dassociated-types-enum-field-numbered.rs9 fn to_index(&self) -> usize; in to_index() method
26 fn to_index(&self) -> usize { *self } in to_index() method
H A Dassociated-types-enum-field-named.rs9 fn to_index(&self) -> usize; in to_index() method
26 fn to_index(&self) -> usize { *self } in to_index() method
/dports/math/geogram/geogram-1.7.7/src/examples/contrib/topopt/
H A Dlayout.h4 inline int to_index(int x, int y, int nx, int ny) { return y * nx + x; } in to_index() function
7 int to_index(vec2_t v, vec2_u s) { return v[1] * s[0] + v[0]; } in to_index() function
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/samples/
H A Dsimple_routing_program.py45 def distance_callback(from_index, to_index): argument
H A Dvrp_with_time_limit.py68 def distance_callback(from_index, to_index): argument
H A Dtsp_distance_matrix.py142 def distance_callback(from_index, to_index): argument
H A Dvrp_breaks.py121 def time_callback(from_index, to_index): argument
H A Dvrp_breaks_from_start.py126 def time_callback(from_index, to_index): argument
H A Dvrp_time_windows_per_vehicles.py142 def time_callback(from_index, to_index): argument
H A Dvrp_pickup_delivery_lifo.py159 def distance_callback(from_index, to_index): argument
H A Dvrp_resources.py124 def time_callback(from_index, to_index): argument
H A Dvrp_pickup_delivery_fifo.py159 def distance_callback(from_index, to_index): argument
H A Dvrp_starts_ends.py151 def distance_callback(from_index, to_index): argument
H A Dvrp.py156 def distance_callback(from_index, to_index): argument
H A Dvrp_initial_routes.py155 def distance_callback(from_index, to_index): argument
H A Dvrp_node_max.py186 def distance_callback(from_index, to_index): argument
H A Dvrp_pickup_delivery.py159 def distance_callback(from_index, to_index): argument
H A Dvrp_tokens.py99 def distance_callback(from_index, to_index): argument
H A Dtsp_circuit_board.py141 def distance_callback(from_index, to_index): argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dparman.c126 struct parman_item *item, unsigned long to_index, in __parman_prio_move()
136 unsigned long to_index; in parman_prio_shift_down() local
151 unsigned long to_index; in parman_prio_shift_up() local
167 unsigned long to_index; in parman_prio_item_remove() local
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dparman.c126 struct parman_item *item, unsigned long to_index, in __parman_prio_move()
136 unsigned long to_index; in parman_prio_shift_down() local
151 unsigned long to_index; in parman_prio_shift_up() local
167 unsigned long to_index; in parman_prio_item_remove() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dparman.c126 struct parman_item *item, unsigned long to_index, in __parman_prio_move()
136 unsigned long to_index; in parman_prio_shift_down() local
151 unsigned long to_index; in parman_prio_shift_up() local
167 unsigned long to_index; in parman_prio_item_remove() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/tabs/
H A Dtab_strip_observer.cc9 void TabStripObserver::OnTabMoved(int from_index, int to_index) {} in OnTabMoved()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dcommand_queue.cpp48 std::string::size_type to_index = 0; in Command() local
235 std::string::size_type to_index = 0; in Line() local
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/net/
H A Dchecksum.c121 ip_len = lduw_be_p(&ip->ip_len); in time_callback()

12345678910>>...21