/third_party/boost/boost/graph/ |
D | dijkstra_shortest_paths.hpp | 330 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 …]
|
D | betweenness_centrality.hpp | 333 vertex_iterator s, s_end; in brandes_betweenness_centrality_impl() local 334 for (boost::tie(s, s_end) = vertices(g); s != s_end; ++s) in brandes_betweenness_centrality_impl()
|
/third_party/gettext/gettext-tools/src/ |
D | read-mo.c | 127 size_t s_end = xsum3 (s_offset, s_length, 1); in get_string() local 129 if (size_overflow_p (s_end) || s_end > bfp->size) in get_string() 163 size_t s_end; in get_sysdep_string() local 166 s_end = xsum (s_offset, segsize); in get_sysdep_string() 167 if (size_overflow_p (s_end) || s_end > bfp->size) in get_sysdep_string()
|
/third_party/skia/demos.skia.org/demos/textedit/ |
D | textapi_utils.js | 428 let s_end = s._length; 444 while (s_end <= start) { 446 s_start = s_end; 447 s_end += s._length; 449 end = Math.min(r.textRange.end, s_end); 453 'style', s_start, s_end);
|
/third_party/skia/modules/canvaskit/npm_build/ |
D | textapi_utils.js | 445 let s_end = s._length; 461 while (s_end <= start) { 463 s_start = s_end; 464 s_end += s._length; 466 end = Math.min(r.textRange.end, s_end); 470 'style', s_start, s_end);
|
/third_party/boost/tools/build/src/engine/ |
D | lists.cpp | 285 LISTITER const s_end = list_end( s ); in list_cmp() local 287 while ( !status && ( t_it != t_end || s_it != s_end ) ) in list_cmp() 290 char const * ss = s_it != s_end ? object_str( list_item( s_it ) ) : ""; in list_cmp() 295 s_it = s_it != s_end ? list_next( s_it ) : s_it; in list_cmp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | json.c | 67 char *str, *spos, *s_end; in json_parse_string() local 79 s_end = str + buf_len; in json_parse_string() 82 if (buf_len < max_len && s_end - spos < 3) { in json_parse_string() 95 s_end = str + buf_len; in json_parse_string()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | json.c | 67 char *str, *spos, *s_end; in json_parse_string() local 79 s_end = str + buf_len; in json_parse_string() 82 if (buf_len < max_len && s_end - spos < 3) { in json_parse_string() 95 s_end = str + buf_len; in json_parse_string()
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngrutil.c | 3705 unsigned int s_start, s_end; in png_do_read_interlace() local 3718 s_end = 0; in png_do_read_interlace() 3728 s_end = 7; in png_do_read_interlace() 3741 if (dshift == s_end) in png_do_read_interlace() 3751 if (sshift == s_end) in png_do_read_interlace() 3768 unsigned int s_start, s_end; in png_do_read_interlace() local 3779 s_end = 0; in png_do_read_interlace() 3789 s_end = 6; in png_do_read_interlace() 3805 if (dshift == s_end) in png_do_read_interlace() 3815 if (sshift == s_end) in png_do_read_interlace() [all …]
|
/third_party/libpng/ |
D | pngrutil.c | 3705 unsigned int s_start, s_end; in png_do_read_interlace() local 3718 s_end = 0; in png_do_read_interlace() 3728 s_end = 7; in png_do_read_interlace() 3741 if (dshift == s_end) in png_do_read_interlace() 3751 if (sshift == s_end) in png_do_read_interlace() 3768 unsigned int s_start, s_end; in png_do_read_interlace() local 3779 s_end = 0; in png_do_read_interlace() 3789 s_end = 6; in png_do_read_interlace() 3805 if (dshift == s_end) in png_do_read_interlace() 3815 if (sshift == s_end) in png_do_read_interlace() [all …]
|
/third_party/skia/third_party/externals/libpng/ |
D | pngrutil.c | 3705 unsigned int s_start, s_end; in png_do_read_interlace() local 3718 s_end = 0; in png_do_read_interlace() 3728 s_end = 7; in png_do_read_interlace() 3741 if (dshift == s_end) in png_do_read_interlace() 3751 if (sshift == s_end) in png_do_read_interlace() 3768 unsigned int s_start, s_end; in png_do_read_interlace() local 3779 s_end = 0; in png_do_read_interlace() 3789 s_end = 6; in png_do_read_interlace() 3805 if (dshift == s_end) in png_do_read_interlace() 3815 if (sshift == s_end) in png_do_read_interlace() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Hashing.h | 449 const char *s_end = reinterpret_cast<const char *>(last); 450 const size_t length = std::distance(s_begin, s_end); 462 state.mix(s_end - 64);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Hashing.h | 451 const char *s_end = reinterpret_cast<const char *>(last); 452 const size_t length = std::distance(s_begin, s_end); 464 state.mix(s_end - 64);
|
/third_party/alsa-utils/alsamixer/ |
D | mixer_display.c | 67 const char *s_end; in display_string_in_field() local 73 s_end = mbs_at_width(s, &string_width, -1); in display_string_in_field() 75 waddnstr(mixer_widget.window, s, s_end - s); in display_string_in_field()
|
/third_party/boost/boost/histogram/ |
D | unlimited_storage.hpp | 441 auto s_end = end(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()
|
/third_party/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 2781 const char* s_end = s; in RenderText() local 2783 while (y_end < clip_rect.w && s_end < text_end) in RenderText() 2785 s_end = (const char*)memchr(s_end, '\n', text_end - s_end); in RenderText() 2786 s_end = s_end ? s_end + 1 : text_end; in RenderText() 2789 text_end = s_end; in RenderText()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 2769 const char* s_end = s; in RenderText() local 2771 while (y_end < clip_rect.w && s_end < text_end) in RenderText() 2773 s_end = (const char*)memchr(s_end, '\n', text_end - s_end); in RenderText() 2774 s_end = s_end ? s_end + 1 : text_end; in RenderText() 2777 text_end = s_end; in RenderText()
|
/third_party/python/Objects/ |
D | floatobject.c | 1280 const char *s, *coeff_start, *s_store, *coeff_end, *exp_start, *s_end; in float_fromhex() local 1332 s_end = s + length; in float_fromhex() 1490 if (s != s_end) in float_fromhex()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 3566 const char* s_end = s; in RenderText() local 3568 while (y_end < clip_rect.w && s_end < text_end) in RenderText() 3570 s_end = (const char*)memchr(s_end, '\n', text_end - s_end); in RenderText() 3571 s_end = s_end ? s_end + 1 : text_end; in RenderText() 3574 text_end = s_end; in RenderText()
|
/third_party/libwebsockets/lib/misc/ |
D | lecp.c | 173 lecp_push(struct lecp_ctx *ctx, char s_start, char s_end, char state) in lecp_push() argument 189 st->pop_iss = s_end; /* issue this when we pop back here */ in lecp_push()
|