Home
last modified time | relevance | path

Searched refs:s_begin (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/graph/
Ddijkstra_shortest_paths.hpp330 SourceInputIter s_begin, SourceInputIter s_end, PredecessorMap predecessor, in dijkstra_shortest_paths_no_init() argument
338 dijkstra_shortest_paths_no_init(g, s_begin, s_end, predecessor, distance, in dijkstra_shortest_paths_no_init()
361 SourceInputIter s_begin, SourceInputIter s_end, PredecessorMap predecessor, in dijkstra_shortest_paths_no_init() argument
387 breadth_first_visit(g, s_begin, s_end, Q, bfs_vis, color); in dijkstra_shortest_paths_no_init()
410 SourceInputIter s_begin, SourceInputIter s_end, PredecessorMap predecessor, in dijkstra_shortest_paths() argument
417 dijkstra_shortest_paths(g, s_begin, s_end, predecessor, distance, weight, in dijkstra_shortest_paths()
444 SourceInputIter s_begin, SourceInputIter s_end, PredecessorMap predecessor, in dijkstra_shortest_paths() argument
459 for (SourceInputIter it = s_begin; it != s_end; ++it) in dijkstra_shortest_paths()
464 dijkstra_shortest_paths_no_init(g, s_begin, s_end, predecessor, distance, in dijkstra_shortest_paths()
487 SourceInputIter s_begin, SourceInputIter s_end, PredecessorMap predecessor, in dijkstra_shortest_paths() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h450 const char *s_begin = reinterpret_cast<const char *>(first);
452 const size_t length = std::distance(s_begin, s_end);
454 return hash_short(s_begin, length, seed);
456 const char *s_aligned_end = s_begin + (length & ~63);
457 hash_state state = state.create(s_begin, seed);
458 s_begin += 64;
459 while (s_begin != s_aligned_end) {
460 state.mix(s_begin);
461 s_begin += 64;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DHashing.h448 const char *s_begin = reinterpret_cast<const char *>(first);
450 const size_t length = std::distance(s_begin, s_end);
452 return hash_short(s_begin, length, seed);
454 const char *s_aligned_end = s_begin + (length & ~63);
455 hash_state state = state.create(s_begin, seed);
456 s_begin += 64;
457 while (s_begin != s_aligned_end) {
458 state.mix(s_begin);
459 s_begin += 64;
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_liverange.h114 int lvl, int s_begin);
291 int lvl, int s_begin);
Dsfn_liverange.cpp66 int lvl, int s_begin) in create() argument
68 storage[current_slot] = prog_scope(p, type, id, lvl, s_begin); in create()
/third_party/skia/src/utils/
DSkJSON.cpp693 const auto* s_begin = p + 1; in matchString() local
704 func(s_begin, p - s_begin, p_stop); in matchString()
708 const auto* buf = this->unescapeString(s_begin, p); in matchString()
738 return this->error(nullptr, s_begin - 1, "invalid string"); in matchString()
/third_party/flutter/skia/src/utils/
DSkJSON.cpp685 const auto* s_begin = p + 1; in matchString() local
696 func(s_begin, p - s_begin, p_stop); in matchString()
700 const auto* buf = this->unescapeString(s_begin, p); in matchString()
730 return this->error(nullptr, s_begin - 1, "invalid string"); in matchString()
/third_party/boost/boost/histogram/
Dunlimited_storage.hpp440 auto s_begin = begin(s); in unlimited_storage() local
446 const std::size_t size = static_cast<std::size_t>(std::distance(s_begin, s_end)); in unlimited_storage()
448 buffer_.template make<V>(size, s_begin); in unlimited_storage()
450 buffer_.template make<double>(size, s_begin); in unlimited_storage()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp143 int lvl, int s_begin);
278 int lvl, int s_begin) in create() argument
280 storage[current_slot] = prog_scope(p, type, id, lvl, s_begin); in create()