Home
last modified time | relevance | path

Searched refs:start (Results 1051 - 1075 of 20662) sorted by relevance

1...<<41424344454647484950>>...827

/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dnet_dropmonitor.py36 # Invariant: kallsyms[i][0] <= loc for all 0 <= i <= start
38 start, end = -1, len(kallsyms)
39 while end != start + 1:
40 pivot = (start + end) // 2
44 start = pivot
46 # Now (start == -1 or kallsyms[start][0] <= loc)
47 # and (start == len(kallsyms) - 1 or loc < kallsyms[start + 1][0])
48 if start >
[all...]
/kernel/liteos_a/kernel/base/ipc/
H A Dlos_ipcdebug.c37 VOID OsArraySortByTime(UINT32 *sortArray, UINT32 start, UINT32 end, const IpcSortParam *sortParam, in OsArraySortByTime() argument
40 UINT32 left = start; in OsArraySortByTime()
42 UINT32 idx = start; in OsArraySortByTime()
43 UINT32 pivot = sortArray[start]; in OsArraySortByTime()
71 if (start < idx) { in OsArraySortByTime()
72 OsArraySortByTime(sortArray, start, idx - 1, sortParam, compareFunc); in OsArraySortByTime()
/third_party/ltp/lib/
H A Dget_path.c56 const char *start = path; in tst_get_path() local
64 end = strchr(start, ':'); in tst_get_path()
67 snprintf(buf, MIN(buf_len, (size_t) (end - start + 1)), in tst_get_path()
68 "%s", start); in tst_get_path()
70 snprintf(buf, buf_len, "%s", start); in tst_get_path()
98 start = end + 1; in tst_get_path()
/third_party/musl/src/mman/
H A Dmmap.c14 void *__mmap(void *start, size_t len, int prot, int flags, int fd, off_t off) in __mmap() argument
33 ret = __syscall(SYS_mmap2, start, len, prot, flags, fd, off/UNIT); in __mmap()
35 ret = __syscall(SYS_mmap, start, len, prot, flags, fd, off); in __mmap()
38 if (ret == -EPERM && !start && (flags&MAP_ANON) && !(flags&MAP_FIXED)) in __mmap()
58 void *__lldb_mmap(void *start, size_t len, int prot, int flags, int fd, intptr_t off) { in __lldb_mmap() argument
59 return mmap(start, len, prot, flags, fd, off); in __lldb_mmap()
/third_party/node/benchmark/es/
H A Dstring-concatenations.js27 bench.start();
33 bench.start();
39 bench.start();
45 bench.start();
51 bench.start();
57 bench.start();
/third_party/rust/crates/clap/src/output/textwrap/
H A Dword_separators.rs2 let mut start = 0; variables
9 let word = &line[start..idx];
10 start = idx;
18 if start < line.len() {
19 let word = &line[start..];
20 start = line.len();
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dtyped_arrays.js49 * @param {number} start
53 function arrayBufferSlice(buffer, start, end = undefined) {
55 // strict requirements on start/end.
58 assert(start >= 0);
60 assert((end === undefined ? buffer.byteLength : end) >= start);
62 const slicedBuffer = buffer.slice(start, end);
68 if (slicedBuffer.byteLength !== 0 || (start === end)) {
73 const length = realEnd - start;
75 const view = new Uint8Array(buffer, start, length);
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
H A DReservedRange.php25 * Generated from protobuf field <code>optional int32 start = 1;</code>
27 protected $start = null; variable
41 * @type int $start
55 * Generated from protobuf field <code>optional int32 start = 1;</code>
60 return isset($this->start) ? $this->start : 0;
65 return isset($this->start);
70 unset($this->start);
76 * Generated from protobuf field <code>optional int32 start = 1;</code>
83 $this->start variable
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
H A DEnumReservedRange.php27 * Generated from protobuf field <code>optional int32 start = 1;</code>
29 protected $start = null; variable
43 * @type int $start
57 * Generated from protobuf field <code>optional int32 start = 1;</code>
62 return isset($this->start) ? $this->start : 0;
67 return isset($this->start);
72 unset($this->start);
78 * Generated from protobuf field <code>optional int32 start = 1;</code>
85 $this->start variable
[all...]
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dsetup.c221 /* If min_pfn falls within the E820 entry, we want to start in xen_find_pfn_range()
267 /* Make sure pfn exists to start with */ in xen_set_identity_and_release_chunk()
327 * up to REMAP_SIZE MFNs and the start target PFN for doing the remap.
457 phys_addr_t start = 0; in xen_foreach_remap_area() local
476 unsigned long start_pfn = PFN_DOWN(start); in xen_foreach_remap_area()
485 start = end; in xen_foreach_remap_area()
581 static void __init xen_align_and_add_e820_region(phys_addr_t start, in xen_align_and_add_e820_region() argument
584 phys_addr_t end = start + size; in xen_align_and_add_e820_region()
588 start = PAGE_ALIGN(start); in xen_align_and_add_e820_region()
614 xen_is_e820_reserved(phys_addr_t start, phys_addr_t size) xen_is_e820_reserved() argument
648 phys_addr_t addr, start; xen_find_free_area() local
706 phys_addr_t start, size; xen_reserve_xen_mfnlist() local
875 phys_addr_t new_area, start, size; xen_memory_setup() local
[all...]
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dsetup.c226 /* If min_pfn falls within the E820 entry, we want to start in xen_find_pfn_range()
272 /* Make sure pfn exists to start with */ in xen_set_identity_and_release_chunk()
328 * up to REMAP_SIZE MFNs and the start target PFN for doing the remap.
458 phys_addr_t start = 0; in xen_foreach_remap_area() local
477 unsigned long start_pfn = PFN_DOWN(start); in xen_foreach_remap_area()
486 start = end; in xen_foreach_remap_area()
582 static void __init xen_align_and_add_e820_region(phys_addr_t start, in xen_align_and_add_e820_region() argument
585 phys_addr_t end = start + size; in xen_align_and_add_e820_region()
589 start = PAGE_ALIGN(start); in xen_align_and_add_e820_region()
615 xen_is_e820_reserved(phys_addr_t start, phys_addr_t size) xen_is_e820_reserved() argument
649 phys_addr_t addr, start; xen_find_free_area() local
707 phys_addr_t start, size; xen_reserve_xen_mfnlist() local
888 phys_addr_t new_area, start, size; xen_memory_setup() local
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java189 int start = selection.getStart(); in keyPressed()
260 start = selection.getStart(); in keyPressed()
262 if (start == end) { in keyPressed()
269 replaceRange("", start, end); in keyPressed()
331 int start, end; in keyTyped()
339 start = selection.getStart(); in keyTyped()
341 if (start == end) { in keyTyped()
342 --start; in keyTyped()
343 if (start < 0) { in keyTyped()
348 replaceRange("", start, en in keyTyped()
420 select(int start, int end) select() argument
424 select(int start, int end, boolean clickAfter) select() argument
476 replaceRange(String s, int start, int end) replaceRange() argument
602 offset2Point(int off, boolean start, Point p) offset2Point() argument
618 findLine(int off, boolean start) findLine() argument
717 nextLine(FontMetrics fMtr, int start, int width) nextLine() argument
[all...]
/third_party/node/deps/v8/src/bigint/
H A Dmul-fft.cc458 void FFT_ReturnShuffledThreadsafe(int start, int len, int omega,
460 void FFT_Recurse(int start, int half, int omega, digit_t* temp);
462 void BackwardFFT(int start, int len, int omega);
463 void BackwardFFT_Threadsafe(int start, int len, int omega, digit_t* temp);
466 void DoPointwiseMultiplication(const FFTContainer& other, int start, int end,
563 void FFTContainer::FFT_ReturnShuffledThreadsafe(int start, int len, int omega, in FFT_ReturnShuffledThreadsafe() argument
567 SumDiff(part_[start], part_[start + half], part_[start], part_[start in FFT_ReturnShuffledThreadsafe()
579 FFT_Recurse(int start, int half, int omega, digit_t* temp) FFT_Recurse() argument
589 BackwardFFT(int start, int len, int omega) BackwardFFT() argument
593 BackwardFFT_Threadsafe(int start, int len, int omega, digit_t* temp) BackwardFFT_Threadsafe() argument
724 DoPointwiseMultiplication(const FFTContainer& other, int start, int end, digit_t* temp) DoPointwiseMultiplication() argument
[all...]
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp30 const char* start = (const char*)data; in readlines() local
31 const char* end = start + size; in readlines()
32 const char* ptr = start; in readlines()
35 size_t len = ptr - start; in readlines()
37 f(start, len); in readlines()
38 start = ptr; in readlines()
178 Editor::TextPosition start = std::min(pos1, pos2, cmp); in remove() local
180 if (start == end || start.fParagraphIndex == fLines.size()) { in remove()
181 return start; in remove()
217 Editor::TextPosition start = std::min(pos1, pos2, cmp); copy() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol.c139 a = syma->end - syma->start; in choose_best_symbol()
140 b = symb->end - symb->start; in choose_best_symbol()
200 if (curr->start != next->start) in symbols__fixup_duplicate()
231 * On some architecture kernel text segment start is located at in symbols__fixup_end()
242 if (prev->end == prev->start) { in symbols__fixup_end()
248 prev->end = curr->start; in symbols__fixup_end()
256 if (curr->end == curr->start) in symbols__fixup_end()
257 curr->end = roundup(curr->start, 4096) + 4096; in symbols__fixup_end()
268 prev->end = curr->start; in maps__fixup_end()
283 symbol__new(u64 start, u64 len, u8 binding, u8 type, const char *name) symbol__new() argument
608 modules__parse(const char *filename, void *arg, int (*process_module)(void *arg, const char *name, u64 start, u64 size)) modules__parse() argument
623 u64 start, size; modules__parse() local
712 map__process_kallsym_symbol(void *arg, const char *name, char type, u64 start) map__process_kallsym_symbol() argument
966 u64 start; global() member
1023 __read_proc_modules(void *arg, const char *name, u64 start, u64 size __maybe_unused) __read_proc_modules() argument
1182 u64 start; validate_kcore_addresses() local
1199 kcore_mapfn(u64 start, u64 len, u64 pgoff, void *data) kcore_mapfn() argument
1508 u64 start, size; dso__load_perf_map() local
1586 u64 start, len; dso__load_bfd_symbols() local
[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...]
/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...]
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H A Drtp_enc_demo.cpp117 const uint8_t *FindNextNal(const uint8_t *start, const uint8_t *end) in FindNextNal() argument
120 while (start <= end - 3) { in FindNextNal()
121 if (start[0] == 0x00 && start[1] == 0x00 && start[2] == 0x01) { in FindNextNal()
122 return start; in FindNextNal()
124 if (start[0] == 0x00 && start[1] == 0x00 && start[2] == 0x00 && start[ in FindNextNal()
133 FindH264Frame(const uint8_t *start, const uint8_t *end) FindH264Frame() argument
162 std::chrono::system_clock::time_point start = std::chrono::system_clock::now(); ReadH264File() local
224 std::chrono::system_clock::time_point start = std::chrono::system_clock::now(); ReadAacFile() local
268 std::chrono::system_clock::time_point start = std::chrono::system_clock::now(); ReadG711File() local
[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...]
/kernel/linux/linux-5.10/arch/ia64/mm/
H A Ddiscontig.c51 * start at addresses that are strided by node number.
60 * @start: physical start of range
66 * must start on an %IA64_GRANULE_SIZE boundary, so we round the address down
70 static int __init build_node_maps(unsigned long start, unsigned long len, in build_node_maps() argument
73 unsigned long spfn, epfn, end = start + len; in build_node_maps()
76 spfn = GRANULEROUNDDOWN(start) >> PAGE_SHIFT; in build_node_maps()
286 * @start: physical start of range
296 * |~~~~~~~~~~~~~~~~~~~~~~~~| <-- NODEDATA_ALIGN(start, nod
312 find_pernode_space(unsigned long start, unsigned long len, int node) find_pernode_space() argument
554 call_pernode_memory(unsigned long start, unsigned long len, void *arg) call_pernode_memory() argument
654 vmemmap_populate(unsigned long start, unsigned long end, int node, struct vmem_altmap *altmap) vmemmap_populate() argument
660 vmemmap_free(unsigned long start, unsigned long end, struct vmem_altmap *altmap) vmemmap_free() argument
[all...]

Completed in 21 milliseconds

1...<<41424344454647484950>>...827