Home
last modified time | relevance | path

Searched refs:next (Results 4576 - 4600 of 12627) sorted by relevance

1...<<181182183184185186187188189190>>...506

/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_app.c326 to receive next, so compare it with init_seq+delta */ in vs_fix_ack_seq()
557 if ((e = inc->a_list.next) != &app->incs_list) in ip_vs_app_seq_next()
560 /* go on to next application */ in ip_vs_app_seq_next()
561 for (e = app->a_list.next; e != &ipvs->app_list; e = e->next) { in ip_vs_app_seq_next()
593 .next = ip_vs_app_seq_next,
H A Dip_vs_mh.c140 while ((p = p->next) != &svc->destinations) { in ip_vs_mh_permutate()
186 p = p->next; in ip_vs_mh_populate()
192 p = p->next; in ip_vs_mh_populate()
222 p = p->next; in ip_vs_mh_populate()
/third_party/elfutils/libelf/
H A DlibelfP.h164 struct Elf_Data_List *next; member
256 struct Elf_ScnList *next; /* Next block of sections. */ member
268 struct Elf_Data_Chunk *next; member
283 Elf *next; /* Used in list of archive descriptors. */ member
319 /* The next fields are only useful when testing for ==/!= NULL. */
395 elf_next() advances this to the next
455 /* Get the next archive header. */
/third_party/ffmpeg/libavcodec/aarch64/
H A Dmpegaudiodsp_neon.S182 .macro round_sample r, idx, next
189 .if \idx != \next
190 .if \next == 0
213 .macro round_sample r, idx, next
/third_party/ffmpeg/libavdevice/
H A Dlavfi.c185 for (n = 0, inout = output_links; inout; n++, inout = inout->next); in lavfi_read_header()
202 for (i = 0, inout = output_links; inout; i++, inout = inout->next) { in lavfi_read_header()
240 for (i = 0, inout = output_links; inout; i++, inout = inout->next) { in lavfi_read_header()
252 for (i = 0, inout = output_links; inout; i++, inout = inout->next) { in lavfi_read_header()
/third_party/ffmpeg/libavfilter/
H A Dbuffersink.c334 char *next = strchr(cur, '|'); in asink_query_formats() local
335 if (next) in asink_query_formats()
336 *next++ = 0; in asink_query_formats()
348 cur = next; in asink_query_formats()
H A Dvf_yadif_cuda.c58 CUdeviceptr prev, CUdeviceptr cur, CUdeviceptr next, in call_kernel()
104 res_desc.res.pitch2D.devPtr = (CUdeviceptr)next; in call_kernel()
175 (CUdeviceptr)y->next->data[i], in filter()
207 av_frame_free(&y->next); in deint_cuda_uninit()
57 call_kernel(AVFilterContext *ctx, CUfunction func, CUdeviceptr prev, CUdeviceptr cur, CUdeviceptr next, CUarray_format format, int channels, int src_width, int src_height, int src_pitch, CUdeviceptr dst, int dst_width, int dst_height, int dst_pitch, int parity, int tff) call_kernel() argument
/third_party/ffmpeg/libavutil/
H A Dbuffer.c300 pool->pool = buf->next; in buffer_pool_flush()
348 buf->next = pool->pool; in pool_release_buffer()
399 pool->pool = buf->next; in av_buffer_pool_get()
400 buf->next = NULL; in av_buffer_pool_get()
H A Dencryption_info.c293 av_encryption_init_info_free(info->next); in av_encryption_init_info_free()
342 info->next = temp_info; in av_encryption_init_info_get_side_data()
371 for (cur_info = info; cur_info; cur_info = cur_info->next) { in av_encryption_init_info_add_side_data()
393 for (cur_info = info; cur_info; cur_info = cur_info->next) { in av_encryption_init_info_add_side_data()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_bwdif.asm231 cglobal bwdif_filter_line, 4, 9, 12, 0, dst, prev, cur, next, w, prefs, \
235 cglobal bwdif_filter_line, 4, 6, 8, 64, dst, prev, cur, next, w, prefs, \
243 cglobal bwdif_filter_line_12bit, 4, 9, 13, 0, dst, prev, cur, next, w, \
250 cglobal bwdif_filter_line_12bit, 4, 6, 8, 80, dst, prev, cur, next, w, \
/third_party/alsa-lib/src/topology/
H A Dparser.c115 snd_config_iterator_t i, next; in tplg_parse_compound() local
128 snd_config_for_each(i, next, cfg) { in tplg_parse_compound()
148 snd_config_iterator_t i, next; in tplg_parse_config() local
161 snd_config_for_each(i, next, cfg) { in tplg_parse_config()
/third_party/alsa-lib/src/mixer/
H A Dsimple_abst.c179 snd_config_iterator_t i, next; in find_full() local
184 snd_config_for_each(i, next, top) { in find_full()
203 snd_config_iterator_t i, next; in find_module() local
209 snd_config_for_each(i, next, top) { in find_module()
/third_party/cups-filters/filter/
H A Dsys5ippprinter.c622 *next; /* Next filter */ in exec_filters() local
659 filter = next, current = 1 - current) in exec_filters()
661 next = (char *)cupsArrayNext(filters); in exec_filters()
685 if (next) in exec_filters()
/third_party/curl/lib/
H A Daltsvc.c354 n = e->next; in Curl_altsvc_cleanup()
394 n = e->next; in Curl_altsvc_save()
455 n = e->next; in altsvc_flush()
697 n = e->next; in Curl_altsvc_lookup()
/third_party/cups-filters/cupsfilters/
H A Dpdftoippprinter.c672 *next; /* Next filter */ in exec_filters() local
709 filter = next, current = 1 - current) { in exec_filters()
710 next = (char *)cupsArrayNext(filters); in exec_filters()
731 if (next) in exec_filters()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java162 public Entry<K, V> next() { in next() method in XCldrStub.MultimapIterator
164 entry.value = it2.next(); in next()
166 Entry<K, Set<V>> e = it1.next(); in next()
334 ? Collections.singleton(value.iterator().next()) in copyOf()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUServiceThreadTest.java266 String id = (String)iter.next(); in iterate()
288 Entry e = (Entry)iter.next(); in iterate()
355 factories.add(new TestFactory((String)iter.next())); in getFactoryCollection()
363 service.registerFactory((Factory)iter.next()); in registerFactories()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DXCldrStub.java170 public Entry<K, V> next() { in next() method in XCldrStub.MultimapIterator
172 entry.value = it2.next(); in next()
174 Entry<K, Set<V>> e = it1.next(); in next()
369 ? Collections.singleton(value.iterator().next()) in copyOf()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceThreadTest.java263 String id = (String)iter.next(); in iterate()
285 Entry e = (Entry)iter.next(); in iterate()
352 factories.add(new TestFactory((String)iter.next())); in getFactoryCollection()
360 service.registerFactory((Factory)iter.next()); in registerFactories()
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_jumps.cpp11 * The above copyright notice and this permission notice (including the next
437 /* Note: since visiting a node may change that node's next in visit_block()
439 * visit_exec_list() caches the node's next pointer before in visit_block()
508 * jump will be visited next, and it will be lowered if in visit()
530 * fact that control can now flow to the next in visit()
693 exec_node* next = ir->get_next(); in visit() local
694 if(!next->is_tail_sentinel()) { in visit()
705 list.head_sentinel.next = next; in visit()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_bo.c11 * The above copyright notice and this permission notice (including the next
365 new_list[i].next = old_head->next; in reallocate_size_list()
367 new_list[i].next->prev = &new_list[i]; in reallocate_size_list()
368 new_list[i].prev->next = &new_list[i]; in reallocate_size_list()
/third_party/ltp/lib/
H A Dtst_kconfig.c350 for (j = exprs[i]->rpn; j; j = j->next) { in validate_vars()
368 for (j = exprs[i]->rpn; j; j = j->next) { in get_var_cnt()
404 for (j = exprs[i]->rpn; j; j = j->next) { in populate_vars()
478 for (i = expr->rpn; i; i = i->next) { in dump_vars()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_query.c12 * The above copyright notice and this permission notice (including the next
49 first = list_entry(qbuf->list.next, struct gfx10_sh_query_buffer, list); in gfx10_release_query_buffers()
57 if (qbuf->list.next == &sctx->shader_query_buffers) in gfx10_release_query_buffers()
192 * next query_begin will re-initialize the shader buffer. */ in gfx10_sh_query_end()
414 qbuf = list_entry(qbuf->list.next, struct gfx10_sh_query_buffer, list); in gfx10_sh_query_get_result_resource()
451 if (!sctx->shader_query_buffers.next) in gfx10_destroy_query()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_bufmgr.c11 * The above copyright notice and this permission notice (including the next
298 new_list[i].next = old_head->next; in v3d_bo_last_unreference_locked_timed()
300 new_list[i].next->prev = &new_list[i]; in v3d_bo_last_unreference_locked_timed()
301 new_list[i].prev->next = &new_list[i]; in v3d_bo_last_unreference_locked_timed()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.c26 * next paragraph) shall be included in all copies or substantial portions
315 for (sws_iter = &aws->sws_list; *sws_iter; sws_iter = &(*sws_iter)->next) { in amdgpu_winsys_unref()
317 *sws_iter = sws->next; in amdgpu_winsys_unref()
408 for (sws_iter = aws->sws_list; sws_iter; sws_iter = sws_iter->next) { in amdgpu_winsys_create()
541 ws->next = aws->sws_list; in amdgpu_winsys_create()

Completed in 24 milliseconds

1...<<181182183184185186187188189190>>...506