Home
last modified time | relevance | path

Searched refs:start (Results 2951 - 2975 of 19747) sorted by relevance

1...<<111112113114115116117118119120>>...790

/third_party/node/deps/v8/src/zone/
H A Dzone-list.h100 base::Vector<T> ToVector(int start, int length) const { in ToVector() argument
101 DCHECK_LE(start, length_); in ToVector()
102 return base::Vector<T>(&data_[start], std::min(length_ - start, length)); in ToVector()
169 void StableSort(CompareFunction cmp, size_t start, size_t length);
/third_party/musl/src/malloc/mallocng/
H A Dfree.c108 unsigned char *start = g->mem->storage + stride*idx; in free() local
109 unsigned char *end = start + stride - IB; in free()
119 if (((uintptr_t)(start-1) ^ (uintptr_t)end) >= 2*PGSZ && g->last_idx) { in free()
120 unsigned char *base = start + (-(uintptr_t)start & (PGSZ-1)); in free()
/third_party/node/deps/icu-small/source/common/
H A Drbbistbl.cpp143 int32_t start = pos.getIndex(); in parseReference() local
144 int32_t i = start; in parseReference()
148 if ((i==start && !u_isIDStart(c)) || !u_isIDPart(c)) { in parseReference()
153 if (i == start) { // No valid name chars in parseReference()
157 text.extractBetween(start, i, result); in parseReference()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-post/
H A Dminimal-http-client-post.c32 char buf[LWS_PRE + 1024], *start = &buf[LWS_PRE], *p = start, in callback_http() local
155 if (lws_write(wsi, (uint8_t *)start, lws_ptr_diff_size_t(p, start), (enum lws_write_protocol)n) in callback_http()
156 != lws_ptr_diff(p, start)) in callback_http()
/third_party/skia/src/gpu/
H A DGrResourceAllocator.h31 * linked list sorted by increasing start index. (It also maintains a hash table from proxyID
41 * to the free pool) into the finished list (sorted by increasing start)
52 * the allocator and start over with a different DAG.
98 // Add a usage interval from 'start' to 'end' inclusive. This is usually used for renderTargets.
100 void addInterval(GrSurfaceProxy*, unsigned int start, unsigned int end, ActualUse actualUse
195 Interval(GrSurfaceProxy* proxy, unsigned int start, unsigned int end) in Interval() argument
197 , fStart(start) in Interval()
203 SkDebugf("New intvl %d: %s [%d, %d]\n", fUniqueID, proxyStr.c_str(), start, end); in Interval()
210 unsigned int start() const { return fStart; } in start() function in GrResourceAllocator::ActualUse::Interval
278 IntervalList fIntvlList; // All the intervals sorted by increasing start
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DVariable.hpp115 size_t start; member
138 for(size_t i = index.start; i < variables.size() && i < index.count; i++) in foreach()
146 index.start -= std::min(index.start, variables.size()); in foreach()
151 base->foreach(index.start, index.count, cb); in foreach()
/third_party/skia/src/sksl/lex/
H A DNFAtoDFA.h46 // create a state representing being in all of the NFA's start states at once in convert()
49 // this becomes state 1, our start state in convert()
50 DFAState* start = getState(DFAState::Label(startStates)); in convert() local
51 this->scanState(start); in convert()
92 void addTransition(char c, int start, int next) { in addTransition() argument
97 while (row.size() <= (size_t) start) { in addTransition()
100 row[start] = next; in addTransition()
/third_party/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp51 const void* start; in read() local
53 hr = fFontFileStream->ReadFileFragment(&start, fPos, size, &fragmentLock); in read()
55 memcpy(buffer, start, size); in read()
69 hr = fFontFileStream->ReadFileFragment(&start, fPos, read, &fragmentLock); in read()
71 memcpy(buffer, start, read); in read()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ms-feature-ranges.cc39 /* Sort features by start/end events. */ in hb_ms_setup_features()
51 event->index = features[i].start; in hb_ms_setup_features()
52 event->start = true; in hb_ms_setup_features()
57 event->start = false; in hb_ms_setup_features()
70 event->start = false; in hb_ms_setup_features()
111 if (event->start) in hb_ms_setup_features()
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbistbl.cpp143 int32_t start = pos.getIndex(); in parseReference() local
144 int32_t i = start; in parseReference()
148 if ((i==start && !u_isIDStart(c)) || !u_isIDPart(c)) { in parseReference()
153 if (i == start) { // No valid name chars in parseReference()
157 text.extractBetween(start, i, result); in parseReference()
/third_party/skia/third_party/externals/angle2/samples/tex_redef_microbench/
H A DTexRedefMicroBench.cpp188 mOrigTimer.start();
204 mResizeDefineTimer.start();
208 mResizeDrawTimer.start();
222 mNewTexDefineTimer.start();
226 mNewTexDrawTimer.start();
/kernel/linux/linux-5.10/tools/perf/ui/
H A Dbrowser.c654 u16 start, u16 end) in __ui_browser__vline()
657 ui_browser__gotorc(browser, start, column); in __ui_browser__vline()
658 SLsmg_draw_vline(end - start + 1); in __ui_browser__vline()
672 u64 start, u64 end) in __ui_browser__line_arrow_up()
678 if (start < browser->top_idx + browser->rows) { in __ui_browser__line_arrow_up()
679 row = start - browser->top_idx; in __ui_browser__line_arrow_up()
712 u64 start, u64 end) in __ui_browser__line_arrow_down()
718 if (start >= browser->top_idx) { in __ui_browser__line_arrow_down()
719 row = start - browser->top_idx; in __ui_browser__line_arrow_down()
751 u64 start, u6 in __ui_browser__line_arrow()
653 __ui_browser__vline(struct ui_browser *browser, unsigned int column, u16 start, u16 end) __ui_browser__vline() argument
670 __ui_browser__line_arrow_up(struct ui_browser *browser, unsigned int column, u64 start, u64 end) __ui_browser__line_arrow_up() argument
710 __ui_browser__line_arrow_down(struct ui_browser *browser, unsigned int column, u64 start, u64 end) __ui_browser__line_arrow_down() argument
750 __ui_browser__line_arrow(struct ui_browser *browser, unsigned int column, u64 start, u64 end) __ui_browser__line_arrow() argument
[all...]
/kernel/linux/linux-5.10/kernel/
H A Djump_label.c80 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) in jump_label_sort_entries() argument
88 size = (((unsigned long)stop - (unsigned long)start) in jump_label_sort_entries()
90 sort(start, size, sizeof(struct jump_entry), jump_label_cmp, swapfn); in jump_label_sort_entries()
309 static int addr_conflict(struct jump_entry *entry, void *start, void *end) in addr_conflict() argument
312 jump_entry_code(entry) + JUMP_LABEL_NOP_SIZE > (unsigned long)start) in addr_conflict()
319 struct jump_entry *iter_stop, void *start, void *end, bool init) in __jump_label_text_reserved()
326 if (addr_conflict(iter, start, end)) in __jump_label_text_reserved()
549 static int __jump_label_mod_text_reserved(void *start, void *end) in __jump_label_mod_text_reserved() argument
555 mod = __module_text_address((unsigned long)start); in __jump_label_mod_text_reserved()
566 start, en in __jump_label_mod_text_reserved()
318 __jump_label_text_reserved(struct jump_entry *iter_start, struct jump_entry *iter_stop, void *start, void *end, bool init) __jump_label_text_reserved() argument
789 jump_label_text_reserved(void *start, void *end) jump_label_text_reserved() argument
[all...]
/kernel/linux/linux-5.10/fs/ubifs/
H A Dlog.c144 c->bud_bytes += c->leb_size - bud->start; in ubifs_add_bud()
147 bud->start, dbg_jhead(bud->jhead), c->bud_bytes); in ubifs_add_bud()
213 * If the journal is full enough - start background commit. Note, it is in ubifs_add_bud_to_log()
225 bud->start = offs; in ubifs_add_bud_to_log()
231 ref->offs = cpu_to_le32(bud->start); in ubifs_add_bud_to_log()
247 if (bud->start == 0) { in ubifs_add_bud_to_log()
319 c->cmt_bud_bytes += wbuf->offs - bud->start; in remove_buds()
321 bud->lnum, bud->start, dbg_jhead(bud->jhead), in remove_buds()
322 wbuf->offs - bud->start, c->cmt_bud_bytes); in remove_buds()
323 bud->start in remove_buds()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_vce.c62 uint8_t start, mid, end; in radeon_vce_init() local
106 if (sscanf(c, "%2hhd.%2hhd.%2hhd]", &start, &mid, &end) != 3) in radeon_vce_init()
125 start, mid, end, rdev->vce.fb_version); in radeon_vce_init()
127 rdev->vce.fw_version = (start << 24) | (mid << 16) | (end << 8); in radeon_vce_init()
474 uint64_t start, end, offset; in radeon_vce_cs_reloc() local
488 start = reloc->gpu_offset; in radeon_vce_cs_reloc()
489 end = start + radeon_bo_size(reloc->robj); in radeon_vce_cs_reloc()
490 start += offset; in radeon_vce_cs_reloc()
492 p->ib.ptr[lo] = start & 0xFFFFFFFF; in radeon_vce_cs_reloc()
493 p->ib.ptr[hi] = start >> 3 in radeon_vce_cs_reloc()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H A Dgve_ethtool.c168 unsigned int start; in gve_get_ethtool_stats() local
195 start = in gve_get_ethtool_stats()
204 start)); in gve_get_ethtool_stats()
216 start = in gve_get_ethtool_stats()
221 start)); in gve_get_ethtool_stats()
249 /* For rx cross-reporting stats, start from nic rx stats in report */ in gve_get_ethtool_stats()
254 /* Preprocess the stats report for rx, map queue id to start index */ in gve_get_ethtool_stats()
277 start = in gve_get_ethtool_stats()
285 start)); in gve_get_ethtool_stats()
312 start in gve_get_ethtool_stats()
[all...]
/kernel/linux/linux-6.6/fs/ubifs/
H A Dlog.c144 c->bud_bytes += c->leb_size - bud->start; in ubifs_add_bud()
147 bud->start, dbg_jhead(bud->jhead), c->bud_bytes); in ubifs_add_bud()
213 * If the journal is full enough - start background commit. Note, it is in ubifs_add_bud_to_log()
225 bud->start = offs; in ubifs_add_bud_to_log()
231 ref->offs = cpu_to_le32(bud->start); in ubifs_add_bud_to_log()
247 if (bud->start == 0) { in ubifs_add_bud_to_log()
319 c->cmt_bud_bytes += wbuf->offs - bud->start; in remove_buds()
321 bud->lnum, bud->start, dbg_jhead(bud->jhead), in remove_buds()
322 wbuf->offs - bud->start, c->cmt_bud_bytes); in remove_buds()
323 bud->start in remove_buds()
[all...]
/kernel/linux/linux-6.6/kernel/
H A Djump_label.c80 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) in jump_label_sort_entries() argument
88 size = (((unsigned long)stop - (unsigned long)start) in jump_label_sort_entries()
90 sort(start, size, sizeof(struct jump_entry), jump_label_cmp, swapfn); in jump_label_sort_entries()
337 static int addr_conflict(struct jump_entry *entry, void *start, void *end) in addr_conflict() argument
340 jump_entry_code(entry) + jump_entry_size(entry) > (unsigned long)start) in addr_conflict()
347 struct jump_entry *iter_stop, void *start, void *end, bool init) in __jump_label_text_reserved()
354 if (addr_conflict(iter, start, end)) in __jump_label_text_reserved()
574 static int __jump_label_mod_text_reserved(void *start, void *end) in __jump_label_mod_text_reserved() argument
580 mod = __module_text_address((unsigned long)start); in __jump_label_mod_text_reserved()
591 start, en in __jump_label_mod_text_reserved()
346 __jump_label_text_reserved(struct jump_entry *iter_start, struct jump_entry *iter_stop, void *start, void *end, bool init) __jump_label_text_reserved() argument
790 jump_label_text_reserved(void *start, void *end) jump_label_text_reserved() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_vce.c62 uint8_t start, mid, end; in radeon_vce_init() local
106 if (sscanf(c, "%2hhd.%2hhd.%2hhd]", &start, &mid, &end) != 3) in radeon_vce_init()
125 start, mid, end, rdev->vce.fb_version); in radeon_vce_init()
127 rdev->vce.fw_version = (start << 24) | (mid << 16) | (end << 8); in radeon_vce_init()
474 uint64_t start, end, offset; in radeon_vce_cs_reloc() local
488 start = reloc->gpu_offset; in radeon_vce_cs_reloc()
489 end = start + radeon_bo_size(reloc->robj); in radeon_vce_cs_reloc()
490 start += offset; in radeon_vce_cs_reloc()
492 p->ib.ptr[lo] = start & 0xFFFFFFFF; in radeon_vce_cs_reloc()
493 p->ib.ptr[hi] = start >> 3 in radeon_vce_cs_reloc()
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/
H A Dbrowser.c654 u16 start, u16 end) in __ui_browser__vline()
657 ui_browser__gotorc(browser, start, column); in __ui_browser__vline()
658 SLsmg_draw_vline(end - start + 1); in __ui_browser__vline()
672 u64 start, u64 end) in __ui_browser__line_arrow_up()
678 if (start < browser->top_idx + browser->rows) { in __ui_browser__line_arrow_up()
679 row = start - browser->top_idx; in __ui_browser__line_arrow_up()
712 u64 start, u64 end) in __ui_browser__line_arrow_down()
718 if (start >= browser->top_idx) { in __ui_browser__line_arrow_down()
719 row = start - browser->top_idx; in __ui_browser__line_arrow_down()
751 u64 start, u6 in __ui_browser__line_arrow()
653 __ui_browser__vline(struct ui_browser *browser, unsigned int column, u16 start, u16 end) __ui_browser__vline() argument
670 __ui_browser__line_arrow_up(struct ui_browser *browser, unsigned int column, u64 start, u64 end) __ui_browser__line_arrow_up() argument
710 __ui_browser__line_arrow_down(struct ui_browser *browser, unsigned int column, u64 start, u64 end) __ui_browser__line_arrow_down() argument
750 __ui_browser__line_arrow(struct ui_browser *browser, unsigned int column, u64 start, u64 end) __ui_browser__line_arrow() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dunwind-libunwind-local.c57 const char *obj_name, unw_word_t start,
82 #define DW_EH_PE_funcrel 0x40 /* start-of-procedure-relative */
330 u64 start = map__start(map) - map__pgoff(map); in read_unwind_spec_eh_frame() local
332 if (map__dso(map) == dso && start < base_addr) in read_unwind_spec_eh_frame()
333 base_addr = start; in read_unwind_spec_eh_frame()
471 u64 start = map__start(map); in find_proc_info() local
472 unw_word_t base = is_exec ? 0 : start; in find_proc_info()
481 if (dwarf_find_debug_frame(0, &di, ip, base, symfile, start, map__end(map))) in find_proc_info()
558 u64 start, end; in access_mem() local
568 ret = perf_reg_value(&start, in access_mem()
[all...]
/third_party/f2fs-tools/lib/
H A Dlibf2fs_io.c315 off64_t start; in dcache_update_rw() local
325 start = blk * F2FS_BLKSIZE; in dcache_update_rw()
350 err = dcache_io_read(fd, entry, start, blk); in dcache_update_rw()
365 start += F2FS_BLKSIZE; in dcache_update_rw()
470 static int sparse_merge_blocks(uint64_t start, uint64_t num, int zero) in sparse_merge_blocks() argument
476 blocks[start] = NULL; in sparse_merge_blocks()
478 F2FS_BLKSIZE * num, start); in sparse_merge_blocks()
489 memcpy(buf + i * F2FS_BLKSIZE, blocks[start + i], F2FS_BLKSIZE); in sparse_merge_blocks()
490 free(blocks[start + i]); in sparse_merge_blocks()
491 blocks[start in sparse_merge_blocks()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_palettegen.c44 int start; // index in PaletteGenContext->refs member
180 const struct color_ref *ref = s->refs[box->start + i]; in get_next_box_id_to_split()
211 const struct color_ref *ref = refs[box->start + i]; in get_avg_color()
239 new_box->start = n + 1; in split_box()
240 new_box->len = box->start + box->len - new_box->start; in split_box()
358 for (i = box->start; i < box->start + box->len; i++) { in get_palette_frame()
387 box_id, box->start, box->start in get_palette_frame()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrie2Test.java263 t1w.setRange(13 /*start*/, 6666 /*end*/, 7788 /*value*/, false /*overwrite */); in TestTrie2WritableAPI()
411 // {start Code point, limit CP, value, overwrite}
631 int start, limit; in trieGettersTest()
642 start=0; in trieGettersTest()
647 while(start<limit) { in trieGettersTest()
648 value2=trie.get(start); in trieGettersTest()
652 assertEquals("wrong value for " + testName + " of " + Integer.toHexString(start), value, value2); in trieGettersTest()
654 ++start; in trieGettersTest()
664 for(start=0xd7ff; start< in trieGettersTest()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrie2Test.java260 t1w.setRange(13 /*start*/, 6666 /*end*/, 7788 /*value*/, false /*overwrite */); in TestTrie2WritableAPI()
408 // {start Code point, limit CP, value, overwrite}
628 int start, limit; in trieGettersTest()
639 start=0; in trieGettersTest()
644 while(start<limit) { in trieGettersTest()
645 value2=trie.get(start); in trieGettersTest()
649 assertEquals("wrong value for " + testName + " of " + Integer.toHexString(start), value, value2); in trieGettersTest()
651 ++start; in trieGettersTest()
661 for(start=0xd7ff; start< in trieGettersTest()
[all...]

Completed in 21 milliseconds

1...<<111112113114115116117118119120>>...790