/external/skia/demos.skia.org/demos/textedit/ |
D | textapi_utils.js | 425 let s_end = s._length; 441 while (s_end <= start) { 443 s_start = s_end; 444 s_end += s._length; 446 end = Math.min(r.textRange.end, s_end); 450 'style', s_start, s_end);
|
/external/skia/modules/canvaskit/npm_build/ |
D | textapi_utils.js | 441 let s_end = s._length; 457 while (s_end <= start) { 459 s_start = s_end; 460 s_end += s._length; 462 end = Math.min(r.textRange.end, s_end); 466 '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/kernel-headers/original/uapi/linux/ |
D | bfs_fs.h | 54 __le32 s_end; member
|
/external/pdfium/third_party/libpng16/ |
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 …]
|
/external/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 …]
|
/external/autotest/client/site_tests/power_LoadTest/ |
D | power_LoadTest.py | 809 s_start, s_end = (start + duration * fraction 813 if s_end > end: 814 s_end = end 815 self._checkpoint_logger.checkpoint(section, s_start, s_end) 817 self._checkpoint_logger.checkpoint(loop_section, s_start, s_end)
|
/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/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/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/llvm-project/llvm/include/llvm/ADT/ |
D | Hashing.h | 453 const char *s_end = reinterpret_cast<const char *>(last); 454 const size_t length = std::distance(s_begin, s_end); 466 state.mix(s_end - 64);
|
/external/llvm-project/compiler-rt/lib/cfi/ |
D | cfi.cpp | 168 uint16_t *s_end = MemToShadow(end - 1, shadow_) + 1; in Add() local 170 for (; s < s_end; s++, sv++) in Add()
|
/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 | 1260 const char *s, *coeff_start, *s_store, *coeff_end, *exp_start, *s_end; in float_fromhex() local 1312 s_end = s + length; in float_fromhex() 1470 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 | 293 let (s_end, r_end) = bounded::<()>(0); in loop_try() 329 drop(s_end); in loop_try()
|
D | select.rs | 416 let (s_end, r_end) = bounded::<()>(0); in loop_try() 498 drop(s_end); in loop_try()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 1295 s_end = m_continue_C_tids.end(); in DoResume() local 1296 s_pos != s_end; ++s_pos) in DoResume() 1318 s_end = m_continue_S_tids.end(); in DoResume() local 1319 s_pos != s_end; ++s_pos) in DoResume()
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load_test.py | 748 i_end, s_end = control_flow_ops.while_loop(cond, body, (i_0, s_0)) 750 return s_end
|