Home
last modified time | relevance | path

Searched refs:next (Results 626 - 650 of 13055) sorted by relevance

1...<<21222324252627282930>>...523

/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dticket.h38 // 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 Ddatabase-gdbm.c145 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...]
/device/soc/rockchip/rk2206/sdk_liteos/platform/system/
H A Dsystem.c214 char *next; in pre_vsscanf() local
248 * advance both strings to next white space in pre_vsscanf()
312 /* now copy until next white space */ in pre_vsscanf()
371 *s = (signed char)simple_strtol(str, &next, base); in pre_vsscanf()
374 *s = (unsigned char)simple_strtoul(str, &next, base); in pre_vsscanf()
380 *s = (short)simple_strtol(str, &next, base); in pre_vsscanf()
383 *s = (unsigned short)simple_strtoul(str, &next, base); in pre_vsscanf()
389 *l = simple_strtol(str, &next, base); in pre_vsscanf()
392 *l = simple_strtoul(str, &next, base); in pre_vsscanf()
398 *l = simple_strtoll(str, &next, bas in pre_vsscanf()
[all...]
/drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mtd/
H A Dmtd_legacy_lite.c42 struct MtdDevNode *next; member
55 for (p = g_mtdHead.next; p != NULL; p = p->next) { in GetMtd()
72 for (p = g_mtdHead.next; p != NULL; p = p->next) { in GetMtdInfo()
88 for (p = g_mtdHead.next; p != NULL; p = p->next) { in FreeMtd()
107 for (p = g_mtdHead.next, q = &g_mtdHead; p != NULL; q = p, p = p->next) { in DelMtdList()
110 q->next in DelMtdList()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dadf_dev_mgr.c191 struct vf_id_map *next; in adf_devmgr_add_dev() local
197 next = list_next_entry(map, list); in adf_devmgr_add_dev()
198 while (next && &next->list != &vfs_table) { in adf_devmgr_add_dev()
199 next->fake_id++; in adf_devmgr_add_dev()
200 next = list_next_entry(next, list); in adf_devmgr_add_dev()
255 struct vf_id_map *map, *next; in adf_devmgr_rm_dev() local
264 next = list_next_entry(map, list); in adf_devmgr_rm_dev()
265 while (next in adf_devmgr_rm_dev()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Duttrack.c299 if (!element->next) { in acpi_ut_find_allocation()
303 element = element->next; in acpi_ut_find_allocation()
383 allocation->next = mem_list->list_head; in acpi_ut_track_allocation()
390 allocation->next = element->next; in acpi_ut_track_allocation()
393 if (element->next) { in acpi_ut_track_allocation()
394 (element->next)->previous = allocation; in acpi_ut_track_allocation()
397 element->next = allocation; in acpi_ut_track_allocation()
452 (allocation->previous)->next = allocation->next; in acpi_ut_remove_allocation()
[all...]
H A Dhwpci.c24 struct acpi_pci_device *next; member
179 list_element->next = *return_list_head; in acpi_hw_build_pci_list()
237 info = info->next; in acpi_hw_process_pci_list()
264 struct acpi_pci_device *next; in acpi_hw_delete_pci_list() local
267 next = list_head; in acpi_hw_delete_pci_list()
268 while (next) { in acpi_hw_delete_pci_list()
269 previous = next; in acpi_hw_delete_pci_list()
270 next = previous->next; in acpi_hw_delete_pci_list()
/kernel/linux/linux-5.10/fs/omfs/
H A Dfile.c37 u64 next, last; in omfs_shrink_inode() local
45 next = inode->i_ino; in omfs_shrink_inode()
52 bh = omfs_bread(inode->i_sb, next); in omfs_shrink_inode()
61 if (omfs_is_bad(sbi, (struct omfs_header *) bh->b_data, next)) in omfs_shrink_inode()
69 last = next; in omfs_shrink_inode()
70 next = be64_to_cpu(oe->e_next); in omfs_shrink_inode()
89 if (next == ~0) in omfs_shrink_inode()
92 bh = omfs_bread(inode->i_sb, next); in omfs_shrink_inode()
141 /* trivially grow current extent, if next block is not taken */ in omfs_grow_extent()
221 sector_t next, offse in omfs_get_block() local
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Duttrack.c299 if (!element->next) { in acpi_ut_find_allocation()
303 element = element->next; in acpi_ut_find_allocation()
383 allocation->next = mem_list->list_head; in acpi_ut_track_allocation()
390 allocation->next = element->next; in acpi_ut_track_allocation()
393 if (element->next) { in acpi_ut_track_allocation()
394 (element->next)->previous = allocation; in acpi_ut_track_allocation()
397 element->next = allocation; in acpi_ut_track_allocation()
452 (allocation->previous)->next = allocation->next; in acpi_ut_remove_allocation()
[all...]
H A Dhwpci.c24 struct acpi_pci_device *next; member
179 list_element->next = *return_list_head; in acpi_hw_build_pci_list()
237 info = info->next; in acpi_hw_process_pci_list()
264 struct acpi_pci_device *next; in acpi_hw_delete_pci_list() local
267 next = list_head; in acpi_hw_delete_pci_list()
268 while (next) { in acpi_hw_delete_pci_list()
269 previous = next; in acpi_hw_delete_pci_list()
270 next = previous->next; in acpi_hw_delete_pci_list()
/kernel/linux/linux-6.6/fs/omfs/
H A Dfile.c37 u64 next, last; in omfs_shrink_inode() local
45 next = inode->i_ino; in omfs_shrink_inode()
52 bh = omfs_bread(inode->i_sb, next); in omfs_shrink_inode()
61 if (omfs_is_bad(sbi, (struct omfs_header *) bh->b_data, next)) in omfs_shrink_inode()
69 last = next; in omfs_shrink_inode()
70 next = be64_to_cpu(oe->e_next); in omfs_shrink_inode()
89 if (next == ~0) in omfs_shrink_inode()
92 bh = omfs_bread(inode->i_sb, next); in omfs_shrink_inode()
141 /* trivially grow current extent, if next block is not taken */ in omfs_grow_extent()
221 sector_t next, offse in omfs_get_block() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dadf_dev_mgr.c191 struct vf_id_map *next; in adf_devmgr_add_dev() local
197 next = list_next_entry(map, list); in adf_devmgr_add_dev()
198 while (next && &next->list != &vfs_table) { in adf_devmgr_add_dev()
199 next->fake_id++; in adf_devmgr_add_dev()
200 next = list_next_entry(next, list); in adf_devmgr_add_dev()
257 struct vf_id_map *map, *next; in adf_devmgr_rm_dev() local
266 next = list_next_entry(map, list); in adf_devmgr_rm_dev()
267 while (next in adf_devmgr_rm_dev()
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dpid_list.c22 pid_list->lower_list = chunk->next; in get_lower_chunk()
25 chunk->next = NULL; in get_lower_chunk()
46 pid_list->upper_list = chunk->next; in get_upper_chunk()
49 chunk->next = NULL; in get_upper_chunk()
65 chunk->next = pid_list->lower_list; in put_lower_chunk()
75 chunk->next = pid_list->upper_list; in put_upper_chunk()
262 * trace_pid_list_next - return the next pid in the list
265 * @next: The pointer to place the pid that is set starting from @pid.
267 * Looks for the next consecutive pid that is in @pid_list starting
269 * that pid is placed into @next
273 trace_pid_list_next(struct trace_pid_list *pid_list, unsigned int pid, unsigned int *next) trace_pid_list_next() argument
[all...]
/third_party/mesa3d/src/glx/apple/
H A Dapple_glx_drawable.c79 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 Ddebug.py47 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 Dlowpower.c193 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 Dheapq.py70 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 DLRUCache.hpp108 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 DSkPathOpsCommon.cpp31 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 DFuzzGradients.cpp44 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(&center.fX, &center.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...]
/third_party/icu/tools/colprobe/
H A Dsortedlines.cpp170 logger->log("Cannot deduce distance from empty using next element. Something is very wrong! Line:"); in classifyRepertoire()
246 while(exemplarUSetIter.next()) { in init()
317 curr->next = *(sortingArray+i+1); in sort()
349 while(it1.next()) { in updateBounds()
721 if(left->right && left->right->previous && left->right->next) { in noteContraction()
725 test.setToConcat(left->left, left->right->next); in noteContraction()
736 if(right->previous && right->next) { in noteContraction()
738 trial2.setToConcat(left, right->next); in noteContraction()
748 if(left->previous && left->next) { in noteContraction()
750 trial2.setToConcat(left->next, righ in noteContraction()
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc470 Label next(this), unreachable(this, Label::kDeferred); in RegExpExecInternal()
479 Label* labels[] = {&next, &atom, &next}; in RegExpExecInternal()
487 BIND(&next); in RegExpExecInternal()
516 Label next(this), if_isonebyte(this), if_istwobyte(this, Label::kDeferred); in RegExpExecInternal()
529 Goto(&next); in RegExpExecInternal()
541 Goto(&next); in RegExpExecInternal()
544 BIND(&next); in RegExpExecInternal()
552 Label next(this); in RegExpExecInternal()
553 GotoIfNot(TaggedIsSmi(var_code.value()), &next); in RegExpExecInternal() local
1196 GotoIfNot(IsUndefined(new_target), &next); TF_BUILTIN() local
1200 GotoIfNot(IsUndefined(flags), &next); TF_BUILTIN() local
1205 GotoIfNot(TaggedEqual(value, regexp_function), &next); TF_BUILTIN() local
1214 GotoIf(TaggedIsSmi(pattern), &next); TF_BUILTIN() local
1313 GotoIf(TaggedIsSmi(maybe_pattern), &next); TF_BUILTIN() local
1538 Branch(SmiEqual(limit, SmiZero()), &return_empty_array, &next); RegExpPrototypeSplitBody() local
1548 Branch(SmiEqual(string_length, SmiZero()), &if_stringisempty, &next); RegExpPrototypeSplitBody() local
1602 &next); RegExpPrototypeSplitBody() local
1618 Branch(IsNull(match_indices_ho), &push_suffix_and_out, &next); RegExpPrototypeSplitBody() local
1633 GotoIfNot(SmiEqual(match_to, next_search_from), &next); RegExpPrototypeSplitBody() local
1634 GotoIfNot(SmiEqual(match_to, last_matched_until), &next); RegExpPrototypeSplitBody() local
[all...]
/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dlinked_list.c45 node->next = list->head; in InsertNode()
68 node = node->next; in RemoveNode()
74 list->head = node->next; in RemoveNode()
76 pre->next = node->next; in RemoveNode()
79 node->next = NULL; in RemoveNode()
114 iterator->current = current->next; in IteratorNext()
131 iterator->next = IteratorNext; in CreateIterator()
186 list->head = node->next; in DestroyLinkedList()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dmmu_context.h30 static inline void contextidr_thread_switch(struct task_struct *next) in contextidr_thread_switch() argument
35 write_sysreg(task_pid_nr(next), contextidr_el1); in contextidr_thread_switch()
246 static inline void __switch_mm(struct mm_struct *next) in __switch_mm() argument
252 if (next == &init_mm) { in __switch_mm()
257 check_and_switch_context(next); in __switch_mm()
261 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() argument
264 if (prev != next) in switch_mm()
265 __switch_mm(next); in switch_mm()
273 update_saved_ttbr0(tsk, next); in switch_mm()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c15 * next paragraph) shall be included in all copies or substantial portions
93 stage->next->tri( stage->next, &tmp ); in twoside_tri()
96 stage->next->tri( stage->next, header ); in twoside_tri()
148 stage->next->flush( stage->next, flags ); in twoside_flush()
154 stage->next->reset_stipple_counter( stage->next ); in twoside_reset_stipple_counter()
176 twoside->stage.next in draw_twoside_stage()
[all...]

Completed in 17 milliseconds

1...<<21222324252627282930>>...523