Home
last modified time | relevance | path

Searched refs:next (Results 1076 - 1100 of 12872) sorted by relevance

1...<<41424344454647484950>>...515

/third_party/ffmpeg/libavfilter/x86/
H A Dvf_bwdif_init.c27 void ff_bwdif_filter_line_sse2(void *dst, void *prev, void *cur, void *next,
31 void ff_bwdif_filter_line_ssse3(void *dst, void *prev, void *cur, void *next,
36 void ff_bwdif_filter_line_12bit_sse2(void *dst, void *prev, void *cur, void *next,
40 void ff_bwdif_filter_line_12bit_ssse3(void *dst, void *prev, void *cur, void *next,
/third_party/gn/tools/
H A Dfind_unreachable.py29 next = to_visit.pop()
30 if next in reachable:
32 reachable.add(next)
33 to_visit += graph[next]['deps']
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DBreakIteratorICU.java73 public int next() { in next() method in BreakIteratorICU
74 return fIcuBrkItr.next(); in next()
78 public int next(int n) { in next() method in BreakIteratorICU
79 return fIcuBrkItr.next(n); in next()
/third_party/node/lib/internal/util/
H A Diterable_weak_map.js60 const next = () => {
61 const result = iterator.next();
64 if (key == null) return next();
71 next,
/third_party/musl/src/linux/
H A Dmembarrier.c43 for (td=self->next; td!=self; td=td->next) in __membarrier()
45 for (td=self->next; td!=self; td=td->next) in __membarrier()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_mutex_unlock.c28 volatile void *next = m->_m_next; in __pthread_mutex_unlock() local
29 *(volatile void *volatile *)prev = next; in __pthread_mutex_unlock()
30 if (next != &self->robust_list.head) *(volatile void *volatile *) in __pthread_mutex_unlock()
31 ((char *)next - sizeof(void *)) = prev; in __pthread_mutex_unlock()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtring.c43 unsigned next; in mce_ring_add() local
45 next = (r->end + 1) % MCE_RING_SIZE; in mce_ring_add()
46 if (next == r->start) in mce_ring_add()
50 r->end = next; in mce_ring_add()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtring.c43 unsigned next; in mce_ring_add() local
45 next = (r->end + 1) % MCE_RING_SIZE; in mce_ring_add()
46 if (next == r->start) in mce_ring_add()
50 r->end = next; in mce_ring_add()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.c11 * The above copyright notice and this permission notice (including the next
35 struct memory_block * next; member
48 pool->blocks = block->next; in memory_pool_destroy()
62 newblock->next = pool->blocks; in refill_pool()
90 block->next = pool->blocks; in memory_pool_malloc()
/third_party/typescript/tests/baselines/reference/
H A DcontextualTypingOfTooShortOverloads.js12 app.use((err: any, req, res, next) => { return; });
33 (req: Request, res: Response, next: NextFunction): any;
37 (err: any, req: Request, res: Response, next: NextFunction): any;
59 app.use(function (err, req, res, next) { return; });
H A DprivateNameMethodAsync.js6 return b + (this.#baz().next().value || 0) + ((await this.#qux().next()).value || 0);
30 return b + (__classPrivateFieldGet(this, _C_instances, "m", _C_baz).call(this).next().value || 0) + ((await __classPrivateFieldGet(this, _C_instances, "m", _C_qux).call(this).next()).value || 0);
H A DprivateNameStaticMethodAsync.js6 return b + (this.#baz().next().value || 0) + ((await this.#qux().next()).value || 0);
28 return b + (__classPrivateFieldGet(this, _a, "m", _C_baz).call(this).next().value || 0) + ((await __classPrivateFieldGet(this, _a, "m", _C_qux).call(this).next()).value || 0);
/third_party/skia/fuzz/
H A DFuzzPolyUtils.cpp20 fuzz->next(&polygon[index].fX, &polygon[index].fY); in DEF_FUZZ()
30 fuzz->next(&inset); in DEF_FUZZ()
35 fuzz->next(&offset); in DEF_FUZZ()
40 fuzz->next(&indexMap[index]); in DEF_FUZZ()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_dtree.c75 * if (next entry satisfies case-insensitive match)
483 static void free_index(tid_t tid, struct inode *ip, u32 index, u32 next) in free_index() argument
496 dirtab_slot->addr2 = cpu_to_le32(next); in free_index()
1165 * the entire key must be retained for the next-to-leftmost in dtSplitUp()
1190 /* next to leftmost entry of in dtSplitUp()
1403 nextbn = le64_to_cpu(sp->header.next); in dtSplitPage()
1404 rp->header.next = cpu_to_le64(nextbn); in dtSplitPage()
1406 sp->header.next = cpu_to_le64(rbn); in dtSplitPage()
1434 * way next time. in dtSplitPage()
1451 f->next in dtSplitPage()
2717 int i, next; jfs_readdir() local
3762 int ssi, next; /* src slot index */ dtMoveEntry() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_reliability.c51 LaneDetectInfo *next = NULL; in GetSameLaneDetectInfo() local
52 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneDetectList.list, LaneDetectInfo, node) { in GetSameLaneDetectInfo()
110 LaneDetectInfo *next = NULL; in DelLaneDetectInfo() local
111 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneDetectList.list, LaneDetectInfo, node) { in DelLaneDetectInfo()
126 LaneDetectInfo *next = NULL; in GetLaneDetectInfoByWlanFd() local
127 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneDetectList.list, LaneDetectInfo, node) { in GetLaneDetectInfoByWlanFd()
237 LaneDetectInfo *next = NULL; in GetAllDetectInfoWithDetectId() local
238 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneDetectList.list, LaneDetectInfo, node) { in GetAllDetectInfoWithDetectId()
258 LaneDetectInfo *next = NULL; in NotifyWlanDetectResult() local
259 LIST_FOR_EACH_ENTRY_SAFE(item, next, in NotifyWlanDetectResult()
345 LaneDetectInfo *next = NULL; NotifyDetectTimeout() local
380 LaneDetectInfo *next = NULL; DeinitLaneReliability() local
[all...]
/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_buffer.c102 p->next = NULL; in tty_buffer_reset()
119 struct tty_buffer *p, *next; in tty_buffer_free_all() local
125 buf->head = p->next; in tty_buffer_free_all()
131 llist_for_each_entry_safe(p, next, llist, free) in tty_buffer_free_all()
224 struct tty_buffer *next; in tty_buffer_flush() local
232 while ((next = smp_load_acquire(&buf->head->next)) != NULL) { in tty_buffer_flush()
234 buf->head = next; in tty_buffer_flush()
284 * advanced to the next buffer in __tty_buffer_request_room()
286 smp_store_release(&b->next, in __tty_buffer_request_room()
489 struct tty_buffer *next; flush_to_ldisc() local
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_lru_dist.c37 struct list_head *next, *prev; member
42 list->next = list; in INIT_LIST_HEAD()
48 return head->next == head; in list_empty()
53 struct list_head *next) in __list_add()
55 next->prev = new; in __list_add()
56 new->next = next; in __list_add()
58 prev->next = new; in __list_add()
63 __list_add(new, head, head->next); in list_add()
66 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() argument
51 __list_add(struct list_head *new, struct list_head *prev, struct list_head *next) __list_add() argument
[all...]
/kernel/linux/linux-5.10/tools/lib/traceevent/
H A Dkbuffer-parse.c35 * @next - offset from @data to the start of next event
51 unsigned int next; member
294 kbuf->next = kbuf->size; in old_update_pointers()
309 kbuf->next = kbuf->size; in old_update_pointers()
325 kbuf->next = kbuf->index + length; in old_update_pointers()
335 kbuf->curr = kbuf->next; in __old_next_event()
336 if (kbuf->next >= kbuf->size) in __old_next_event()
403 kbuf->next = kbuf->index + length; in update_pointers()
454 kbuf->curr = kbuf->next; in __next_event()
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_hooks.c82 struct list_head *pos, *next; in snd_pcm_hooks_close() local
86 list_for_each_safe(pos, next, &h->hooks[SND_PCM_HOOK_TYPE_CLOSE]) { in snd_pcm_hooks_close()
96 pos = hooks->next; in snd_pcm_hooks_close()
102 pos = h->dllist.next; in snd_pcm_hooks_close()
114 struct list_head *pos, *next; in snd_pcm_hooks_hw_params() local
118 list_for_each_safe(pos, next, &h->hooks[SND_PCM_HOOK_TYPE_HW_PARAMS]) { in snd_pcm_hooks_hw_params()
130 struct list_head *pos, *next; in snd_pcm_hooks_hw_free() local
134 list_for_each_safe(pos, next, &h->hooks[SND_PCM_HOOK_TYPE_HW_FREE]) { in snd_pcm_hooks_hw_free()
348 snd_config_iterator_t i, next; in snd_pcm_hook_add_conf() local
356 snd_config_for_each(i, next, con in snd_pcm_hook_add_conf()
484 snd_config_iterator_t i, next; _snd_pcm_hooks_open() local
[all...]
/third_party/musl/src/network/
H A Dres_msend.c113 int next; in res_msend_rc_ext() local
217 next = 0; in res_msend_rc_ext()
248 while (next < nqueries) { in res_msend_rc_ext()
254 { .iov_base = (void *)answers[next], in res_msend_rc_ext()
305 for (i=next; i<nqueries && ( in res_msend_rc_ext()
306 answers[next][0] != queries[i][0] || in res_msend_rc_ext()
307 answers[next][1] != queries[i][1] ); i++); in res_msend_rc_ext()
314 switch (answers[next][3] & 15) { in res_msend_rc_ext()
327 /* Store answer in the right slot, or update next in res_msend_rc_ext()
330 if (i == next) in res_msend_rc_ext()
[all...]
/third_party/lwip/src/core/ipv6/
H A Dmld6.c103 struct mld_group *next = group->next; /* avoid use-after-free below */ in mld6_stop() local
113 /* move to "next" */ in mld6_stop()
114 group = next; in mld6_stop()
131 group = group->next; in mld6_report_groups()
152 group = group->next; in mld6_lookfor_group()
179 group->next = netif_mld6_data(ifp); in mld6_new_group()
200 netif_set_client_data(netif, LWIP_NETIF_CLIENT_DATA_INDEX_MLD6, group->next); in mld6_remove_group()
204 for (tmpGroup = netif_mld6_data(netif); tmpGroup != NULL; tmpGroup = tmpGroup->next) { in mld6_remove_group()
205 if (tmpGroup->next in mld6_remove_group()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ds-c1.c102 /* The next structure is used to save the tests measures */
106 struct __mes_t *next; member
159 m_cur->next = NULL; in main()
299 if (m_cur->next == NULL) { in main()
309 m_tmp->next = NULL; in main()
316 m_cur->next = m_tmp; in main()
319 /* Add this measure to the next element */ in main()
320 m_cur = m_cur->next; in main()
390 } /* next scenario */ in main()
407 while (sentinel.next ! in main()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h308 struct ___itt_thread_info* next; member
347 struct ___itt_global* next; member
366 h->next = NULL; \
370 h_tail->next = h; \
383 h->next = NULL; \
387 h_tail->next = h; \
399 h->next = NULL; \
403 h_tail->next = h; \
415 h->next = NULL; \
419 h_tail->next
[all...]
/third_party/skia/experimental/sktext/tests/
H A DSelectableText.cpp206 auto next = selectableText->nextPosition(position); in UNIX_ONLY_TEST() local
207 REPORTER_ASSERT(reporter, position.fTextRange.fEnd == next.fTextRange.fStart); in UNIX_ONLY_TEST()
208 if (position.fLineIndex == next.fLineIndex - 1) { in UNIX_ONLY_TEST()
209 auto line = selectableText->getLine(next.fLineIndex); in UNIX_ONLY_TEST()
210 REPORTER_ASSERT(reporter, next.fGlyphRange.fStart == 0); in UNIX_ONLY_TEST()
211 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(next.fBoundaries.fLeft, 0.0f)); in UNIX_ONLY_TEST()
212 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(next.fBoundaries.fTop, line.fBounds.fTop)); in UNIX_ONLY_TEST()
213 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(next.fBoundaries.height(), line.fBounds.height())); in UNIX_ONLY_TEST()
215 REPORTER_ASSERT(reporter, position.fLineIndex == next.fLineIndex); in UNIX_ONLY_TEST()
216 REPORTER_ASSERT(reporter, position.fGlyphRange.fEnd == next in UNIX_ONLY_TEST()
[all...]
/third_party/zlib/examples/
H A Dgun.c93 unsigned char *next; in in() local
96 next = me->inbuf; in in()
97 *buf = next; in in()
103 ret = (int)read(me->infile, next, ret); in in()
108 next += ret; in in()
154 /* next input byte macro for use inside lunpipe() and gunpipe() */
155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
156 last = have ? (have--, (int)(*next++)) : -1)
187 next += chunk; \
193 of buffered input at next
200 lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp, int outfile, z_stream *strm) lunpipe() argument
387 z_const unsigned char *next = NULL; gunpipe() local
[all...]

Completed in 15 milliseconds

1...<<41424344454647484950>>...515