/external/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);
|
/external/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);
|
/external/wpa_supplicant_8/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()
|
/external/libpng/ |
D | pngrutil.c | 3706 unsigned int s_start, s_end; in png_do_read_interlace() local 3719 s_end = 0; in png_do_read_interlace() 3729 s_end = 7; in png_do_read_interlace() 3742 if (dshift == s_end) in png_do_read_interlace() 3752 if (sshift == s_end) in png_do_read_interlace() 3769 unsigned int s_start, s_end; in png_do_read_interlace() local 3780 s_end = 0; in png_do_read_interlace() 3790 s_end = 6; in png_do_read_interlace() 3806 if (dshift == s_end) in png_do_read_interlace() 3816 if (sshift == s_end) in png_do_read_interlace() [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | bfs_fs.h | 54 __le32 s_end; member
|
/external/libnl/tests/ |
D | nl-test-util.c | 49 char *s_end; in _nltst_rand_u32() local 57 seed = strtoull(s, &s_end, 10); in _nltst_rand_u32() 58 if (errno != 0 || s_end[0] != '\0') { in _nltst_rand_u32()
|
/external/compiler-rt/lib/cfi/ |
D | cfi.cc | 145 uint16_t *s_end = MemToShadow(end - 1, shadow_) + 1; in Add() local 147 for (; s < s_end; s++, sv++) in Add()
|
/external/llvm/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);
|
/external/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);
|
/external/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);
|
/external/autotest/client/site_tests/power_LoadTest/ |
D | power_LoadTest.py | 877 s_start, s_end = (start + duration * fraction 881 if s_end > end: 882 s_end = end 883 self._checkpoint_logger.checkpoint(section, s_start, s_end) 885 self._checkpoint_logger.checkpoint(loop_section, s_start, s_end)
|
/external/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()
|
/external/python/cpython3/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()
|
/external/python/cpython2/Objects/ |
D | floatobject.c | 1455 char *s, *coeff_start, *s_store, *coeff_end, *exp_start, *s_end; in float_fromhex() local 1506 s_end = s + length; in float_fromhex() 1673 if (s != s_end) in float_fromhex()
|
/external/libevent/ |
D | buffer.c | 1502 char *s_end, *cr, *lf; in find_eol_char() local 1503 s_end = s+len; in find_eol_char() 1504 while (s < s_end) { in find_eol_char() 1505 size_t chunk = (s + CHUNK_SZ < s_end) ? CHUNK_SZ : (s_end - s); in find_eol_char()
|
/external/rust/crates/crossbeam-channel/tests/ |
D | select_macro.rs | 294 let (s_end, r_end) = bounded::<()>(0); in loop_try() 330 drop(s_end); in loop_try()
|
D | select.rs | 418 let (s_end, r_end) = bounded::<()>(0); in loop_try() 500 drop(s_end); in loop_try()
|
/external/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()
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load_test.py | 765 i_end, s_end = control_flow_ops.while_loop(cond, body, (i_0, s_0)) 767 return s_end
|