Home
last modified time | relevance | path

Searched refs:start (Results 101 - 125 of 20981) sorted by relevance

12345678910>>...840

/third_party/icu/icu4c/source/samples/break/
H A Dubreak.c23 void printTextRange(UChar* str, int32_t start, int32_t end) in printTextRange() argument
30 u_austrncpy(charBuf, str+start, sizeof(charBuf)-1); in printTextRange()
32 printf("string[%2d..%2d] \"%s\"\n", start, end-1, charBuf); in printTextRange()
41 int32_t start = ubrk_first(boundary); in printEachForward() local
42 for (end = ubrk_next(boundary); end != UBRK_DONE; start = end, end = in printEachForward()
44 printTextRange(str, start, end ); in printEachForward()
51 int32_t start; in printEachBackward() local
53 for (start = ubrk_previous(boundary); start != UBRK_DONE; end = start, in printEachBackward()
62 int32_t start = ubrk_first(boundary); printFirst() local
69 int32_t start; printLast() local
78 int32_t start; printAt() local
[all...]
H A Dbreak.cpp33 int32_t start, int32_t end ) in printTextRange()
39 printf(" %ld %ld\t", (long)start, (long)end); in printTextRange()
40 printUnicodeString(UnicodeString(s, 0, start)); in printTextRange()
42 printUnicodeString(UnicodeString(s, start, end-start)); in printTextRange()
53 int32_t start = boundary.first(); in printEachForward() local
56 start = end, end = boundary.next()) in printEachForward()
58 printTextRange( boundary, start, end ); in printEachForward()
66 for (int32_t start = boundary.previous(); in printEachBackward()
67 start ! in printEachBackward()
32 printTextRange( BreakIterator& iterator, int32_t start, int32_t end ) printTextRange() argument
77 int32_t start = boundary.first(); printFirst() local
86 int32_t start = boundary.previous(); printLast() local
94 int32_t start = boundary.previous(); printAt() local
[all...]
/third_party/skia/third_party/externals/icu/source/samples/break/
H A Dubreak.c23 void printTextRange(UChar* str, int32_t start, int32_t end) in printTextRange() argument
30 u_austrncpy(charBuf, str+start, sizeof(charBuf)-1); in printTextRange()
32 printf("string[%2d..%2d] \"%s\"\n", start, end-1, charBuf); in printTextRange()
41 int32_t start = ubrk_first(boundary); in printEachForward() local
42 for (end = ubrk_next(boundary); end != UBRK_DONE; start = end, end = in printEachForward()
44 printTextRange(str, start, end ); in printEachForward()
51 int32_t start; in printEachBackward() local
53 for (start = ubrk_previous(boundary); start != UBRK_DONE; end = start, in printEachBackward()
62 int32_t start = ubrk_first(boundary); printFirst() local
69 int32_t start; printLast() local
78 int32_t start; printAt() local
[all...]
H A Dbreak.cpp33 int32_t start, int32_t end ) in printTextRange()
39 printf(" %ld %ld\t", (long)start, (long)end); in printTextRange()
40 printUnicodeString(UnicodeString(s, 0, start)); in printTextRange()
42 printUnicodeString(UnicodeString(s, start, end-start)); in printTextRange()
53 int32_t start = boundary.first(); in printEachForward() local
56 start = end, end = boundary.next()) in printEachForward()
58 printTextRange( boundary, start, end ); in printEachForward()
66 for (int32_t start = boundary.previous(); in printEachBackward()
67 start ! in printEachBackward()
32 printTextRange( BreakIterator& iterator, int32_t start, int32_t end ) printTextRange() argument
77 int32_t start = boundary.first(); printFirst() local
86 int32_t start = boundary.previous(); printLast() local
94 int32_t start = boundary.previous(); printAt() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_editing_value.cpp122 void TextEditingValue::UpdateSelection(int32_t start, int32_t end) in UpdateSelection() argument
124 if (start < 0) { in UpdateSelection()
125 start = 0; in UpdateSelection()
130 selection.Update(start, end); in UpdateSelection()
134 void TextEditingValue::UpdateCompose(int32_t start, int32_t end) in UpdateCompose() argument
136 compose.Update(start, end); in UpdateCompose()
148 int32_t start = selection.GetStart(); in SelectionAwareTextManipulation() local
150 if (static_cast<size_t>(end) > wideText.length() || start > end) { in SelectionAwareTextManipulation()
154 if ((start <= 0) && (end <= 0)) { in SelectionAwareTextManipulation()
158 if ((start > in SelectionAwareTextManipulation()
190 int32_t start = selection.GetStart(); GetBeforeSelection() local
206 int32_t start = selection.GetStart(); GetSelectedText() local
226 int32_t start = textSelection.GetStart(); GetSelectedText() local
261 Delete(int32_t start, int32_t end) Delete() argument
[all...]
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dsetup.c72 void __init detect_memory_region(phys_addr_t start, phys_addr_t sz_min, phys_addr_t sz_max) in detect_memory_region() argument
84 (unsigned long long) start, in detect_memory_region()
88 memblock_add(start, size); in detect_memory_region()
94 unsigned long start, end; in dt_bootmem_init() local
105 * Reserve any memory between the start of RAM and PHYS_OFFSET in dt_bootmem_init()
118 for_each_mem_pfn_range(i, MAX_NUMNODES, &start, &end, NULL) { in dt_bootmem_init()
125 if (start >= PFN_DOWN(HIGHMEM_START)) in dt_bootmem_init()
172 phys_addr_t start, size; in early_parse_mem() local
189 start = 0; in early_parse_mem()
192 start in early_parse_mem()
211 phys_addr_t start, end; arch_reserve_vmcore() local
276 phys_addr_t start = __pa_symbol(&_text); check_kernel_sections_mem() local
396 resource_size_t start, end; reserve_memblock_reserved_regions() local
[all...]
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dpci.c78 dev->resource[2].start = dev->resource[3].start = 0; in quirk_cypress()
82 dev->resource[0].start = 0x170; in quirk_cypress()
84 dev->resource[1].start = 0x376; in quirk_cypress()
133 resource_size_t start = res->start; in pcibios_align_resource() local
136 /* Make sure we start at our min on all hoses */ in pcibios_align_resource()
137 if (start - hose->io_space->start < PCIBIOS_MIN_IO) in pcibios_align_resource()
138 start in pcibios_align_resource()
[all...]
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dpci.c78 dev->resource[2].start = dev->resource[3].start = 0; in quirk_cypress()
82 dev->resource[0].start = 0x170; in quirk_cypress()
84 dev->resource[1].start = 0x376; in quirk_cypress()
133 resource_size_t start = res->start; in pcibios_align_resource() local
136 /* Make sure we start at our min on all hoses */ in pcibios_align_resource()
137 if (start - hose->io_space->start < PCIBIOS_MIN_IO) in pcibios_align_resource()
138 start in pcibios_align_resource()
[all...]
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dtest-bignum-dtoa.cc46 int len = static_cast<int>(strlen(representation.start())); in TrimRepresentation()
65 CHECK_EQ("1", buffer.start()); in TEST()
71 CHECK_EQ("1", buffer.start()); in TEST()
77 CHECK_EQ("1", buffer.start()); in TEST()
81 CHECK_EQ("15", buffer.start()); in TEST()
87 CHECK_EQ("15", buffer.start()); in TEST()
93 CHECK_EQ("15", buffer.start()); in TEST()
98 CHECK_EQ("5", buffer.start()); in TEST()
104 CHECK_EQ("", buffer.start()); in TEST()
109 CHECK_EQ("49407", buffer.start()); in TEST()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent_io.c79 "BTRFS: buffer leak start %llu len %lu refs %d bflags %lu owner %llu\n", in btrfs_extent_buffer_leak_debug_check()
80 eb->start, eb->len, atomic_read(&eb->refs), eb->bflags, in btrfs_extent_buffer_leak_debug_check()
94 pr_err("BTRFS: state leak: start %llu end %llu state %u in tree %d refs %d\n", in btrfs_extent_state_leak_debug_check()
95 state->start, state->end, state->state, in btrfs_extent_state_leak_debug_check()
103 #define btrfs_debug_check_extent_io_range(tree, start, end) \
104 __btrfs_debug_check_extent_io_range(__func__, (tree), (start), (end))
106 struct extent_io_tree *tree, u64 start, u64 end) in __btrfs_debug_check_extent_io_range()
118 caller, btrfs_ino(BTRFS_I(inode)), isize, start, end); in __btrfs_debug_check_extent_io_range()
129 u64 start; member
157 changeset->bytes_changed += state->end - state->start in add_extent_changeset()
105 __btrfs_debug_check_extent_io_range(const char *caller, struct extent_io_tree *tree, u64 start, u64 end) __btrfs_debug_check_extent_io_range() argument
546 insert_state(struct extent_io_tree *tree, struct extent_state *state, u64 start, u64 end, struct rb_node ***p, struct rb_node **parent, unsigned *bits, struct extent_changeset *changeset) insert_state() argument
695 __clear_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, unsigned bits, int wake, int delete, struct extent_state **cached_state, gfp_t mask, struct extent_changeset *changeset) __clear_extent_bit() argument
868 wait_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, unsigned long bits) wait_extent_bit() argument
964 __set_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, unsigned bits, unsigned exclusive_bits, u64 *failed_start, struct extent_state **cached_state, gfp_t mask, struct extent_changeset *changeset) __set_extent_bit() argument
1180 set_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, unsigned bits, u64 * failed_start, struct extent_state **cached_state, gfp_t mask) set_extent_bit() argument
1207 convert_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, unsigned bits, unsigned clear_bits, struct extent_state **cached_state) convert_extent_bit() argument
1408 set_record_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, unsigned bits, struct extent_changeset *changeset) set_record_extent_bits() argument
1423 set_extent_bits_nowait(struct extent_io_tree *tree, u64 start, u64 end, unsigned bits) set_extent_bits_nowait() argument
1430 clear_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, unsigned bits, int wake, int delete, struct extent_state **cached) clear_extent_bit() argument
1438 clear_record_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, unsigned bits, struct extent_changeset *changeset) clear_record_extent_bits() argument
1455 lock_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, struct extent_state **cached_state) lock_extent_bits() argument
1475 try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end) try_lock_extent() argument
1491 extent_range_clear_dirty_for_io(struct inode *inode, u64 start, u64 end) extent_range_clear_dirty_for_io() argument
1506 extent_range_redirty_for_io(struct inode *inode, u64 start, u64 end) extent_range_redirty_for_io() argument
1527 find_first_extent_bit_state(struct extent_io_tree *tree, u64 start, unsigned bits) find_first_extent_bit_state() argument
1561 find_first_extent_bit(struct extent_io_tree *tree, u64 start, u64 *start_ret, u64 *end_ret, unsigned bits, struct extent_state **cached_state) find_first_extent_bit() argument
1612 find_contiguous_extent_bit(struct extent_io_tree *tree, u64 start, u64 *start_ret, u64 *end_ret, unsigned bits) find_contiguous_extent_bit() argument
1649 find_first_clear_extent_bit(struct extent_io_tree *tree, u64 start, u64 *start_ret, u64 *end_ret, unsigned bits) find_first_clear_extent_bit() argument
1757 btrfs_find_delalloc_range(struct extent_io_tree *tree, u64 *start, u64 *end, u64 max_bytes, struct extent_state **cached_state) btrfs_find_delalloc_range() argument
1815 __unlock_for_delalloc(struct inode *inode, struct page *locked_page, u64 start, u64 end) __unlock_for_delalloc() argument
1860 find_lock_delalloc_range(struct inode *inode, struct page *locked_page, u64 *start, u64 *end) find_lock_delalloc_range() argument
2019 extent_clear_unlock_delalloc(struct btrfs_inode *inode, u64 start, u64 end, struct page *locked_page, unsigned clear_bits, unsigned long page_ops) extent_clear_unlock_delalloc() argument
2036 count_range_bits(struct extent_io_tree *tree, u64 *start, u64 search_end, u64 max_bytes, unsigned bits, int contig) count_range_bits() argument
2095 set_state_failrec(struct extent_io_tree *tree, u64 start, struct io_failure_record *failrec) set_state_failrec() argument
2123 get_state_failrec(struct extent_io_tree *tree, u64 start) get_state_failrec() argument
2157 test_range_bit(struct extent_io_tree *tree, u64 start, u64 end, unsigned bits, int filled, struct extent_state *cached) test_range_bit() argument
2213 u64 start = page_offset(page); check_page_uptodate() local
2253 repair_io_failure(struct btrfs_fs_info *fs_info, u64 ino, u64 start, u64 length, u64 logical, struct page *page, unsigned int pg_offset, int mirror_num) repair_io_failure() argument
2337 u64 start = eb->start; btrfs_repair_eb_io_failure() local
2361 clean_io_failure(struct btrfs_fs_info *fs_info, struct extent_io_tree *failure_tree, struct extent_io_tree *io_tree, u64 start, struct page *page, u64 ino, unsigned int pg_offset) clean_io_failure() argument
2423 btrfs_free_io_failure_record(struct btrfs_inode *inode, u64 start, u64 end) btrfs_free_io_failure_record() argument
2451 btrfs_get_io_failure_record(struct inode *inode, u64 start, u64 end) btrfs_get_io_failure_record() argument
2642 btrfs_submit_read_repair(struct inode *inode, struct bio *failed_bio, u64 phy_offset, struct page *page, unsigned int pgoff, u64 start, u64 end, int failed_mirror, submit_bio_hook_t *submit_bio_hook) btrfs_submit_read_repair() argument
2712 end_extent_writepage(struct page *page, int err, u64 start, u64 end) end_extent_writepage() argument
2740 u64 start; end_bio_extent_writepage() local
2777 endio_readpage_release_extent(struct extent_io_tree *tree, u64 start, u64 len, int uptodate) endio_readpage_release_extent() argument
2806 u64 start; end_bio_extent_readpage() local
3110 __get_extent_map(struct inode *inode, struct page *page, size_t pg_offset, u64 start, u64 len, struct extent_map **em_cached) __get_extent_map() argument
3147 u64 start = page_offset(page); btrfs_do_readpage() local
3346 contiguous_readpages(struct page *pages[], int nr_pages, u64 start, u64 end, struct extent_map **em_cached, struct bio **bio, unsigned long *bio_flags, u64 *prev_em_start) contiguous_readpages() argument
3463 u64 start = page_offset(page); __extent_writepage_io() local
3579 u64 start = page_offset(page); __extent_writepage() local
3878 unsigned long start, end; write_one_eb() local
4281 extent_write_locked_range(struct inode *inode, u64 start, u64 end, int mode) extent_write_locked_range() argument
4386 u64 start = page_offset(page); extent_invalidatepage() local
4409 u64 start = page_offset(page); try_release_extent_state() local
4443 u64 start = page_offset(page); try_release_extent_mapping() local
4668 extent_fiemap(struct btrfs_inode *inode, struct fiemap_extent_info *fieinfo, u64 start, u64 len) extent_fiemap() argument
4953 __alloc_extent_buffer(struct btrfs_fs_info *fs_info, u64 start, unsigned long len) __alloc_extent_buffer() argument
5024 __alloc_dummy_extent_buffer(struct btrfs_fs_info *fs_info, u64 start, unsigned long len) __alloc_dummy_extent_buffer() argument
5053 alloc_dummy_extent_buffer(struct btrfs_fs_info *fs_info, u64 start) alloc_dummy_extent_buffer() argument
5111 find_extent_buffer(struct btrfs_fs_info *fs_info, u64 start) find_extent_buffer() argument
5149 alloc_test_extent_buffer(struct btrfs_fs_info *fs_info, u64 start) alloc_test_extent_buffer() argument
5190 alloc_extent_buffer(struct btrfs_fs_info *fs_info, u64 start) alloc_extent_buffer() argument
5597 report_eb_range(const struct extent_buffer *eb, unsigned long start, unsigned long len) report_eb_range() argument
5615 check_eb_range(const struct extent_buffer *eb, unsigned long start, unsigned long len) check_eb_range() argument
5627 read_extent_buffer(const struct extent_buffer *eb, void *dstv, unsigned long start, unsigned long len) read_extent_buffer() argument
5662 read_extent_buffer_to_user_nofault(const struct extent_buffer *eb, void __user *dstv, unsigned long start, unsigned long len) read_extent_buffer_to_user_nofault() argument
5698 memcmp_extent_buffer(const struct extent_buffer *eb, const void *ptrv, unsigned long start, unsigned long len) memcmp_extent_buffer() argument
5753 write_extent_buffer(const struct extent_buffer *eb, const void *srcv, unsigned long start, unsigned long len) write_extent_buffer() argument
5783 memzero_extent_buffer(const struct extent_buffer *eb, unsigned long start, unsigned long len) memzero_extent_buffer() argument
5874 eb_bitmap_offset(const struct extent_buffer *eb, unsigned long start, unsigned long nr, unsigned long *page_index, size_t *page_offset) eb_bitmap_offset() argument
5899 extent_buffer_test_bit(const struct extent_buffer *eb, unsigned long start, unsigned long nr) extent_buffer_test_bit() argument
5921 extent_buffer_bitmap_set(const struct extent_buffer *eb, unsigned long start, unsigned long pos, unsigned long len) extent_buffer_bitmap_set() argument
5963 extent_buffer_bitmap_clear(const struct extent_buffer *eb, unsigned long start, unsigned long pos, unsigned long len) extent_buffer_bitmap_clear() argument
[all...]
H A Dextent_map.c87 static u64 range_end(u64 start, u64 len) in range_end() argument
89 if (start + len < start) in range_end()
91 return start + len; in range_end()
100 u64 end = range_end(em->start, em->len); in tree_insert()
107 if (em->start < entry->start) { in tree_insert()
109 } else if (em->start >= extent_map_end(entry)) { in tree_insert()
118 while (parent && em->start >= extent_map_end(entry)) { in tree_insert()
123 if (end > entry->start in tree_insert()
296 unpin_extent_cache(struct extent_map_tree *tree, u64 start, u64 len, u64 gen) unpin_extent_cache() argument
418 __lookup_extent_mapping(struct extent_map_tree *tree, u64 start, u64 len, int strict) __lookup_extent_mapping() argument
457 lookup_extent_mapping(struct extent_map_tree *tree, u64 start, u64 len) lookup_extent_mapping() argument
474 search_extent_mapping(struct extent_map_tree *tree, u64 start, u64 len) search_extent_mapping() argument
547 u64 start; merge_extent_mapping() local
596 btrfs_add_extent_mapping(struct btrfs_fs_info *fs_info, struct extent_map_tree *em_tree, struct extent_map **em_in, u64 start, u64 len) btrfs_add_extent_mapping() argument
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Ddevices.c38 .start = IRQ_PMU,
52 .start = 0x41100000,
57 .start = IRQ_MMC,
87 .start = 0x40600000,
92 .start = IRQ_USB,
124 .start = 0x44000000,
129 .start = IRQ_LCD,
156 .start = 0x40100000,
160 .start = IRQ_FFUART,
180 .start
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_range.h45 unsigned start; /* inclusive */ member
56 range->start = ~0; in util_range_set_empty()
63 unsigned start, unsigned end) in util_range_add()
65 if (start < range->start || end > range->end) { in util_range_add()
68 range->start = MIN2(start, range->start); in util_range_add()
72 range->start = MIN2(start, rang in util_range_add()
62 util_range_add(struct pipe_resource *resource, struct util_range *range, unsigned start, unsigned end) util_range_add() argument
80 util_ranges_intersect(const struct util_range *range, unsigned start, unsigned end) util_ranges_intersect() argument
[all...]
/kernel/linux/linux-6.6/lib/kunit/
H A Dexecutor_test.c47 .start = subsuite, .end = &subsuite[2], in filter_suites_test()
57 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, got.start); in filter_suites_test()
62 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, got.start[0]); in filter_suites_test()
63 KUNIT_EXPECT_STREQ(test, (const char *)got.start[0]->name, "suite2"); in filter_suites_test()
66 KUNIT_ASSERT_EQ(test, got.end - got.start, 1); in filter_suites_test()
73 .start = subsuite, .end = &subsuite[2], in filter_suites_test_glob_test()
83 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, got.start); in filter_suites_test_glob_test()
88 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, got.start[0]); in filter_suites_test_glob_test()
89 KUNIT_EXPECT_STREQ(test, (const char *)got.start[0]->name, "suite2"); in filter_suites_test_glob_test()
90 KUNIT_ASSERT_EQ(test, got.end - got.start, in filter_suites_test_glob_test()
[all...]
/third_party/selinux/libselinux/src/
H A Dget_context_list.c136 char *start, *end = NULL; in get_context_user() local
172 start = line; in get_context_user()
173 while (*start && isspace(*start)) in get_context_user()
174 start++; in get_context_user()
175 if (!(*start)) in get_context_user()
179 end = start; in get_context_user()
186 linerole = start; in get_context_user()
187 while (*start && !isspace(*start) in get_context_user()
[all...]
/kernel/linux/linux-5.10/mm/
H A Dmlock.c369 * The function expects that the struct page corresponding to @start address is
377 * @start + PAGE_SIZE when no page could be added by the pte walk.
381 unsigned long start, unsigned long end) in __munlock_pagevec_fill()
391 pte = get_locked_pte(vma->vm_mm, start, &ptl); in __munlock_pagevec_fill()
393 end = pgd_addr_end(start, end); in __munlock_pagevec_fill()
394 end = p4d_addr_end(start, end); in __munlock_pagevec_fill()
395 end = pud_addr_end(start, end); in __munlock_pagevec_fill()
396 end = pmd_addr_end(start, end); in __munlock_pagevec_fill()
399 start += PAGE_SIZE; in __munlock_pagevec_fill()
400 while (start < en in __munlock_pagevec_fill()
379 __munlock_pagevec_fill(struct pagevec *pvec, struct vm_area_struct *vma, struct zone *zone, unsigned long start, unsigned long end) __munlock_pagevec_fill() argument
450 munlock_vma_pages_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) munlock_vma_pages_range() argument
524 mlock_fixup(struct vm_area_struct *vma, struct vm_area_struct **prev, unsigned long start, unsigned long end, vm_flags_t newflags) mlock_fixup() argument
588 apply_vma_lock_flags(unsigned long start, size_t len, vm_flags_t flags) apply_vma_lock_flags() argument
644 count_mm_mlocked_page_nr(struct mm_struct *mm, unsigned long start, size_t len) count_mm_mlocked_page_nr() argument
676 do_mlock(unsigned long start, size_t len, vm_flags_t flags) do_mlock() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_controller.cpp51 int32_t start, int32_t end, TextStyle textStyle, ImageSpanAttribute imageStyle) in UpdateSpanStyle()
56 start = std::max(0, start); in UpdateSpanStyle()
60 if (start > end) { in UpdateSpanStyle()
61 std::swap(start, end); in UpdateSpanStyle()
63 if (start > length || end < 0 || start == end) { in UpdateSpanStyle()
67 richEditorPattern->UpdateSpanStyle(start, end, textStyle, imageStyle); in UpdateSpanStyle()
76 SelectionInfo RichEditorController::GetSpansInfo(int32_t start, int32_t end) in GetSpansInfo() argument
81 return richEditorPattern->GetSpansInfo(start, en in GetSpansInfo()
50 UpdateSpanStyle( int32_t start, int32_t end, TextStyle textStyle, ImageSpanAttribute imageStyle) UpdateSpanStyle() argument
89 auto start = std::max(richEditorPattern->GetTextSelector().GetTextStart(), 0); GetSelectionSpansInfo() local
108 UpdateParagraphStyle(int32_t start, int32_t end, const struct UpdateParagraphStyle& style) UpdateParagraphStyle() argument
115 GetParagraphsInfo(int32_t start, int32_t end) GetParagraphsInfo() argument
125 ToStyledString(int32_t start, int32_t end) ToStyledString() argument
[all...]
/kernel/linux/linux-6.6/drivers/cache/
H A Dax45mp_cache.c65 static void ax45mp_cpu_cache_operation(unsigned long start, unsigned long end, in ax45mp_cpu_cache_operation() argument
73 while (end > start) { in ax45mp_cpu_cache_operation()
74 csr_write(AX45MP_CCTL_REG_UCCTLBEGINADDR_NUM, start); in ax45mp_cpu_cache_operation()
77 pa = virt_to_phys((void *)start); in ax45mp_cpu_cache_operation()
85 start += line_size; in ax45mp_cpu_cache_operation()
90 static inline void ax45mp_cpu_dcache_wb_range(unsigned long start, unsigned long end) in ax45mp_cpu_dcache_wb_range() argument
92 ax45mp_cpu_cache_operation(start, end, AX45MP_CCTL_L1D_VA_WB, in ax45mp_cpu_dcache_wb_range()
97 static inline void ax45mp_cpu_dcache_inval_range(unsigned long start, unsigned long end) in ax45mp_cpu_dcache_inval_range() argument
99 ax45mp_cpu_cache_operation(start, end, AX45MP_CCTL_L1D_VA_INVAL, in ax45mp_cpu_dcache_inval_range()
105 unsigned long start in ax45mp_dma_cache_inv() local
127 unsigned long start = (unsigned long)phys_to_virt(paddr); ax45mp_dma_cache_wback() local
[all...]
/kernel/linux/linux-5.10/arch/csky/mm/
H A Dcachev1.c44 unsigned int start, in cache_op_range()
53 if (unlikely((end - start) >= PAGE_SIZE) || in cache_op_range()
54 unlikely(start < PAGE_OFFSET) || in cache_op_range()
55 unlikely(start >= PAGE_OFFSET + LOWMEM_LIMIT)) { in cache_op_range()
67 i = start & ~(L1_CACHE_BYTES - 1); in cache_op_range()
80 void dcache_wb_line(unsigned long start) in dcache_wb_line() argument
83 cache_op_line(start, DATA_CACHE|CACHE_CLR); in dcache_wb_line()
87 void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range() argument
89 cache_op_range(start, end, INS_CACHE|CACHE_INV, 0); in icache_inv_range()
102 void dcache_wb_range(unsigned long start, unsigne argument
43 cache_op_range( unsigned int start, unsigned int end, unsigned int value, unsigned int l2) cache_op_range() argument
112 cache_wbinv_range(unsigned long start, unsigned long end) cache_wbinv_range() argument
123 dma_wbinv_range(unsigned long start, unsigned long end) dma_wbinv_range() argument
128 dma_inv_range(unsigned long start, unsigned long end) dma_inv_range() argument
133 dma_wb_range(unsigned long start, unsigned long end) dma_wb_range() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dhead-64.h57 * stubs at the start of the main text.
60 #define OPEN_FIXED_SECTION(sname, start, end) \
61 sname##_start = (start); \
63 sname##_len = (end) - (start); \
76 #define OPEN_TEXT_SECTION(start) \
80 text_start = (start) + 0x100; \
85 #define OPEN_TEXT_SECTION(start) \
86 text_start = (start); \
92 #define ZERO_FIXED_SECTION(sname, start, end) \
93 sname##_start = (start); \
[all...]
/kernel/linux/linux-6.6/arch/csky/mm/
H A Dcachev1.c44 unsigned int start, in cache_op_range()
53 if (unlikely((end - start) >= PAGE_SIZE) || in cache_op_range()
54 unlikely(start < PAGE_OFFSET) || in cache_op_range()
55 unlikely(start >= PAGE_OFFSET + LOWMEM_LIMIT)) { in cache_op_range()
67 i = start & ~(L1_CACHE_BYTES - 1); in cache_op_range()
80 void dcache_wb_line(unsigned long start) in dcache_wb_line() argument
83 cache_op_line(start, DATA_CACHE|CACHE_CLR); in dcache_wb_line()
87 void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range() argument
89 cache_op_range(start, end, INS_CACHE|CACHE_INV, 0); in icache_inv_range()
102 void dcache_wb_range(unsigned long start, unsigne argument
43 cache_op_range( unsigned int start, unsigned int end, unsigned int value, unsigned int l2) cache_op_range() argument
112 cache_wbinv_range(unsigned long start, unsigned long end) cache_wbinv_range() argument
123 dma_wbinv_range(unsigned long start, unsigned long end) dma_wbinv_range() argument
128 dma_inv_range(unsigned long start, unsigned long end) dma_inv_range() argument
133 dma_wb_range(unsigned long start, unsigned long end) dma_wb_range() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dhead-64.h57 * stubs at the start of the main text.
60 #define OPEN_FIXED_SECTION(sname, start, end) \
61 sname##_start = (start); \
63 sname##_len = (end) - (start); \
76 #define OPEN_TEXT_SECTION(start) \
80 text_start = (start) + 0x100; \
85 #define OPEN_TEXT_SECTION(start) \
86 text_start = (start); \
92 #define ZERO_FIXED_SECTION(sname, start, end) \
93 sname##_start = (start); \
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPatternProps.java107 int start=0; in trimWhiteSpace()
109 while(start<limit && isWhiteSpace(s.charAt(start))) { in trimWhiteSpace()
110 ++start; in trimWhiteSpace()
112 if(start<limit) { in trimWhiteSpace()
113 // There is non-white space at start; we will not move limit below that, in trimWhiteSpace()
114 // so we need not test start<limit in the loop. in trimWhiteSpace()
119 return s.substring(start, limit); in trimWhiteSpace()
130 int start = 0; in trimSpaceChar()
132 while (start < limi in trimSpaceChar()
170 isIdentifier(CharSequence s, int start, int limit) isIdentifier() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dioport.h22 resource_size_t start; member
53 #define IORESOURCE_STARTALIGN 0x00080000 /* start field is alignment */
159 .start = (_start), \
200 resource_size_t start, resource_size_t end,
215 struct resource *lookup_resource(struct resource *root, resource_size_t start);
216 int adjust_resource(struct resource *res, resource_size_t start,
221 return res->end - res->start + 1; in resource_size()
238 return r1->start <= r2->start && r1->end >= r2->end; in resource_contains()
244 return r1->start < in resource_overlaps()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
H A Ddevices-da8xx.c153 .start = DA8XX_TPCC_BASE,
159 .start = DA8XX_TPTC0_BASE,
165 .start = DA8XX_TPTC1_BASE,
171 .start = DAVINCI_INTC_IRQ(IRQ_DA8XX_CCINT0),
176 .start = DAVINCI_INTC_IRQ(IRQ_DA8XX_CCERRINT),
184 .start = DA850_TPCC1_BASE,
190 .start = DA850_TPTC2_BASE,
196 .start = DAVINCI_INTC_IRQ(IRQ_DA850_CCINT1),
201 .start = DAVINCI_INTC_IRQ(IRQ_DA850_CCERRINT1),
301 .start
[all...]

Completed in 16 milliseconds

12345678910>>...840