/third_party/node/deps/v8/src/profiler/ |
H A D | output-stream-writer.h | 64 const char* s_end = s + n; 65 while (s < s_end) { 67 std::min(chunk_size_ - chunk_pos_, static_cast<int>(s_end - s));
|
/third_party/skia/modules/canvaskit/npm_build/ |
H A 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/skia/demos.skia.org/demos/textedit/ |
H A 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);
|
/kernel/linux/linux-5.10/fs/bfs/ |
H A D | inode.c | 345 if (le32_to_cpu(bfs_sb->s_start) > le32_to_cpu(bfs_sb->s_end) || in bfs_fill_super() 373 info->si_blocks = (le32_to_cpu(bfs_sb->s_end) + 1) >> BFS_BSIZE_BITS; in bfs_fill_super() 374 info->si_freeb = (le32_to_cpu(bfs_sb->s_end) + 1 - le32_to_cpu(bfs_sb->s_start)) >> BFS_BSIZE_BITS; in bfs_fill_super() 409 s_size = le32_to_cpu(bfs_sb->s_end); in bfs_fill_super()
|
/kernel/linux/linux-6.6/fs/bfs/ |
H A D | inode.c | 344 if (le32_to_cpu(bfs_sb->s_start) > le32_to_cpu(bfs_sb->s_end) || in bfs_fill_super() 372 info->si_blocks = (le32_to_cpu(bfs_sb->s_end) + 1) >> BFS_BSIZE_BITS; in bfs_fill_super() 373 info->si_freeb = (le32_to_cpu(bfs_sb->s_end) + 1 - le32_to_cpu(bfs_sb->s_start)) >> BFS_BSIZE_BITS; in bfs_fill_super() 408 s_size = le32_to_cpu(bfs_sb->s_end); in bfs_fill_super()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A 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/ |
H A 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()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bfs_fs.h | 54 __le32 s_end; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bfs_fs.h | 54 __le32 s_end; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bfs_fs.h | 55 __le32 s_end; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bfs_fs.h | 55 __le32 s_end; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | bfs_fs.h | 42 __le32 s_end; member
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngrutil.c | 3704 unsigned int s_start, s_end; in png_do_read_interlace() local 3717 s_end = 0; in png_do_read_interlace() 3727 s_end = 7; in png_do_read_interlace() 3740 if (dshift == s_end) in png_do_read_interlace() 3750 if (sshift == s_end) in png_do_read_interlace() 3767 unsigned int s_start, s_end; in png_do_read_interlace() local 3778 s_end = 0; in png_do_read_interlace() 3788 s_end = 6; in png_do_read_interlace() 3804 if (dshift == s_end) in png_do_read_interlace() 3814 if (sshift == s_end) in png_do_read_interlace() 3831 unsigned int s_start, s_end; png_do_read_interlace() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | Hashing.h | 451 const char *s_end = reinterpret_cast<const char *>(last); in hash_combine_range_impl() local 452 const size_t length = std::distance(s_begin, s_end); in hash_combine_range_impl() 464 state.mix(s_end - 64); in hash_combine_range_impl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Hashing.h | 449 const char *s_end = reinterpret_cast<const char *>(last); in hash_combine_range_impl() local 450 const size_t length = std::distance(s_begin, s_end); in hash_combine_range_impl() 462 state.mix(s_end - 64); in hash_combine_range_impl()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ring_mux.c | 53 u64 s_start, u64 s_end) in amdgpu_ring_mux_copy_pkt_from_sw_ring() 59 end = s_end & ring->buf_mask; in amdgpu_ring_mux_copy_pkt_from_sw_ring() 51 amdgpu_ring_mux_copy_pkt_from_sw_ring(struct amdgpu_ring_mux *mux, struct amdgpu_ring *ring, u64 s_start, u64 s_end) amdgpu_ring_mux_copy_pkt_from_sw_ring() argument
|
/kernel/linux/linux-6.6/lib/ |
H A D | memcpy_kunit.c | 486 int s_end = min_t(int, d_off + bytes, ARRAY_SIZE(large_src)); in memmove_overlap_test() local 489 for (int s_off = s_start; s_off < s_end; in memmove_overlap_test() 490 s_off = next_step(s_off, s_start, s_end, window_step)) in memmove_overlap_test()
|
/third_party/alsa-utils/alsamixer/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | amd.c | 57 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \ 58 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | amd.c | 56 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \ 57 ((f << 24) | (m_start << 16) | (s_start << 12) | (m_end << 4) | (s_end))
|
/third_party/mesa3d/src/imgui/ |
H A 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/skia/third_party/externals/imgui/ |
H A 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/ |
H A 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()
|
/third_party/python/Objects/ |
H A D | floatobject.c | 1316 const char *s, *coeff_start, *s_store, *coeff_end, *exp_start, *s_end; in float_fromhex() local 1368 s_end = s + length; in float_fromhex() 1526 if (s != s_end) in float_fromhex()
|
/kernel/linux/linux-5.10/mm/ |
H A D | hugetlb.c | 5338 unsigned long s_end = sbase + PUD_SIZE; in page_table_shareable() local 5350 sbase < svma->vm_start || svma->vm_end < s_end) in page_table_shareable()
|