/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_drawable.c | 79 for (i = drawables_list; i; i = i->next) { in apple_glx_find_drawable() 151 d->previous->next = d->next; in destroy_drawable() 158 drawables_list = d->next; in destroy_drawable() 161 if (d->next) in destroy_drawable() 162 d->next->previous = d->previous; in destroy_drawable() 297 d->next = NULL; in common_init() 306 agd->next = drawables_list; in link_tail() 381 dnext = d->next; in apple_glx_garbage_collect_drawables() 433 for (d = drawables_list; d; d = d->next) in apple_glx_get_drawable_count() [all...] |
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | debug.py | 47 def set_next(self, next): 50 tb_set_next(self.tb, next and next.tb or None) 56 self._tb_next = next 175 # save a reference to the next frame if we override the current 177 next = tb.tb_next 187 tb = next 345 def tb_set_next(tb, next): 348 (next is None or isinstance(next, TracebackTyp [all...] |
/third_party/lwip/src/core/ |
H A D | lowpower.c | 193 timeout->next = NULL; in sys_timeout_reg() 198 while (temp->next != NULL) { in sys_timeout_reg() 199 temp = temp->next; in sys_timeout_reg() 201 temp->next = timeout; in sys_timeout_reg() 207 /* deal timeout and return next timer prev */ 236 LWIP_DEBUGF(LOWPOWER_DEBUG, ("next->tick is NULL\n")); in get_timer_tick() 251 p->next = n; in handle_timer_and_free() 254 t->next = NULL; in handle_timer_and_free() 263 *pn = p->next; in handle_timer_and_free() 280 n = t->next; in get_sleep_time() [all...] |
/third_party/python/Lib/ |
H A D | heapq.py | 70 find the "next" winner is to move some loser (let's say cell 30 in the 351 next = it.__next__ 352 h_append([next(), order * direction, next]) 359 value, order, next = s = h[0] 361 s[0] = next() # raises StopIteration when exhausted 367 value, order, next = h[0] 369 yield from next.__self__ 374 next = it.__next__ 375 value = next() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | LRUCache.hpp | 108 Entry *next = nullptr; member 197 entry = entry->next; in operator ++() 223 entry->next = free; // No need for back link here. in LRUCache() 256 free = entry->next; in add() 257 entry->next = nullptr; in add() 285 entry->next = free; // No need for back link here. in clear() 306 if(head == entry) { head = entry->next; } in unlink() 308 if(entry->prev) { entry->prev->next = entry->next; } in unlink() 309 if(entry->next) { entr in unlink() [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCommon.cpp | 31 angle = angle->next(); in AngleWinding() 60 angle = angle->next(); in AngleWinding() 78 } while ((contour = contour->next())); in FindUndone() 88 *startPtr = span->ptT()->next()->span(); in FindChase() 121 while ((angle = angle->next()) != firstAngle) { in FindChase() 162 } while ((contour = contour->next())); in SortContourList() 175 SkOpContour* next = list[index]; in SortContourList() local 176 contour->setNext(next); in SortContourList() 177 contour = next; in SortContourList() 188 } while ((contour = contour->next())); in DEBUG_COIN_DECLARE_PARAMS() [all...] |
/third_party/skia/fuzz/ |
H A D | FuzzGradients.cpp | 44 fuzz->next(&c, &s); in initGradientParams() 110 fuzz->next(&pts[0].fX, &pts[0].fY, &pts[1].fX, &pts[1].fY); in fuzzLinearGradient() 112 fuzz->next(&useLocalMatrix, &useGlobalMatrix); in fuzzLinearGradient() 121 fuzz->next(&flags); in fuzzLinearGradient() 146 fuzz->next(¢er.fX, ¢er.fY); in fuzzRadialGradient() 149 fuzz->next(&radius, &useLocalMatrix, &useGlobalMatrix); in fuzzRadialGradient() 159 fuzz->next(&flags); in fuzzRadialGradient() 183 fuzz->next(&start.fX, &start.fY); in fuzzTwoPointConicalGradient() 185 fuzz->next(&end.fX, &end.fY); in fuzzTwoPointConicalGradient() 188 fuzz->next( in fuzzTwoPointConicalGradient() [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/ |
H A D | ump_kernel_memory_backend_dedicated.c | 34 struct block_info *next; member 93 allocator->all_blocks[i].next = allocator->first_free; in ump_block_allocator_create() 172 allocator->first_free = allocator->first_free->next; in block_allocator_allocate() 173 block->next = last_allocated; in block_allocator_allocate() 191 block = last_allocated->next; in block_allocator_allocate() 192 last_allocated->next = allocator->first_free; in block_allocator_allocate() 221 block_info *block, * next; in block_allocator_release() local 236 next = block->next; in block_allocator_release() 240 block->next in block_allocator_release() [all...] |
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | kasan_init.c | 41 unsigned long next; in kasan_pte_populate() local 48 next = addr + PAGE_SIZE; in kasan_pte_populate() 82 } while (ptep++, addr = next, addr != end); in kasan_pte_populate() 91 unsigned long next; in kasan_pmd_populate() local 113 next = pmd_addr_end(addr, end); in kasan_pmd_populate() 114 kasan_pte_populate(pmdp, addr, next, early); in kasan_pmd_populate() 115 } while (pmdp++, addr = next, addr != end); in kasan_pmd_populate() 121 unsigned long next; in kasan_pgd_populate() local 144 next = pgd_addr_end(addr, end); in kasan_pgd_populate() 153 kasan_pmd_populate(pudp, addr, next, earl in kasan_pgd_populate() [all...] |
/kernel/linux/linux-5.10/arch/loongarch/mm/ |
H A D | kasan_init.c | 132 unsigned long next; in kasan_pte_populate() local 139 next = addr + PAGE_SIZE; in kasan_pte_populate() 141 } while (ptep++, addr = next, addr != end && __pte_none(early, READ_ONCE(*ptep))); in kasan_pte_populate() 147 unsigned long next; in kasan_pmd_populate() local 151 next = pmd_addr_end(addr, end); in kasan_pmd_populate() 152 kasan_pte_populate(pmdp, addr, next, node, early); in kasan_pmd_populate() 153 } while (pmdp++, addr = next, addr != end && __pmd_none(early, READ_ONCE(*pmdp))); in kasan_pmd_populate() 159 unsigned long next; in kasan_pgd_populate() local 165 next = pgd_addr_end(addr, end); in kasan_pgd_populate() 166 kasan_pmd_populate(pgdp, addr, next, nod in kasan_pgd_populate() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | mmu_context.h | 62 struct mm_struct *next); 64 struct mm_struct *next, in switch_mmu_context() 68 return radix__switch_mmu_context(prev, next); in switch_mmu_context() 69 return switch_slb(tsk, next); in switch_mmu_context() 104 extern void switch_mmu_context(struct mm_struct *prev, struct mm_struct *next, 129 extern void switch_cop(struct mm_struct *next); 161 * flush of the full mm, as the next TLBI may be local and the in mm_context_remove_copro() 224 extern void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next, 227 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, 233 switch_mm_irqs_off(prev, next, ts 63 switch_mmu_context(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) switch_mmu_context() argument [all...] |
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | kasan_init.c | 40 unsigned long next; in kasan_pte_populate() local 47 next = addr + PAGE_SIZE; in kasan_pte_populate() 81 } while (ptep++, addr = next, addr != end); in kasan_pte_populate() 90 unsigned long next; in kasan_pmd_populate() local 112 next = pmd_addr_end(addr, end); in kasan_pmd_populate() 113 kasan_pte_populate(pmdp, addr, next, early); in kasan_pmd_populate() 114 } while (pmdp++, addr = next, addr != end); in kasan_pmd_populate() 120 unsigned long next; in kasan_pgd_populate() local 143 next = pgd_addr_end(addr, end); in kasan_pgd_populate() 152 kasan_pmd_populate(pudp, addr, next, earl in kasan_pgd_populate() [all...] |
/kernel/linux/linux-5.10/net/unix/ |
H A D | garbage.c | 95 struct sk_buff *next; in scan_inflight() local 98 skb_queue_walk_safe(&x->sk_receive_queue, skb, next) { in scan_inflight() 140 struct sk_buff *next; in scan_children() local 148 skb_queue_walk_safe(&x->sk_receive_queue, skb, next) { in scan_children() 160 u = list_entry(embryos.next, struct unix_sock, link); in scan_children() 209 struct unix_sock *next; in unix_gc() local 248 list_for_each_entry_safe(u, next, &gc_inflight_list, link) { in unix_gc() 284 while (cursor.next != &gc_candidates) { in unix_gc() 285 u = list_entry(cursor.next, struct unix_sock, link); in unix_gc() 310 u = list_entry(not_cycle_list.next, struc in unix_gc() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/ |
H A D | off_cpu.bpf.c | 186 struct task_struct *next, int state) in off_cpu_stat() 195 goto next; in off_cpu_stat() 203 goto next; in off_cpu_stat() 209 next: in off_cpu_stat() 210 pelem = bpf_task_storage_get(&tstamp, next, NULL, 0); in off_cpu_stat() 214 .pid = next->pid, in off_cpu_stat() 215 .tgid = next->tgid, in off_cpu_stat() 218 .cgroup_id = needs_cgroup ? get_cgroup_id(next) : 0, in off_cpu_stat() 266 struct task_struct *prev, *next; in on_switch() local 273 next in on_switch() 185 off_cpu_stat(u64 *ctx, struct task_struct *prev, struct task_struct *next, int state) off_cpu_stat() argument [all...] |
/kernel/linux/linux-6.6/net/unix/ |
H A D | garbage.c | 95 struct sk_buff *next; in scan_inflight() local 98 skb_queue_walk_safe(&x->sk_receive_queue, skb, next) { in scan_inflight() 140 struct sk_buff *next; in scan_children() local 148 skb_queue_walk_safe(&x->sk_receive_queue, skb, next) { in scan_children() 160 u = list_entry(embryos.next, struct unix_sock, link); in scan_children() 209 struct unix_sock *next; in unix_gc() local 238 list_for_each_entry_safe(u, next, &gc_inflight_list, link) { in unix_gc() 268 while (cursor.next != &gc_candidates) { in unix_gc() 269 u = list_entry(cursor.next, struct unix_sock, link); in unix_gc() 302 u = list_entry(not_cycle_list.next, struc in unix_gc() [all...] |
/test/xts/device_attest/services/core/utils/ |
H A D | attest_utils_memleak.c | 91 head = head->next; in DestroyMemNodeList() 110 node->next = NULL; in AddMemNode() 117 while (head->next != NULL) { in AddMemNode() 118 head = head->next; in AddMemNode() 126 head->next = node; in AddMemNode() 200 curr = curr->next; in RemoveMemInfo() 207 curr = curr->next; in RemoveMemInfo() 214 list->head = curr->next; in RemoveMemInfo() 216 pre->next = curr->next; in RemoveMemInfo() [all...] |
/test/xts/device_attest_lite/services/core/utils/ |
H A D | attest_utils_memleak.c | 91 head = head->next; in DestroyMemNodeList() 110 node->next = NULL; in AddMemNode() 117 while (head->next != NULL) { in AddMemNode() 118 head = head->next; in AddMemNode() 126 head->next = node; in AddMemNode() 200 curr = curr->next; in RemoveMemInfo() 207 curr = curr->next; in RemoveMemInfo() 214 list->head = curr->next; in RemoveMemInfo() 216 pre->next = curr->next; in RemoveMemInfo() [all...] |
/third_party/elfutils/libelf/ |
H A D | elf_end.c | 91 parent->state.ar.children = elf->next; in elf_end() 96 while (child->next != elf) in elf_end() 97 child = child->next; in elf_end() 99 child->next = elf->next; in elf_end() 123 Elf_Data_Chunk *next = rawchunks->next; in elf_end() local 127 rawchunks = next; in elf_end() 175 runp = scn->data_list.next; in elf_end() 179 runp = runp->next; in elf_end() [all...] |
/third_party/libwebsockets/lib/core/ |
H A D | buflist.c | 51 if (*head == (*head)->next) { in lws_buflist_append_segment() 55 head = &((*head)->next); in lws_buflist_append_segment() 71 nbuf->next = NULL; in lws_buflist_append_segment() 88 *head = old->next; in lws_buflist_destroy_segment() 89 old->next = NULL; in lws_buflist_destroy_segment() 102 p1 = p->next; in lws_buflist_destroy_all_segments() 103 p->next = NULL; in lws_buflist_destroy_all_segments() 120 return 0; /* there is no next segment len */ in lws_buflist_next_segment_len() 122 if (!b->len && b->next) in lws_buflist_next_segment_len() 128 return 0; /* there is no next segmen in lws_buflist_next_segment_len() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_stipple.c | 15 * next paragraph) shall be included in all copies or substantial portions 108 stage->next->line(stage->next, &newprim); in emit_segment() 190 stage->next->reset_stipple_counter(stage->next); in reset_stipple_counter() 198 stage->next->point(stage->next, header); in stipple_reset_point() 206 stage->next->tri(stage->next, header); in stipple_reset_tri() 230 stage->next in stipple_flush() [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_cl.h | 11 * The above copyright notice and this permission notice (including the next 61 struct vc4_cl_out *next; member 78 return (char *)cl->next - (char *)cl->base; in cl_offset() 90 return cl->next; in cl_start() 94 cl_end(struct vc4_cl *cl, struct vc4_cl_out *next) in cl_end() argument 96 cl->next = next; in cl_end() 169 cl->reloc_next = cl->next; in cl_start_shader_reloc() 172 cl_advance(&cl->next, n * 4); in cl_start_shader_reloc() 174 return cl->next; in cl_start_shader_reloc() [all...] |
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | structures.h | 409 struct SPDYF_Response_Queue *next; member 491 struct SPDY_NameValue *next; member 524 struct SPDYF_Stream *next; member 623 struct SPDY_Session *next; member 1053 * element are structs with prev and next fields. 1060 (element)->next = (head); \ 1072 * with prev and next fields. 1080 (head) = (element)->next; \ 1082 (element)->prev->next = (element)->next; \ [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | ticket.h | 38 // tickets are finished, done() will call the next unfinished ticket. 92 // done() marks the ticket as finished and calls the next ticket. 114 Record* next = nullptr; // guarded by shared->mutex member 189 last->next = rec.get(); in take() 195 last->next = &shared->tail; in take() 202 first->prev->next = first.get(); in take() 221 auto callNext = (prev == nullptr && next != nullptr) ? next : nullptr; in done() 246 prev->next = next; in unlink() [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | database-gdbm.c | 145 datum next; in pa_database_clear() local 147 next = gdbm_nextkey(MAKE_GDBM_FILE(db), gdbm_key); in pa_database_clear() 152 gdbm_key = next; in pa_database_clear() 169 datum next; in pa_database_size() local 173 next = gdbm_nextkey(MAKE_GDBM_FILE(db), gdbm_key); in pa_database_size() 175 gdbm_key = next; in pa_database_size() 208 pa_datum* pa_database_next(pa_database *db, const pa_datum *key, pa_datum *next, pa_datum *data) { in pa_database_next() argument 213 pa_assert(next); in pa_database_next() 216 return pa_database_first(db, next, data); in pa_database_next() 234 datum_from_gdbm(next, in pa_database_next() [all...] |
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | vmem.c | 85 * from unused_sub_pmd_start to next PMD_SIZE boundary. 217 unsigned long next, prot, pages = 0; in modify_pmd_table() local 227 for (; addr < end; addr = next, pmd++) { in modify_pmd_table() 228 next = pmd_addr_end(addr, end); in modify_pmd_table() 234 IS_ALIGNED(next, PMD_SIZE)) { in modify_pmd_table() 239 } else if (!direct && vmemmap_unuse_sub_pmd(addr, next)) { in modify_pmd_table() 247 IS_ALIGNED(next, PMD_SIZE) && in modify_pmd_table() 267 !IS_ALIGNED(next, PMD_SIZE)) { in modify_pmd_table() 268 vmemmap_use_new_sub_pmd(addr, next); in modify_pmd_table() 279 vmemmap_use_sub_pmd(addr, next); in modify_pmd_table() 311 unsigned long next, prot, pages = 0; modify_pud_table() local 379 unsigned long next; modify_p4d_table() local 424 unsigned long addr, next; modify_pagetable() local [all...] |