Home
last modified time | relevance | path

Searched refs:fast_paths (Results 1 – 25 of 41) sorted by relevance

12

/dports/games/abstreet/fast_paths-192ae1997f9857791826ac5ed16892b2f692920c/
H A DCargo.toml2 name = "fast_paths"
7 repository = "https://github.com/easbar/fast_paths"
12 travis-ci = { repository = "easbar/fast_paths", branch = "master" }
H A DREADME.md13 fast_paths = "0.1.0"
33 let fast_graph = fast_paths::prepare(&input_graph);
36 let shortest_path = fast_paths::calc_path(&fast_graph, 8, 6);
61 let mut path_calculator = fast_paths::create_calculator(&fast_graph);
72 use fast_paths::{deserialize_32, serialize_32, FastGraph};
87 let fast_graph = fast_paths::prepare(&input_graph);
90 let another_fast_graph = fast_paths::prepare_with_order(&another_input_graph, &node_ordering);
145 for inclusion in fast_paths by you, as defined in the Apache-2.0 license, shall be
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/EventSubscriber/
H A DFast404ExceptionHtmlSubscriber.php74 $fast_paths = $config->get('fast_404.paths');
75 if ($fast_paths && preg_match($fast_paths, $request->getPathInfo())) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/EventSubscriber/
H A DFast404ExceptionHtmlSubscriber.php74 $fast_paths = $config->get('fast_404.paths');
75 if ($fast_paths && preg_match($fast_paths, $request->getPathInfo())) {
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/libpixman/src/
H A Dpixman-implementation.c32 const pixman_fast_path_t *fast_paths) in _pixman_implementation_create() argument
36 assert (fast_paths); in _pixman_implementation_create()
45 imp->fast_paths = fast_paths; in _pixman_implementation_create()
120 const pixman_fast_path_t *info = imp->fast_paths; in _pixman_implementation_lookup_composite()
413 cur->fast_paths = empty_fast_path; in _pixman_choose_implementation()
H A Dpixman-private.h540 const pixman_fast_path_t * fast_paths; member
559 const pixman_fast_path_t *fast_paths);
/dports/www/firefox/firefox-99.0/gfx/cairo/libpixman/src/
H A Dpixman-implementation.c32 const pixman_fast_path_t *fast_paths) in _pixman_implementation_create() argument
36 assert (fast_paths); in _pixman_implementation_create()
45 imp->fast_paths = fast_paths; in _pixman_implementation_create()
120 const pixman_fast_path_t *info = imp->fast_paths; in _pixman_implementation_lookup_composite()
413 cur->fast_paths = empty_fast_path; in _pixman_choose_implementation()
H A Dpixman-private.h540 const pixman_fast_path_t * fast_paths; member
559 const pixman_fast_path_t *fast_paths);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/libpixman/src/
H A Dpixman-implementation.c32 const pixman_fast_path_t *fast_paths) in _pixman_implementation_create() argument
36 assert (fast_paths); in _pixman_implementation_create()
45 imp->fast_paths = fast_paths; in _pixman_implementation_create()
120 const pixman_fast_path_t *info = imp->fast_paths; in _pixman_implementation_lookup_composite()
413 cur->fast_paths = empty_fast_path; in _pixman_choose_implementation()
H A Dpixman-private.h540 const pixman_fast_path_t * fast_paths; member
559 const pixman_fast_path_t *fast_paths);
/dports/x11/pixman/pixman-0.40.0/pixman/
H A Dpixman-implementation.c32 const pixman_fast_path_t *fast_paths) in _pixman_implementation_create() argument
36 assert (fast_paths); in _pixman_implementation_create()
45 imp->fast_paths = fast_paths; in _pixman_implementation_create()
120 const pixman_fast_path_t *info = imp->fast_paths; in _pixman_implementation_lookup_composite()
413 cur->fast_paths = empty_fast_path; in _pixman_choose_implementation()
/dports/games/libretro-2048/libretro-2048-35a299c/pixman/pixman/
H A Dpixman-implementation.c116 const pixman_fast_path_t *fast_paths) in _pixman_implementation_create() argument
125 assert (fast_paths); in _pixman_implementation_create()
145 imp->fast_paths = fast_paths; in _pixman_implementation_create()
H A Dpixman-private.h444 const pixman_fast_path_t * fast_paths; member
457 const pixman_fast_path_t *fast_paths);
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/
H A DCargo.toml11 fast_paths = { git = "https://github.com/easbar/fast_paths" }
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/pathfind/
H A Ddriving.rs5 use fast_paths::{deserialize_32, serialize_32, FastGraph, InputGraph, PathCalculator};
58 fast_paths::prepare_with_order(&input_graph, &node_ordering).unwrap() in new()
60 fast_paths::prepare(&input_graph) in new()
76 .get_or(|| RefCell::new(fast_paths::create_calculator(&self.graph))) in pathfind()
126 self.graph = fast_paths::prepare_with_order(&input_graph, &node_ordering).unwrap(); in apply_edits()
H A Dwalking.rs7 use fast_paths::{deserialize_32, serialize_32, FastGraph, InputGraph, PathCalculator};
84 let graph = fast_paths::prepare(&make_input_graph( in new()
110 self.graph = fast_paths::prepare_with_order(&input_graph, &node_ordering).unwrap(); in apply_edits()
118 .get_or(|| RefCell::new(fast_paths::create_calculator(&self.graph))) in pathfind()
136 let raw_path = fast_paths::calc_path( in should_use_transit()
H A Dnode_map.rs1 use fast_paths::{NodeId, ShortestPath};
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/libpixman/src/
H A Dpixman-implementation.c32 const pixman_fast_path_t *fast_paths) in _pixman_implementation_create() argument
36 assert (fast_paths); in _pixman_implementation_create()
45 imp->fast_paths = fast_paths; in _pixman_implementation_create()
120 const pixman_fast_path_t *info = imp->fast_paths; in _pixman_implementation_lookup_composite()
H A Dpixman-private.h499 const pixman_fast_path_t * fast_paths; member
521 const pixman_fast_path_t *fast_paths);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/libpixman/src/
H A Dpixman-implementation.c32 const pixman_fast_path_t *fast_paths) in _pixman_implementation_create() argument
36 assert (fast_paths); in _pixman_implementation_create()
45 imp->fast_paths = fast_paths; in _pixman_implementation_create()
128 const pixman_fast_path_t *info = imp->fast_paths; in _pixman_implementation_lookup_composite()
H A Dpixman-private.h499 const pixman_fast_path_t * fast_paths; member
521 const pixman_fast_path_t *fast_paths);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/libpixman/src/
H A Dpixman-implementation.c32 const pixman_fast_path_t *fast_paths) in _pixman_implementation_create() argument
36 assert (fast_paths); in _pixman_implementation_create()
45 imp->fast_paths = fast_paths; in _pixman_implementation_create()
120 const pixman_fast_path_t *info = imp->fast_paths; in _pixman_implementation_lookup_composite()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/
H A DREADME.md107 [fast_paths](https://github.com/easbar/fast_paths) by Andreas Barth
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/book/src/map/
H A Dedits.md28 - This is the slowest step. Critically, the `fast_paths` crate lets a previous
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/pixman/
H A Dpixman-private.h500 const pixman_fast_path_t * fast_paths; member
519 const pixman_fast_path_t *fast_paths);

12