Home
last modified time | relevance | path

Searched refs:next (Results 1351 - 1375 of 6082) sorted by relevance

1...<<51525354555657585960>>...244

/third_party/libwebsockets/lib/core-net/client/
H A Dsort-dns.c190 goto next; in lws_sort_dns_classify()
194 goto next; in lws_sort_dns_classify()
200 next: in lws_sort_dns_classify()
627 goto next; in lws_sort_dns()
660 goto next; in lws_sort_dns()
736 goto next; in lws_sort_dns()
742 goto next; in lws_sort_dns()
766 next: in lws_sort_dns()
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_enc_common.c15 * next paragraph) shall be included in all copies or substantial portions
35 struct encode_task *i, *next; in enc_ReleaseTasks() local
40 LIST_FOR_EACH_ENTRY_SAFE(i, next, head, list) { in enc_ReleaseTasks()
49 to->prev->next = from->next; in enc_MoveTasks()
50 from->next->prev = to->prev; in enc_MoveTasks()
51 from->prev->next = to; in enc_MoveTasks()
140 task = list_entry(inp->tasks.next, struct encode_task, list); in vid_enc_BufferEncoded_common()
186 task = list_entry(priv->free_tasks.next, struct encode_task, list); in enc_NeedTask_common()
/third_party/mesa3d/src/glx/apple/
H A Dapple_glx_context.c107 for (i = context_list; i; i = i->next) { in is_context_valid()
198 ac->next = context_list; in apple_glx_create_context()
235 ac->previous->next = ac->next; in apple_glx_destroy_context()
238 context_list = ac->next; in apple_glx_destroy_context()
241 if (ac->next) { in apple_glx_destroy_context()
242 ac->next->previous = ac->previous; in apple_glx_destroy_context()
536 for (ac = context_list; ac; ac = ac->next) { in apple_glx_context_surface_changed()
/third_party/nghttp2/src/
H A Dmemchunk_test.cc80 CU_ASSERT(m2 == m1->next); in test_pool_recycle()
81 CU_ASSERT(nullptr == m2->next); in test_pool_recycle()
167 m = m->next; in test_memchunks_riovec()
194 m = m->next; in test_memchunks_recycle()
197 CU_ASSERT(nullptr == m->next); in test_memchunks_recycle()
219 CU_ASSERT(nullptr != m->next); in test_memchunks_reset()
220 CU_ASSERT(nullptr == m->next->next); in test_memchunks_reset()
/third_party/icu/icu4c/source/test/intltest/
H A Dtestutil.cpp151 UBool ei1HasNext = ei1.next(errorCode); in checkEqualEdits()
152 UBool ei2HasNext = ei2.next(errorCode); in checkEqualEdits()
153 ok &= test.assertEquals(name + u" next()[" + i + u"]" + __LINE__, in checkEqualEdits()
182 test.assertTrue(msg + u":" + __LINE__, ei1.next(errorCode)); in checkEditsIter()
202 ei2.next(errorCode); in checkEditsIter()
203 ei2.next(errorCode); in checkEditsIter()
218 ei2.next(errorCode); in checkEditsIter()
219 ei2.next(errorCode); in checkEditsIter()
230 test.assertFalse(msg + u":" + __LINE__, ei1.next(errorCode)); in checkEditsIter()
279 // Zig-zag across the indexes to stress next() < in checkEditsIter()
[all...]
H A Dusettest.cpp652 if (!iset.next() || !iset.isString()) { in TestAPI()
653 errln("FAIL: UnicodeSetIterator::next/isString"); in TestAPI()
798 UBool nextv = it.next(); in TestIteration()
1366 while(si.next()) { in TestCloseOver()
1389 while(si.next()) { in TestCloseOver()
2032 while (it.next()) { in copyWithIterator()
2533 int32_t start, next; in containsSpanUTF16() local
2534 for(start=next=0; start<length;) { in containsSpanUTF16()
2535 U16_NEXT(s, next, length, c); in containsSpanUTF16()
2547 start=next; in containsSpanUTF16()
2553 int32_t start, next, maxSpanLimit=0; containsSpanUTF16() local
2730 int32_t start, next; containsSpanUTF8() local
2751 int32_t start, next, maxSpanLimit=0; containsSpanUTF8() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dredundancy-elimination.cc84 this_head = this_head->next; in Equals()
85 that_head = that_head->next; in Equals()
100 that_head = that_head->next; in Merge()
104 head_ = head_->next; in Merge()
114 head_ = head_->next; in Merge()
115 that_head = that_head->next; in Merge()
227 for (Check const* check = head_; check != nullptr; check = check->next) { in LookupCheck()
238 for (Check const* check = head_; check != nullptr; check = check->next) { in LookupBoundsCheckFor()
/third_party/node/deps/v8/src/ast/
H A Dmodules.cc186 auto next = it; in SerializeRegularExports() local
189 DCHECK_EQ(it->second->local_name, next->second->local_name); in SerializeRegularExports()
190 DCHECK_EQ(it->second->cell_index, next->second->cell_index); in SerializeRegularExports()
191 ++next; in SerializeRegularExports()
193 } while (next != regular_exports_.end() && next->first == it->first); in SerializeRegularExports()
207 for (; it != next; ++it) { in SerializeRegularExports()
212 // Continue with the next distinct key. in SerializeRegularExports()
213 DCHECK(it == next); in SerializeRegularExports()
/third_party/skia/src/pathops/
H A DSkOpEdgeBuilder.cpp308 int next = index; in walk() local
310 while (next < breakLimit && !splits[next + 1].fCanAdd) { in walk()
311 ++next; in walk()
313 if (next > index) { in walk()
314 split->fT[1] = splits[next].fT[1]; in walk()
315 split->fPts[3] = splits[next].fPts[3]; in walk()
317 if (prior < index || next > index) { in walk()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dpool.h97 Item* next = nullptr; // pointer to the next free item in the pool. member
254 items[i].next = this->free; in Storage()
288 storage->free = storage->free->next; in borrow()
306 storage->free = storage->free->next; in tryBorrow()
322 item->next = free; in return_()
415 item->next = storage->free; in borrow()
421 storage->free = storage->free->next; in borrow()
435 item->next = free; in return_()
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
H A Dpermutate.go120 next := permutate // Permutation chaining
131 if err := next(); err != nil {
139 next := permutate // Permutation chaining
156 if err := next(); err != nil {
179 if err := next(); err != nil {
191 if err := next(); err != nil {
282 next := permutate // Permutation chaining
305 if err := next(); err != nil {
/third_party/rust/crates/nom/src/bytes/
H A Dstreaming.rs396 /// the next few chars, so the result will be `Err::Incomplete(Needed::Unknown)`
564 if i.iter_elements().next().unwrap().as_char() == control_char { in escaped()
565 let next = control_char.len_utf8(); in escaped()
566 if next >= i.input_len() { in escaped()
569 match escapable.parse(i.slice(next..)) { in escaped()
672 if remainder.iter_elements().next().unwrap().as_char() == control_char { in escaped_transform()
673 let next = index + control_char.len_utf8(); in escaped_transform()
676 if next >= input_len { in escaped_transform()
679 match transform.parse(i.slice(next..)) { in escaped_transform()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfg80211.h503 /* waiting for next af to sync time of supplicant.
508 /* go to listen state to wait for next af after SENDING_ACT_FRM */
1204 /* next af subtype to cancel the remained dwell time in rx process */
1435 #define BCM_LIST_FOR_EACH_ENTRY_SAFE(pos, next, head, member) \
1436 list_for_each_entry_safe((pos), (next), (head), member)
1448 struct net_info *_net_info, *next; in wl_probe_wdev_all() local
1453 BCM_LIST_FOR_EACH_ENTRY_SAFE(_net_info, next, in wl_probe_wdev_all()
1466 struct net_info *_net_info, *next, *info = NULL; in wl_get_netinfo_by_fw_idx() local
1471 BCM_LIST_FOR_EACH_ENTRY_SAFE(_net_info, next, &cfg->net_list, list) { in wl_get_netinfo_by_fw_idx()
1486 struct net_info *_net_info, *next; in wl_dealloc_netinfo_by_wdev() local
1582 struct net_info *_net_info, *next; wl_delete_all_netinfo() local
1626 struct net_info *_net_info, *next; wl_get_status_all() local
1644 struct net_info *_net_info, *next; wl_set_status_all() local
1678 struct net_info *_net_info, *next; wl_set_status_by_netdev() local
1734 struct net_info *_net_info, *next; wl_get_cfgbss_by_wdev() local
1756 struct net_info *_net_info, *next; wl_get_status_by_netdev() local
1776 struct net_info *_net_info, *next; wl_get_mode_by_netdev() local
1796 struct net_info *_net_info, *next; wl_get_bssidx_by_wdev() local
1816 struct net_info *_net_info, *next; wl_get_wdev_by_fw_idx() local
1838 struct net_info *_net_info, *next; wl_get_profile_by_netdev() local
1857 struct net_info *_net_info, *next, *info = NULL; wl_get_netinfo_by_netdev() local
1876 struct net_info *_net_info, *next, *info = NULL; wl_get_netinfo_by_wdev() local
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_binary.c230 (*tail)->next = new; in cil_add_ocontext()
275 cil_perm = cil_perm->next; in cil_common_to_policydb()
334 for (curr = NODE(cil_class->common)->cl_head, i = 1; curr; curr = curr->next, i++) { in cil_classorder_to_policydb()
340 for (curr = NODE(cil_class)->cl_head; curr; curr = curr->next) { in cil_classorder_to_policydb()
946 cond_list->next = cond_node->true_list; in __cil_cond_insert_rule()
949 cond_list->next = cond_node->false_list; in __cil_cond_insert_rule()
961 for (cur_av = cond_list; cur_av != NULL; cur_av = cur_av->next) { in cil_cond_av_list_search()
1657 // continue if the current bit isn't the end of the driver function or the next bit is set in __cil_permx_bitmap_to_sepol_xperms_list()
1663 // is 0xff or the next bit isn't set). The next tim in __cil_permx_bitmap_to_sepol_xperms_list()
4474 class_perm_node_t *next; __cil_destroy_sepol_class_perms() local
4644 avrule_t *next; __cil_destroy_sepol_avrules() local
[all...]
/third_party/python/Modules/
H A D_json.c394 Py_ssize_t next /* = begin */; in scanstring_unicode() local
414 /* Find the end of the string or the next escape */ in scanstring_unicode()
419 for (next = end; next < len; next++) { in scanstring_unicode()
420 d = PyUnicode_READ(kind, buf, next); in scanstring_unicode()
425 raise_errmsg("Invalid control character at", pystr, next); in scanstring_unicode()
435 PyObject *ret = PyUnicode_Substring(pystr, end, next); in scanstring_unicode()
439 *next_end_ptr = next + 1;; in scanstring_unicode()
449 if (next ! in scanstring_unicode()
[all...]
/third_party/libfuse/lib/
H A Dfuse.c68 struct lock_queue_element *next; member
97 struct list_head *next; member
132 struct lock *next; member
167 struct fuse_direntry *next; member
224 mod->next = fuse_modules; in fuse_register_module()
233 for (mp = &fuse_modules; *mp; mp = &(*mp)->next) { in fuse_unregister_module()
235 *mp = (*mp)->next; in fuse_unregister_module()
294 for (m = fuse_modules; m; m = m->next) { in fuse_find_module()
336 mp = &(*mp)->next; in fuse_put_module()
349 list->next in init_list_head()
358 list_add(struct list_head *new, struct list_head *prev, struct list_head *next) list_add() argument
380 struct list_head *next = entry->next; list_del() local
649 struct node **next; rehash_id() local
762 struct node **next; rehash_name() local
3600 struct fuse_direntry *next = de->next; free_direntries() local
4400 struct list_head *curr, *next; fuse_clean_cache() local
4742 char *next; fuse_lib_help() local
4942 char *next; fuse_new_31() local
5086 struct node *next; fuse_destroy() local
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java310 order1 = iterator1.next(); in TestElemIter()
312 order2 = iterator2.next(); in TestElemIter()
326 order3 = iterator3.next(); in TestElemIter()
335 order1 = iterator1.next(); in TestElemIter()
336 order3 = iterator3.next(); in TestElemIter()
343 order1 = iterator1.next(); in TestElemIter()
344 order3 = iterator3.next(); in TestElemIter()
354 order1 = iterator1.next(); in TestElemIter()
358 order2 = iterator2.next(); in TestElemIter()
366 order3 = iterator3.next(); in TestElemIter()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationAPITest.java313 order1 = iterator1.next(); in TestElemIter()
315 order2 = iterator2.next(); in TestElemIter()
329 order3 = iterator3.next(); in TestElemIter()
338 order1 = iterator1.next(); in TestElemIter()
339 order3 = iterator3.next(); in TestElemIter()
346 order1 = iterator1.next(); in TestElemIter()
347 order3 = iterator3.next(); in TestElemIter()
357 order1 = iterator1.next(); in TestElemIter()
361 order2 = iterator2.next(); in TestElemIter()
369 order3 = iterator3.next(); in TestElemIter()
[all...]
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Daio-stress.c153 struct io_oper *next; member
181 struct io_unit *next; member
300 oper->prev = oper->next = oper; in oper_list_add()
305 oper->next = *list; in oper_list_add()
307 (*list)->prev->next = oper; in oper_list_add()
313 if ((*list)->next == (*list)->prev && *list == (*list)->next) { in oper_list_del()
318 oper->prev->next = oper->next; in oper_list_del()
319 oper->next in oper_list_del()
[all...]
/third_party/python/Lib/test/
H A Dtest_struct.py764 self.assertEqual(next(it), (0x01020304, 5))
765 self.assertEqual(next(it), (0x06070809, 10))
766 self.assertEqual(next(it), (0x0b0c0d0e, 15))
767 self.assertRaises(StopIteration, next, it)
768 self.assertRaises(StopIteration, next, it)
774 self.assertEqual(next(it), (0x01020304, 5))
775 self.assertEqual(next(it), (0x06070809, 10))
776 self.assertRaises(StopIteration, next, it)
777 self.assertRaises(StopIteration, next, it)
785 next(i
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c111 * to run next.
274 * prev_irq_time stamp to account for the part that fit, so that a next in update_rq_clock_task()
547 if (unlikely(cmpxchg_relaxed(&node->next, NULL, WAKE_Q_TAIL))) { in __wake_q_add()
555 head->lastp = &node->next; in __wake_q_add()
612 node = node->next; in wake_up_q()
613 task->wake_q.next = NULL; in wake_up_q()
736 * idle CPU then this timer might expire before the next timer event
738 * idle system the next event might even be infinite time into the
742 * wheel for the next timer event.
763 * the next tic in wake_up_full_nohz_cpu()
3818 __fire_sched_out_preempt_notifiers(struct task_struct *curr, struct task_struct *next) __fire_sched_out_preempt_notifiers() argument
3828 fire_sched_out_preempt_notifiers(struct task_struct *curr, struct task_struct *next) fire_sched_out_preempt_notifiers() argument
3842 fire_sched_out_preempt_notifiers(struct task_struct *curr, struct task_struct *next) fire_sched_out_preempt_notifiers() argument
3849 prepare_task(struct task_struct *next) prepare_task() argument
3880 prepare_lock_switch(struct rq *rq, struct task_struct *next, struct rq_flags *rf) prepare_lock_switch() argument
3937 prepare_task_switch(struct rq *rq, struct task_struct *prev, struct task_struct *next) prepare_task_switch() argument
4056 struct callback_head *head, *next; __balance_callback() local
4121 context_switch(struct rq *rq, struct task_struct *prev, struct task_struct *next, struct rq_flags *rf) context_switch() argument
4845 struct task_struct *prev, *next; __schedule() local
7321 struct task_struct *next; __pick_migrate_task() local
7393 struct task_struct *next, *stop = rq->stop; migrate_tasks() local
[all...]
/base/hiviewdfx/faultloggerd/frameworks/allocator/include/
H A Ddfx_allocator.h30 struct DfxBlockInfo* next; member
46 struct DfxPageInfo* next; member
/third_party/ffmpeg/libavfilter/
H A Dbwdif.h31 void (*filter_line)(void *dst, void *prev, void *cur, void *next,
35 void (*filter_edge)(void *dst, void *prev, void *cur, void *next,
/third_party/curl/src/
H A Dslist_wc.c59 list->last->next = new_item; in slist_wc_append()
60 list->last = list->last->next; in slist_wc_append()
/third_party/alsa-lib/src/control/
H A Dcontrol_empty.c77 snd_config_iterator_t i, next; in _snd_ctl_empty_open() local
79 snd_config_for_each(i, next, conf) { in _snd_ctl_empty_open()

Completed in 44 milliseconds

1...<<51525354555657585960>>...244