Home
last modified time | relevance | path

Searched refs:start (Results 976 - 1000 of 18084) sorted by relevance

1...<<31323334353637383940>>...724

/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_heap.c30 unsigned start, unsigned size) in nouveau_heap_init()
38 r->start = start; in nouveau_heap_init()
68 r->start = (heap->start + heap->size) - size; in nouveau_heap_alloc()
110 new->start = r->start; in nouveau_heap_free()
29 nouveau_heap_init(struct nouveau_heap **heap, unsigned start, unsigned size) nouveau_heap_init() argument
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDemoTextBox.java59 int start = iter.first(); in breakText()
60 int end = start; in breakText()
65 int w = metrics.charsWidth(chars, start, pos - start); in breakText()
69 if (end > start) { in breakText()
72 start = end; in breakText()
78 start = end = pos; in breakText()
/third_party/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_wait_bitset01.c37 struct tst_ts start, to, end; in verify_futex_wait_bitset() local
42 start.type = end.type = to.type = tv->tstype; in verify_futex_wait_bitset()
47 tv->gettime(clk_id, tst_ts_get(&start)); in verify_futex_wait_bitset()
48 to = tst_ts_add_us(start, wait_us); in verify_futex_wait_bitset()
75 tst_ts_diff_us(end, start), wait_us); in verify_futex_wait_bitset()
82 tst_ts_diff_us(end, start), wait_us); in verify_futex_wait_bitset()
87 tst_ts_diff_us(end, start), wait_us); in verify_futex_wait_bitset()
/third_party/icu/icu4c/source/common/
H A Dmessagepattern.cpp663 int32_t start=index; in parseSimpleStyle() local
673 setParseError(parseError, start); in parseSimpleStyle()
685 int32_t length=--index-start; in parseSimpleStyle()
687 setParseError(parseError, start); // Argument style text too long. in parseSimpleStyle()
691 addPart(UMSGPAT_PART_TYPE_ARG_STYLE, start, length, 0, errorCode); in parseSimpleStyle()
707 int32_t start=index; in parseChoiceStyle() local
721 setParseError(parseError, start); // Bad choice pattern syntax. in parseChoiceStyle()
737 setParseError(parseError, start); // Bad choice pattern syntax. in parseChoiceStyle()
743 setParseError(parseError, start); // Expected choice separator (#<\u2264) instead of c. in parseChoiceStyle()
759 setParseError(parseError, start); // Ba in parseChoiceStyle()
776 int32_t start=index; parsePluralOrSelectStyle() local
888 parseArgNumber(const UnicodeString &s, int32_t start, int32_t limit) parseArgNumber() argument
932 parseDouble(int32_t start, int32_t limit, UBool allowInfinity, UParseError *parseError, UErrorCode &errorCode) parseDouble() argument
1182 appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit, UnicodeString &sb) appendReducedApostrophes() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dmessagepattern.cpp663 int32_t start=index; in parseSimpleStyle() local
673 setParseError(parseError, start); in parseSimpleStyle()
685 int32_t length=--index-start; in parseSimpleStyle()
687 setParseError(parseError, start); // Argument style text too long. in parseSimpleStyle()
691 addPart(UMSGPAT_PART_TYPE_ARG_STYLE, start, length, 0, errorCode); in parseSimpleStyle()
707 int32_t start=index; in parseChoiceStyle() local
721 setParseError(parseError, start); // Bad choice pattern syntax. in parseChoiceStyle()
737 setParseError(parseError, start); // Bad choice pattern syntax. in parseChoiceStyle()
743 setParseError(parseError, start); // Expected choice separator (#<\u2264) instead of c. in parseChoiceStyle()
759 setParseError(parseError, start); // Ba in parseChoiceStyle()
776 int32_t start=index; parsePluralOrSelectStyle() local
888 parseArgNumber(const UnicodeString &s, int32_t start, int32_t limit) parseArgNumber() argument
932 parseDouble(int32_t start, int32_t limit, UBool allowInfinity, UParseError *parseError, UErrorCode &errorCode) parseDouble() argument
1182 appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit, UnicodeString &sb) appendReducedApostrophes() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dmessagepattern.cpp663 int32_t start=index; in parseSimpleStyle() local
673 setParseError(parseError, start); in parseSimpleStyle()
685 int32_t length=--index-start; in parseSimpleStyle()
687 setParseError(parseError, start); // Argument style text too long. in parseSimpleStyle()
691 addPart(UMSGPAT_PART_TYPE_ARG_STYLE, start, length, 0, errorCode); in parseSimpleStyle()
707 int32_t start=index; in parseChoiceStyle() local
721 setParseError(parseError, start); // Bad choice pattern syntax. in parseChoiceStyle()
737 setParseError(parseError, start); // Bad choice pattern syntax. in parseChoiceStyle()
743 setParseError(parseError, start); // Expected choice separator (#<\u2264) instead of c. in parseChoiceStyle()
759 setParseError(parseError, start); // Ba in parseChoiceStyle()
776 int32_t start=index; parsePluralOrSelectStyle() local
888 parseArgNumber(const UnicodeString &s, int32_t start, int32_t limit) parseArgNumber() argument
932 parseDouble(int32_t start, int32_t limit, UBool allowInfinity, UParseError *parseError, UErrorCode &errorCode) parseDouble() argument
1182 appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit, UnicodeString &sb) appendReducedApostrophes() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dinit_32.c128 page_table_range_init_count(unsigned long start, unsigned long end) in page_table_range_init_count() argument
140 vaddr = start; in page_table_range_init_count()
209 page_table_range_init(unsigned long start, unsigned long end, pgd_t *pgd_base) in page_table_range_init() argument
216 unsigned long count = page_table_range_init_count(start, end); in page_table_range_init()
222 vaddr = start; in page_table_range_init()
258 kernel_physical_mapping_init(unsigned long start, in kernel_physical_mapping_init() argument
275 start_pfn = start >> PAGE_SHIFT; in kernel_physical_mapping_init()
423 phys_addr_t start, end; in add_highpages_with_active_regions() local
426 for_each_free_mem_range(i, nid, MEMBLOCK_NONE, &start, &end, NULL) { in add_highpages_with_active_regions()
427 unsigned long pfn = clamp_t(unsigned long, PFN_UP(start), in add_highpages_with_active_regions()
800 arch_add_memory(int nid, u64 start, u64 size, struct mhp_params *params) arch_add_memory() argument
821 arch_remove_memory(int nid, u64 start, u64 size, struct vmem_altmap *altmap) arch_remove_memory() argument
839 unsigned long start = PFN_ALIGN(_etext); mark_nxdata_nx() local
852 unsigned long start = PFN_ALIGN(_text); mark_rodata_ro() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMap.java99 protected int start = 0; field in TrieMap.Matcher
218 public void set(CharSequence text, int start) { in set() argument
220 this.start = start; in set()
221 this.current = start; in set()
225 return start; in getStart()
233 * Finds the next match. Returns false when there are no possible further matches from the current start
261 if (start >= text.length()) { in nextStart()
264 ++start; in nextStart()
265 current = start; in nextStart()
401 set(CharSequence text, int start) set() argument
537 getChars(byte[] bytes, int start, int limit) getChars() argument
547 getChar(byte[] bytes, int start, char[] output) getChar() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMap.java98 protected int start = 0; field in TrieMap.Matcher
217 public void set(CharSequence text, int start) { in set() argument
219 this.start = start; in set()
220 this.current = start; in set()
224 return start; in getStart()
232 * Finds the next match. Returns false when there are no possible further matches from the current start
260 if (start >= text.length()) { in nextStart()
263 ++start; in nextStart()
264 current = start; in nextStart()
400 set(CharSequence text, int start) set() argument
536 getChars(byte[] bytes, int start, int limit) getChars() argument
546 getChar(byte[] bytes, int start, char[] output) getChar() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/arch/s390/util/
H A Dmachine.c11 int arch__fix_module_text_start(u64 *start, u64 *size, const char *name) in arch__fix_module_text_start() argument
13 u64 m_start = *start; in arch__fix_module_text_start()
18 if (sysfs__read_ull(path, (unsigned long long *)start) < 0) { in arch__fix_module_text_start()
19 pr_debug2("Using module %s start:%#lx\n", path, m_start); in arch__fix_module_text_start()
20 *start = m_start; in arch__fix_module_text_start()
22 /* Successful read of the modules segment text start address. in arch__fix_module_text_start()
23 * Calculate difference between module start address in arch__fix_module_text_start()
24 * in memory and module text segment start address. in arch__fix_module_text_start()
26 * (from /proc/modules) and module text segment start in arch__fix_module_text_start()
32 *size -= (*start in arch__fix_module_text_start()
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dperf-read-vdso.c15 void *start, *end; in main() local
18 if (find_map(&start, &end, VDSO__MAP_NAME)) in main()
21 size = end - start; in main()
24 written = fwrite(start, 1, size, stdout); in main()
27 start += written; in main()
/kernel/linux/linux-5.10/tools/testing/radix-tree/
H A Dbitmap.c5 void bitmap_clear(unsigned long *map, unsigned int start, int len) in bitmap_clear() argument
7 unsigned long *p = map + BIT_WORD(start); in bitmap_clear()
8 const unsigned int size = start + len; in bitmap_clear()
9 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_clear()
10 unsigned long mask_to_clear = BITMAP_FIRST_WORD_MASK(start); in bitmap_clear()
/kernel/linux/linux-6.6/tools/perf/
H A Dperf-read-vdso.c15 void *start, *end; in main() local
18 if (find_map(&start, &end, VDSO__MAP_NAME)) in main()
21 size = end - start; in main()
24 written = fwrite(start, 1, size, stdout); in main()
27 start += written; in main()
/kernel/linux/linux-6.6/tools/perf/arch/s390/util/
H A Dmachine.c12 int arch__fix_module_text_start(u64 *start, u64 *size, const char *name) in arch__fix_module_text_start() argument
14 u64 m_start = *start; in arch__fix_module_text_start()
19 if (sysfs__read_ull(path, (unsigned long long *)start) < 0) { in arch__fix_module_text_start()
20 pr_debug2("Using module %s start:%#lx\n", path, m_start); in arch__fix_module_text_start()
21 *start = m_start; in arch__fix_module_text_start()
23 /* Successful read of the modules segment text start address. in arch__fix_module_text_start()
24 * Calculate difference between module start address in arch__fix_module_text_start()
25 * in memory and module text segment start address. in arch__fix_module_text_start()
27 * (from /proc/modules) and module text segment start in arch__fix_module_text_start()
33 *size -= (*start in arch__fix_module_text_start()
[all...]
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A Dbitmap.c5 void bitmap_clear(unsigned long *map, unsigned int start, int len) in bitmap_clear() argument
7 unsigned long *p = map + BIT_WORD(start); in bitmap_clear()
8 const unsigned int size = start + len; in bitmap_clear()
9 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_clear()
10 unsigned long mask_to_clear = BITMAP_FIRST_WORD_MASK(start); in bitmap_clear()
/third_party/libuv/src/
H A Dstrtok.c28 char* start; in uv__strtok() local
31 start = tmp = *itr; in uv__strtok()
33 start = tmp = str; in uv__strtok()
44 return start; in uv__strtok()
51 return start; in uv__strtok()
/third_party/node/deps/uv/src/
H A Dstrtok.c28 char* start; in uv__strtok() local
31 start = tmp = *itr; in uv__strtok()
33 start = tmp = str; in uv__strtok()
44 return start; in uv__strtok()
51 return start; in uv__strtok()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dfile.c300 range.start = defrag->last_offset; in __btrfs_run_defrag_inode()
312 defrag->last_offset = range.start; in __btrfs_run_defrag_inode()
317 * we didn't start at zero. Make sure we loop in __btrfs_run_defrag_inode()
318 * around to the start of the file. in __btrfs_run_defrag_inode()
457 * sure holes are created between the current EOF and the start of
515 * [start, end]. Existing extents are split as required.
517 void btrfs_drop_extent_cache(struct btrfs_inode *inode, u64 start, u64 end, in btrfs_drop_extent_cache() argument
524 u64 len = end - start + 1; in btrfs_drop_extent_cache()
532 WARN_ON(end < start); in btrfs_drop_extent_cache()
549 em = lookup_extent_mapping(em_tree, start, le in btrfs_drop_extent_cache()
675 __btrfs_drop_extents(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_inode *inode, struct btrfs_path *path, u64 start, u64 end, u64 *drop_end, int drop_cache, int replace_extent, u32 extent_item_size, int *key_inserted) __btrfs_drop_extents() argument
1013 btrfs_drop_extents(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct inode *inode, u64 start, u64 end, int drop_cache) btrfs_drop_extents() argument
1029 extent_mergeable(struct extent_buffer *leaf, int slot, u64 objectid, u64 bytenr, u64 orig_offset, u64 *start, u64 *end) extent_mergeable() argument
1069 btrfs_mark_extent_written(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, u64 start, u64 end) btrfs_mark_extent_written() argument
2040 start_ordered_ops(struct inode *inode, loff_t start, loff_t end) start_ordered_ops() argument
2095 btrfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync) btrfs_sync_file() argument
2314 hole_mergeable(struct btrfs_inode *inode, struct extent_buffer *leaf, int slot, u64 start, u64 end) hole_mergeable() argument
2452 find_first_non_hole(struct inode *inode, u64 *start, u64 *len) find_first_non_hole() argument
2606 btrfs_replace_file_extents(struct inode *inode, struct btrfs_path *path, const u64 start, const u64 end, struct btrfs_replace_extent_info *extent_info, struct btrfs_trans_handle **trans_out) btrfs_replace_file_extents() argument
3010 u64 start; global() member
3020 add_falloc_range(struct list_head *head, u64 start, u64 len) add_falloc_range() argument
3497 u64 start; find_desired_extent() local
3637 btrfs_fdatawrite_range(struct inode *inode, loff_t start, loff_t end) btrfs_fdatawrite_range() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp183 * but the parsed month numbers start at 1, so the bias is 1.
1398 int32_t start = 0; in processOverrideString() local
1406 int32_t delimiterPosition = str.indexOf((UChar)ULOC_KEYWORD_ITEM_SEPARATOR_UNICODE,start); in processOverrideString()
1409 len = str.length() - start; in processOverrideString()
1411 len = delimiterPosition - start; in processOverrideString()
1413 UnicodeString currentString(str,start,len); in processOverrideString()
1500 start = delimiterPosition + 1; in processOverrideString()
2293 int32_t start = pos; in parse() local
2364 // Record the start of a set of abutting numeric fields. in parse()
2383 // If we are at the start o in parse()
2720 matchQuarterString(const UnicodeString& text, int32_t start, UCalendarDateFields field, const UnicodeString* data, int32_t dataCount, Calendar& cal) const matchQuarterString() argument
2753 matchDayPeriodStrings(const UnicodeString& text, int32_t start, const UnicodeString* data, int32_t dataCount, int32_t &dayPeriod) const matchDayPeriodStrings() argument
2926 matchAlphaMonthStrings(const UnicodeString& text, int32_t start, const UnicodeString* wideData, const UnicodeString* shortData, int32_t dataCount, Calendar& cal) const matchAlphaMonthStrings() argument
2966 matchString(const UnicodeString& text, int32_t start, UCalendarDateFields field, const UnicodeString* data, int32_t dataCount, const UnicodeString* monthPattern, Calendar& cal) const matchString() argument
3068 subParse(const UnicodeString& text, int32_t& start, UChar ch, int32_t count, UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal, int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, int32_t *dayPeriod) const subParse() argument
3994 countDigits(const UnicodeString& text, int32_t start, int32_t end) const countDigits() argument
4290 checkIntSuffix(const UnicodeString& text, int32_t start, int32_t patLoc, UBool isNegative) const checkIntSuffix() argument
4350 int32_t start = pos; compareSimpleAffix() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dsmpdtfmt.cpp184 * but the parsed month numbers start at 1, so the bias is 1.
1362 int32_t start = 0; in processOverrideString() local
1370 int32_t delimiterPosition = str.indexOf((char16_t)ULOC_KEYWORD_ITEM_SEPARATOR_UNICODE,start); in processOverrideString()
1373 len = str.length() - start; in processOverrideString()
1375 len = delimiterPosition - start; in processOverrideString()
1377 UnicodeString currentString(str,start,len); in processOverrideString()
1464 start = delimiterPosition + 1; in processOverrideString()
2244 int32_t start = pos; in parse() local
2315 // Record the start of a set of abutting numeric fields. in parse()
2334 // If we are at the start o in parse()
2671 matchQuarterString(const UnicodeString& text, int32_t start, UCalendarDateFields field, const UnicodeString* data, int32_t dataCount, Calendar& cal) const matchQuarterString() argument
2704 matchDayPeriodStrings(const UnicodeString& text, int32_t start, const UnicodeString* data, int32_t dataCount, int32_t &dayPeriod) const matchDayPeriodStrings() argument
2877 matchAlphaMonthStrings(const UnicodeString& text, int32_t start, const UnicodeString* wideData, const UnicodeString* shortData, int32_t dataCount, Calendar& cal) const matchAlphaMonthStrings() argument
2917 matchString(const UnicodeString& text, int32_t start, UCalendarDateFields field, const UnicodeString* data, int32_t dataCount, const UnicodeString* monthPattern, Calendar& cal) const matchString() argument
3019 subParse(const UnicodeString& text, int32_t& start, char16_t ch, int32_t count, UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal, int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, int32_t *dayPeriod) const subParse() argument
3945 countDigits(const UnicodeString& text, int32_t start, int32_t end) const countDigits() argument
4241 checkIntSuffix(const UnicodeString& text, int32_t start, int32_t patLoc, UBool isNegative) const checkIntSuffix() argument
4301 int32_t start = pos; compareSimpleAffix() local
[all...]
/kernel/linux/linux-5.10/fs/
H A Duserfaultfd.c83 unsigned long start; member
96 unsigned long start; member
114 unsigned long start, len; in userfaultfd_wake_function() local
119 start = range->start; in userfaultfd_wake_function()
121 if (len && (start > uwq->msg.arg.pagefault.address || in userfaultfd_wake_function()
122 start + len <= uwq->msg.arg.pagefault.address)) in userfaultfd_wake_function()
752 unsigned long start, unsigned long end) in userfaultfd_remove()
769 ewq.msg.arg.remove.start = start; in userfaultfd_remove()
751 userfaultfd_remove(struct vm_area_struct *vma, unsigned long start, unsigned long end) userfaultfd_remove() argument
777 has_unmap_ctx(struct userfaultfd_ctx *ctx, struct list_head *unmaps, unsigned long start, unsigned long end) has_unmap_ctx() argument
790 userfaultfd_unmap_prep(struct vm_area_struct *vma, unsigned long start, unsigned long end, struct list_head *unmaps) userfaultfd_unmap_prep() argument
1226 validate_range(struct mm_struct *mm, __u64 start, __u64 len) validate_range() argument
1266 unsigned long start, end, vma_end; userfaultfd_register() local
1481 unsigned long start, end, vma_end; userfaultfd_unregister() local
[all...]
/kernel/linux/linux-5.10/drivers/pci/
H A Dsetup-bus.c35 resource_size_t start; member
72 tmp->start = res->start; in add_to_list()
199 res->start = 0; in reset_resource()
246 res->start = align; in reassign_resources_sorted()
247 res->end = res->start + add_size - 1; in reassign_resources_sorted()
381 /* Save original start, end, flags etc at first */ in __assign_resources_sorted()
412 if (add_align > dev_res->res->start) { in __assign_resources_sorted()
415 dev_res->res->start = add_align; in __assign_resources_sorted()
462 /* Restore start/en in __assign_resources_sorted()
[all...]
/kernel/linux/linux-6.6/drivers/pci/
H A Dsetup-bus.c35 resource_size_t start; member
72 tmp->start = res->start; in add_to_list()
196 res->start = 0; in reset_resource()
243 res->start = align; in reassign_resources_sorted()
244 res->end = res->start + add_size - 1; in reassign_resources_sorted()
378 /* Save original start, end, flags etc at first */ in __assign_resources_sorted()
409 if (add_align > dev_res->res->start) { in __assign_resources_sorted()
412 dev_res->res->start = add_align; in __assign_resources_sorted()
459 /* Restore start/en in __assign_resources_sorted()
[all...]
/kernel/linux/linux-5.10/block/partitions/
H A Dacorn.c55 __le32 start; member
95 le32_to_cpu(rr->part[part].start), in riscix_partition()
174 * next partition relative to the start of this one - I'm assuming in adfspart_check_CUMANA()
276 * Work out start of non-adfs partition. in adfspart_check_ADFS()
304 __le32 start; member
372 u32 start = le32_to_cpu(p->start); in adfspart_check_ICS() local
392 if (size > 1 && adfspart_check_ICSLinux(state, start)) { in adfspart_check_ICS()
393 start += 1; in adfspart_check_ICS()
399 put_partition(state, slot++, start, siz in adfspart_check_ICS()
412 __le32 start; global() member
466 u32 start = le32_to_cpu(p->start); adfspart_check_POWERTEC() local
483 __le32 start; global() member
513 sector_t start = 0; adfspart_check_EESOX() local
[all...]
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dbios32.c82 * Set memory region to start at address 0, and enable IO in pci_fixup_83c553()
87 dev->resource[0].end -= dev->resource[0].start; in pci_fixup_83c553()
88 dev->resource[0].start = 0; in pci_fixup_83c553()
133 dev->resource[0].end -= dev->resource[0].start; in pci_fixup_unassign()
134 dev->resource[0].start = 0; in pci_fixup_unassign()
151 dev->resource[i].start = 0; in pci_fixup_dec21285()
172 if ((r->start & ~0x80) == 0x374) { in pci_fixup_ide_bases()
173 r->start |= 2; in pci_fixup_ide_bases()
174 r->end = r->start; in pci_fixup_ide_bases()
223 dev->resource[0].start in pci_fixup_cy82c693()
567 resource_size_t start = res->start; pcibios_align_resource() local
[all...]

Completed in 28 milliseconds

1...<<31323334353637383940>>...724