Home
last modified time | relevance | path

Searched refs:skip (Results 351 – 375 of 1281) sorted by relevance

1...<<11121314151617181920>>...52

/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/
H A D0002-ssaparse-enhance-SSA-text-lines-parsing.patch51 - /* skip all non-text fields before the actual text */
86 + /* skip all non-text fields before the actual text */
137 + /* now skip all non-text fields before the actual text */
/openbmc/linux/net/unix/
H A Daf_unix.c2328 int skip; in __unix_dgram_recvmsg() local
2340 skip = sk_peek_offset(sk, flags); in __unix_dgram_recvmsg()
2342 &skip, &err, &last); in __unix_dgram_recvmsg()
2375 if (size > skb->len - skip) in __unix_dgram_recvmsg()
2376 size = skb->len - skip; in __unix_dgram_recvmsg()
2377 else if (size < skb->len - skip) in __unix_dgram_recvmsg()
2663 int skip; in unix_stream_read_generic() local
2755 skip -= unix_skb_len(skb); in unix_stream_read_generic()
2841 skip = 0; in unix_stream_read_generic()
2863 int skip, int chunk, in unix_stream_read_actor() argument
[all …]
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c119 u32 skip[3][4]; member
155 u32 skip[3][2]; member
660 int skip) in vdec_vp9_slice_vsi_from_remote() argument
671 if (!skip) { in vdec_vp9_slice_vsi_from_remote()
1246 for (i = 0; i < ARRAY_SIZE(counts_map->skip); i++) in vdec_vp9_slice_counts_map_helper()
1247 memcpy(counts_map->skip[i], counts->skip[i], in vdec_vp9_slice_counts_map_helper()
1248 sizeof(counts_map->skip[0])); in vdec_vp9_slice_counts_map_helper()
1249 counts_helper->skip = &counts_map->skip; in vdec_vp9_slice_counts_map_helper()
1373 memcpy(frame_ctx_helper->skip, frame_ctx->skip_probs, sizeof(frame_ctx_helper->skip)); in vdec_vp9_slice_framectx_map_helper()
1462 memcpy(frame_ctx->skip_probs, frame_ctx_helper->skip, sizeof(frame_ctx_helper->skip)); in vdec_vp9_slice_helper_map_framectx()
/openbmc/linux/net/ipv6/
H A Dip6_fib.c584 w->skip = 0; in fib6_dump_table()
601 w->skip = w->count; in fib6_dump_table()
604 w->skip = 0; in fib6_dump_table()
2110 if (w->skip) { in fib6_walk_continue()
2111 w->skip--; in fib6_walk_continue()
2112 goto skip; in fib6_walk_continue()
2122 skip: in fib6_walk_continue()
2235 c.w.skip = 0; in fib6_clean_tree()
2525 if (!iter->skip) in ipv6_route_yield()
2532 iter->skip--; in ipv6_route_yield()
[all …]
/openbmc/u-boot/drivers/core/
H A Dof_access.c547 size_t sz, int skip) in of_property_read_string_helper() argument
560 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) { in of_property_read_string_helper()
564 if (out_strs && i >= skip) in of_property_read_string_helper()
567 i -= skip; in of_property_read_string_helper()
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dresource.c385 int skip = 0; in c4iw_rqtpool_create() local
396 skip = T4_RQT_ENTRY_SIZE; in c4iw_rqtpool_create()
398 rqt_start = rdev->lldi.vr->rq.start + skip; in c4iw_rqtpool_create()
399 rqt_chunk = rdev->lldi.vr->rq.size - skip; in c4iw_rqtpool_create()
/openbmc/linux/security/tomoyo/
H A Dnetwork.c513 goto skip; in tomoyo_check_inet_address()
521 goto skip; in tomoyo_check_inet_address()
528 goto skip; in tomoyo_check_inet_address()
533 skip: in tomoyo_check_inet_address()
/openbmc/linux/drivers/net/usb/
H A Dcdc_ether.c173 goto skip; in usbnet_generic_cdc_bind()
193 goto skip; in usbnet_generic_cdc_bind()
211 goto skip; in usbnet_generic_cdc_bind()
219 skip: in usbnet_generic_cdc_bind()
/openbmc/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c280 bool skip = true; in test_pcm_time() local
444 skip = false; in test_pcm_time()
494 ksft_test_result(!skip, "%s.%s.%d.%d.%d.%s.params\n", in test_pcm_time()
503 if (!skip) in test_pcm_time()
/openbmc/linux/tools/perf/util/
H A Dsession.c2048 s64 skip = 0; in __perf_session__process_pipe_events() local
2119 if (skip > 0) in __perf_session__process_pipe_events()
2120 head += skip; in __perf_session__process_pipe_events()
2199 s64 skip; in __perf_session__process_decomp_events() local
2223 if (skip) in __perf_session__process_decomp_events()
2224 size += skip; in __perf_session__process_decomp_events()
2358 s64 skip; in reader__read_event() local
2370 skip = -EINVAL; in reader__read_event()
2377 err = skip; in reader__read_event()
2381 if (skip) in reader__read_event()
[all …]
/openbmc/linux/drivers/net/ethernet/nvidia/
H A DKconfig14 kernel: saying N will just cause the configurator to skip all
/openbmc/linux/drivers/net/ethernet/moxa/
H A DKconfig14 kernel: saying N will just cause the configurator to skip all
/openbmc/linux/drivers/net/ethernet/allwinner/
H A DKconfig17 to skip all the questions about Allwinner cards. If you say Y,
/openbmc/linux/drivers/net/ethernet/sgi/
H A DKconfig14 kernel: saying N will just cause the configurator to skip all
/openbmc/linux/drivers/net/ethernet/litex/
H A DKconfig12 kernel: saying N will just cause the configurator to skip all
/openbmc/openbmc/poky/meta/recipes-core/musl/
H A Dlibssp-nonshared.bb30 # We will skip parsing for non-musl systems
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage-container.bbclass22 # Raising skip recipe was Paul's clever idea. It causes the error to
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dlibtest-needs-perl_0.002010.bb5 that are found but fail to compile will exit with an error rather than skip."
/openbmc/qemu/include/block/
H A Dblock-copy.h101 void block_copy_set_skip_unallocated(BlockCopyState *s, bool skip);
/openbmc/linux/drivers/md/bcache/
H A Drequest.c374 goto skip; in check_should_bypass()
379 goto skip; in check_should_bypass()
394 goto skip; in check_should_bypass()
400 goto skip; in check_should_bypass()
405 goto skip; in check_should_bypass()
445 goto skip; in check_should_bypass()
450 goto skip; in check_should_bypass()
456 skip: in check_should_bypass()
/openbmc/qemu/hw/scsi/
H A Dvirtio-scsi.c158 hwaddr *addr, int num, size_t skip) in qemu_sgl_concat() argument
164 if (skip >= iov->iov_len) { in qemu_sgl_concat()
165 skip -= iov->iov_len; in qemu_sgl_concat()
167 qemu_sglist_add(qsgl, *addr + skip, iov->iov_len - skip); in qemu_sgl_concat()
168 copied += iov->iov_len - skip; in qemu_sgl_concat()
169 skip = 0; in qemu_sgl_concat()
176 assert(skip == 0); in qemu_sgl_concat()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-service-time.rst59 1. If the paths have the same 'relative_throughput', skip
62 2. If the paths have the same 'in-flight-size', skip the division
/openbmc/linux/arch/sh/kernel/
H A Dhead_32.S42 .skip PAGE_SIZE - empty_zero_page - 1b
303 cmp/eq #0, r0 ! skip clear if set to zero
/openbmc/linux/drivers/infiniband/core/
H A Dnetlink.c241 goto skip; in rdma_nl_rcv_skb()
247 skip: in rdma_nl_rcv_skb()
/openbmc/linux/arch/mips/kernel/
H A Dscall32-o32.S32 lw t1, PT_EPC(sp) # skip syscall on return
34 addiu t1, 4 # skip to next instruction

1...<<11121314151617181920>>...52