Home
last modified time | relevance | path

Searched refs:next (Results 226 - 250 of 12963) sorted by relevance

12345678910>>...519

/third_party/skia/third_party/externals/expat/expat/tests/
H A Dmemcheck.c43 struct allocation_entry *next; member
69 entry->next = NULL; in tracking_malloc()
77 alloc_tail->next = entry; in tracking_malloc()
88 for (entry = alloc_head; entry != NULL; entry = entry->next) { in find_allocation()
110 entry->prev->next = entry->next; in tracking_free()
112 alloc_head = entry->next; in tracking_free()
113 if (entry->next != NULL) in tracking_free()
114 entry->next->prev = entry->prev; in tracking_free()
116 alloc_tail = entry->next; in tracking_free()
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dstrlist.c35 pa_strlist *next; member
48 n->next = l; in pa_strlist_prepend()
58 for (; l; l = l->next) { in pa_strlist_to_string()
76 pa_strlist *n = l->next; in pa_strlist_remove()
82 prev->next = n; in pa_strlist_remove()
90 l = l->next; in pa_strlist_remove()
100 l = l->next; in pa_strlist_free()
116 r = l->next; in pa_strlist_pop()
131 n->next = NULL; in pa_strlist_parse()
136 p->next in pa_strlist_parse()
[all...]
/third_party/selinux/checkpolicy/
H A Dqueue.c38 newnode->next = NULL; in queue_insert()
43 q->tail->next = newnode; in queue_insert()
62 newnode->next = NULL; in queue_push()
67 newnode->next = q->head; in queue_push()
86 q->head = q->head->next; in queue_remove()
118 p = p->next; in queue_destroy()
138 p = p->next; in queue_map()
159 last->next = p->next; in queue_map_remove_on_error()
160 if (last->next in queue_map_remove_on_error()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Devgpeutil.c64 gpe_block = gpe_block->next; in acpi_ev_walk_gpe_list()
67 gpe_xrupt_info = gpe_xrupt_info->next; in acpi_ev_walk_gpe_list()
150 next_gpe_xrupt = next_gpe_xrupt->next; in acpi_ev_get_gpe_xrupt_block()
167 while (next_gpe_xrupt->next) { in acpi_ev_get_gpe_xrupt_block()
168 next_gpe_xrupt = next_gpe_xrupt->next; in acpi_ev_get_gpe_xrupt_block()
171 next_gpe_xrupt->next = gpe_xrupt; in acpi_ev_get_gpe_xrupt_block()
237 gpe_xrupt->previous->next = gpe_xrupt->next; in acpi_ev_delete_gpe_xrupt()
241 acpi_gbl_gpe_xrupt_list_head = gpe_xrupt->next; in acpi_ev_delete_gpe_xrupt()
244 if (gpe_xrupt->next) { in acpi_ev_delete_gpe_xrupt()
276 struct acpi_gpe_notify_info *next; acpi_ev_delete_gpe_handlers() local
[all...]
/kernel/linux/linux-5.10/ipc/
H A Dmsgutil.c24 * The next 2 defines are here bc this is the only file
38 struct msg_msgseg *next; member
39 /* the next part of the message follows immediately */
57 msg->next = NULL; in alloc_msg()
61 pseg = &msg->next; in alloc_msg()
72 seg->next = NULL; in alloc_msg()
73 pseg = &seg->next; in alloc_msg()
99 for (seg = msg->next; seg != NULL; seg = seg->next) { in load_msg()
130 for (dst_pseg = dst->next, src_pse in copy_msg()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Devgpeutil.c64 gpe_block = gpe_block->next; in acpi_ev_walk_gpe_list()
67 gpe_xrupt_info = gpe_xrupt_info->next; in acpi_ev_walk_gpe_list()
150 next_gpe_xrupt = next_gpe_xrupt->next; in acpi_ev_get_gpe_xrupt_block()
167 while (next_gpe_xrupt->next) { in acpi_ev_get_gpe_xrupt_block()
168 next_gpe_xrupt = next_gpe_xrupt->next; in acpi_ev_get_gpe_xrupt_block()
171 next_gpe_xrupt->next = gpe_xrupt; in acpi_ev_get_gpe_xrupt_block()
237 gpe_xrupt->previous->next = gpe_xrupt->next; in acpi_ev_delete_gpe_xrupt()
241 acpi_gbl_gpe_xrupt_list_head = gpe_xrupt->next; in acpi_ev_delete_gpe_xrupt()
244 if (gpe_xrupt->next) { in acpi_ev_delete_gpe_xrupt()
276 struct acpi_gpe_notify_info *next; acpi_ev_delete_gpe_handlers() local
[all...]
/kernel/linux/linux-6.6/ipc/
H A Dmsgutil.c24 * The next 2 defines are here bc this is the only file
38 struct msg_msgseg *next; member
39 /* the next part of the message follows immediately */
57 msg->next = NULL; in alloc_msg()
61 pseg = &msg->next; in alloc_msg()
72 seg->next = NULL; in alloc_msg()
73 pseg = &seg->next; in alloc_msg()
99 for (seg = msg->next; seg != NULL; seg = seg->next) { in load_msg()
130 for (dst_pseg = dst->next, src_pse in copy_msg()
[all...]
/third_party/node/deps/v8/src/heap/
H A Dlist.h34 DCHECK(!element->list_node().next()); in PushBack()
45 DCHECK(!element->list_node().next()); in PushFront()
61 front_ = element->list_node().next(); in Remove()
63 T* next = element->list_node().next(); in Remove() local
65 if (next) next->list_node().set_prev(prev); in Remove()
66 if (prev) prev->list_node().set_next(next); in Remove()
75 it = it->list_node().next(); in Contains()
92 DCHECK(!element->list_node().next()); in AddFirstElement()
132 T* next() { return next_; } next() function in v8::internal::heap::ListNode
135 const T* next() const { return next_; } next() function in v8::internal::heap::ListNode
144 set_next(T* next) set_next() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dyadif_common.c55 int64_t next_pts = yadif->next->pts; in return_frame()
105 yadif->cur = yadif->next; in ff_yadif_filter_frame()
106 yadif->next = frame; in ff_yadif_filter_frame()
109 yadif->cur = av_frame_clone(yadif->next); in ff_yadif_filter_frame()
115 if (checkstride(yadif, yadif->next, yadif->cur)) { in ff_yadif_filter_frame()
117 fixstride(link, yadif->next); in ff_yadif_filter_frame()
119 if (checkstride(yadif, yadif->next, yadif->cur)) in ff_yadif_filter_frame()
121 if (yadif->prev && checkstride(yadif, yadif->next, yadif->prev)) in ff_yadif_filter_frame()
123 if (checkstride(yadif, yadif->next, yadif->cur) || (yadif->prev && checkstride(yadif, yadif->next, yadi in ff_yadif_filter_frame()
176 AVFrame *next = av_frame_clone(yadif->next); ff_yadif_request_frame() local
[all...]
H A Dsignature_lookup.c144 if ((*second)->next) { in find_next_coarsecandidate()
145 *second = (*second)->next; in find_next_coarsecandidate()
146 } else if ((*first)->next) { in find_next_coarsecandidate()
148 *first = (*first)->next; in find_next_coarsecandidate()
158 /* next signature */ in find_next_coarsecandidate()
159 if ((*second)->next) { in find_next_coarsecandidate()
160 *second = (*second)->next; in find_next_coarsecandidate()
161 } else if ((*first)->next) { in find_next_coarsecandidate()
163 *first = (*first)->next; in find_next_coarsecandidate()
210 for (i = 0, f = first; i < COARSE_SIZE && f->next; in get_matching_parameters()
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireExtensionTests.cpp37 clientExt.chain.next = nullptr; in TEST_F()
53 EXPECT_EQ(ext->chain.next, nullptr); in TEST_F()
70 clientExt2.chain.next = nullptr; in TEST_F()
75 clientExt1.chain.next = &clientExt2.chain; in TEST_F()
93 ext1->chain.next); in TEST_F()
96 EXPECT_EQ(ext2->chain.next, nullptr); in TEST_F()
104 clientExt2.chain.next = &clientExt1.chain; in TEST_F()
105 clientExt1.chain.next = nullptr; in TEST_F()
117 ext2->chain.next); in TEST_F()
120 EXPECT_EQ(ext1->chain.next, nullpt in TEST_F()
[all...]
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp79 fuzz->next(&t); in make_fuzz_t()
99 fuzz->next(&color); in make_fuzz_colorfilter()
119 fuzz->next(&mul, &add); in make_fuzz_colorfilter()
126 fuzz->next(&grayscale); in make_fuzz_colorfilter()
192 fuzz->next(&color); in make_fuzz_shader()
198 fuzz->next(&useMatrix); in make_fuzz_shader()
222 fuzz->next(&useMatrix, &useTile); in make_fuzz_shader()
227 fuzz->next(&tile); in make_fuzz_shader()
247 fuzz->next(&useMatrix, &usePos); in make_fuzz_shader()
266 fuzz->next( in make_fuzz_shader()
[all...]
/third_party/python/Objects/stringlib/
H A Dtransmogrify.h353 const char *self_s, *start, *next, *end; in stringlib_replace_delete_single_character() local
379 next = findchar(start, end - start, from_c); in stringlib_replace_delete_single_character()
380 if (next == NULL) in stringlib_replace_delete_single_character()
382 memcpy(result_s, start, next - start); in stringlib_replace_delete_single_character()
383 result_s += (next - start); in stringlib_replace_delete_single_character()
384 start = next + 1; in stringlib_replace_delete_single_character()
398 const char *self_s, *start, *next, *end; in stringlib_replace_delete_substring() local
433 next = start + offset; in stringlib_replace_delete_substring()
435 memcpy(result_s, start, next - start); in stringlib_replace_delete_substring()
437 result_s += (next in stringlib_replace_delete_substring()
451 char *result_s, *start, *next; stringlib_replace_single_character_in_place() local
550 const char *self_s, *start, *next, *end; stringlib_replace_single_character() local
614 const char *self_s, *start, *next, *end; stringlib_replace_substring() local
[all...]
/kernel/linux/linux-5.10/arch/arm64/mm/
H A Dmmu.c184 unsigned long next; in alloc_init_cont_pte() local
200 next = pte_cont_addr_end(addr, end); in alloc_init_cont_pte()
203 if ((((addr | next | phys) & ~CONT_PTE_MASK) == 0) && in alloc_init_cont_pte()
207 init_pte(pmdp, addr, next, phys, __prot); in alloc_init_cont_pte()
209 phys += next - addr; in alloc_init_cont_pte()
210 } while (addr = next, addr != end); in alloc_init_cont_pte()
217 unsigned long next; in init_pmd() local
224 next = pmd_addr_end(addr, end); in init_pmd()
227 if (((addr | next | phys) & ~SECTION_MASK) == 0 && in init_pmd()
238 alloc_init_cont_pte(pmdp, addr, next, phy in init_pmd()
255 unsigned long next; alloc_init_cont_pmd() local
287 use_1G_block(unsigned long addr, unsigned long next, unsigned long phys) use_1G_block() argument
304 unsigned long next; alloc_init_pud() local
364 unsigned long addr, end, next; __create_pgd_mapping() local
876 unsigned long next; unmap_hotplug_pmd_range() local
909 unsigned long next; unmap_hotplug_pud_range() local
942 unsigned long next; unmap_hotplug_p4d_range() local
960 unsigned long next; unmap_hotplug_range() local
1025 unsigned long i, next, start = addr; free_empty_pmd_table() local
1065 unsigned long i, next, start = addr; free_empty_pud_table() local
1104 unsigned long next; free_empty_p4d_table() local
1122 unsigned long next; free_empty_tables() local
1150 unsigned long next; vmemmap_populate() local
1448 unsigned long next, end; pud_free_pmd_page() local
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-2782.js20 var next = iterator.next ();
21 assert (next.value === i && next.done === false);
24 next = iterator.next ();
25 assert (next.done === true);
/foundation/resourceschedule/ffrt/src/core/
H A Dentity.cpp36 VersionCtx* next = cur->next; in RecycleVersion() local
38 next->last = cur->last; in RecycleVersion()
40 cur->last->next = next; in RecycleVersion()
43 if (next->next == nullptr) { in RecycleVersion()
45 auto data = std::as_const(Entity::Instance()->vaMap).find(next->signature); in RecycleVersion()
49 SimpleAllocator<VersionCtx>::FreeMem(next); in RecycleVersion()
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dmmu_context.c34 void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next, in switch_mm_irqs_off() argument
40 if (!cpumask_test_cpu(smp_processor_id(), mm_cpumask(next))) { in switch_mm_irqs_off()
41 cpumask_set_cpu(smp_processor_id(), mm_cpumask(next)); in switch_mm_irqs_off()
42 inc_mm_active_cpus(next); in switch_mm_irqs_off()
47 * translations for next. in switch_mm_irqs_off()
71 switch_mm_pgdir(tsk, next); in switch_mm_irqs_off()
74 if (prev == next) in switch_mm_irqs_off()
85 radix_kvm_prefetch_workaround(next); in switch_mm_irqs_off()
87 membarrier_arch_switch_mm(prev, next, tsk); in switch_mm_irqs_off()
93 switch_mmu_context(prev, next, ts in switch_mm_irqs_off()
[all...]
/kernel/linux/linux-5.10/arch/nios2/mm/
H A Dmmu_context.c60 /* Return the next pid */ in get_new_context()
80 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() argument
89 if (unlikely(CTX_VERSION(next->context) != in switch_mm()
91 next->context = get_new_context(); in switch_mm()
94 pgd_current = next->pgd; in switch_mm()
97 set_context(next->context); in switch_mm()
106 void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() argument
108 next->context = get_new_context(); in activate_mm()
109 set_context(next->context); in activate_mm()
110 pgd_current = next in activate_mm()
[all...]
/kernel/linux/linux-6.6/arch/nios2/mm/
H A Dmmu_context.c60 /* Return the next pid */ in get_new_context()
80 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() argument
89 if (unlikely(CTX_VERSION(next->context) != in switch_mm()
91 next->context = get_new_context(); in switch_mm()
94 pgd_current = next->pgd; in switch_mm()
97 set_context(next->context); in switch_mm()
106 void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() argument
108 next->context = get_new_context(); in activate_mm()
109 set_context(next->context); in activate_mm()
110 pgd_current = next in activate_mm()
[all...]
/kernel/linux/linux-6.6/block/partitions/
H A Dcmdline.c74 char *next = strchr(++partdef, ')'); in parse_subpart() local
76 if (!next) { in parse_subpart()
82 length = min_t(int, next - partdef, in parse_subpart()
86 partdef = ++next; in parse_subpart()
123 char *next; in parse_parts() local
135 next = strchr(bdevdef, ':'); in parse_parts()
136 if (!next) { in parse_parts()
141 length = min_t(int, next - bdevdef, sizeof(newparts->name) - 1); in parse_parts()
147 while (next && *(++next)) { in parse_parts()
197 char *next; cmdline_parts_parse() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c15 * next paragraph) shall be included in all copies or substantial portions
89 node->next = *anextNode; in cso_hash_create_node()
128 while (lastNode->next != e && lastNode->next->key == h) in cso_data_rehash()
129 lastNode = lastNode->next; in cso_data_rehash()
131 afterLastNode = lastNode->next; in cso_data_rehash()
134 beforeFirstNode = &(*beforeFirstNode)->next; in cso_data_rehash()
135 lastNode->next = *beforeFirstNode; in cso_data_rehash()
209 struct cso_node *next = cur->next; in cso_hash_deinit() local
227 struct cso_node *next; cso_hash_data_next() member
260 struct cso_node *next = (*node)->next; cso_hash_take() local
[all...]
/third_party/python/Lib/lib2to3/pgen2/
H A Dconv.py121 lineno, line = lineno+1, next(f)
123 lineno, line = lineno+1, next(f)
127 lineno, line = lineno+1, next(f)
138 lineno, line = lineno+1, next(f)
143 lineno, line = lineno+1, next(f)
146 lineno, line = lineno+1, next(f)
153 lineno, line = lineno+1, next(f)
161 lineno, line = lineno+1, next(f)
163 lineno, line = lineno+1, next(f)
172 lineno, line = lineno+1, next(
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dsddr3.c74 DLL = !ram->next->bios.ramcfg_DLLoff; in nvkm_sddr3_calc()
76 switch (ram->next->bios.timing_ver) { in nvkm_sddr3_calc()
78 if (ram->next->bios.timing_hdr < 0x17) { in nvkm_sddr3_calc()
82 CWL = ram->next->bios.timing_10_CWL; in nvkm_sddr3_calc()
83 CL = ram->next->bios.timing_10_CL; in nvkm_sddr3_calc()
84 WR = ram->next->bios.timing_10_WR; in nvkm_sddr3_calc()
85 ODT = ram->next->bios.timing_10_ODT; in nvkm_sddr3_calc()
88 CWL = (ram->next->bios.timing[1] & 0x00000f80) >> 7; in nvkm_sddr3_calc()
89 CL = (ram->next->bios.timing[1] & 0x0000001f) >> 0; in nvkm_sddr3_calc()
90 WR = (ram->next in nvkm_sddr3_calc()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dsddr3.c74 DLL = !ram->next->bios.ramcfg_DLLoff; in nvkm_sddr3_calc()
76 switch (ram->next->bios.timing_ver) { in nvkm_sddr3_calc()
78 if (ram->next->bios.timing_hdr < 0x17) { in nvkm_sddr3_calc()
82 CWL = ram->next->bios.timing_10_CWL; in nvkm_sddr3_calc()
83 CL = ram->next->bios.timing_10_CL; in nvkm_sddr3_calc()
84 WR = ram->next->bios.timing_10_WR; in nvkm_sddr3_calc()
85 ODT = ram->next->bios.timing_10_ODT; in nvkm_sddr3_calc()
88 CWL = (ram->next->bios.timing[1] & 0x00000f80) >> 7; in nvkm_sddr3_calc()
89 CL = (ram->next->bios.timing[1] & 0x0000001f) >> 0; in nvkm_sddr3_calc()
90 WR = (ram->next in nvkm_sddr3_calc()
[all...]
/third_party/curl/lib/
H A Dslist.c46 while(item->next) { in slist_get_last()
47 item = item->next; in slist_get_last()
72 new_item->next = NULL; in Curl_slist_append_nodup()
80 last->next = new_item; in Curl_slist_append_nodup()
125 inlist = inlist->next; in Curl_slist_duplicate()
133 struct curl_slist *next; in curl_slist_free_all() local
141 next = item->next; in curl_slist_free_all()
144 item = next; in curl_slist_free_all()
145 } while(next); in curl_slist_free_all()
[all...]

Completed in 12 milliseconds

12345678910>>...519