/third_party/python/Lib/test/ |
H A D | test_codecencodings_iso2022.py | 36 @unittest.skip('iso2022_kr.txt cannot be used to test "chunk coding"')
|
H A D | test_xmlrpc_net.py | 11 @unittest.skip('XXX: buildbot.python.org/all/xmlrpc/ is gone')
|
/third_party/rust/crates/syn/tests/ |
H A D | test_should_parse.rs | 18 #[rustfmt::skip]
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | request.c | 374 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()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | garmin_gps.c | 472 /* skip: if set, skip incoming data until possible start of in gsp_receive() 475 int skip; in gsp_receive() local 482 skip = garmin_data_p->flags & FLAGS_GSP_SKIP; in gsp_receive() 485 /* dev_dbg(dev, "%s - dle=%d skip=%d size=%d count=%d\n", in gsp_receive() 486 __func__, dleSeen, skip, size, count); */ in gsp_receive() 497 if (skip) { /* start of a new pkt */ in gsp_receive() 498 skip = 0; in gsp_receive() 525 skip = 1; in gsp_receive() 531 } else if (!skip) { in gsp_receive() [all...] |
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | recovery.c | 462 int skip, dlen = le32_to_cpu(ch->len); in no_more_nodes() local 465 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes() 466 if (is_empty(buf + skip, len - skip)) in no_more_nodes() 476 /* Now we know the corrupt node's length we can skip over it */ in no_more_nodes() 477 skip = ALIGN(offs + dlen, c->max_write_size) - offs; in no_more_nodes() 479 if (is_empty(buf + skip, len - skip)) in no_more_nodes() 481 dbg_rcvry("unexpected data at %d:%d", lnum, offs + skip); in no_more_nodes()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_fdb.c | 458 unsigned long maxnum, unsigned long skip) in br_fdb_fillbuf() 478 if (skip) { in br_fdb_fillbuf() 479 --skip; in br_fdb_fillbuf() 779 goto skip; in br_fdb_dump() 782 goto skip; in br_fdb_dump() 789 goto skip; in br_fdb_dump() 792 goto skip; in br_fdb_dump() 801 skip: in br_fdb_dump() 457 br_fdb_fillbuf(struct net_bridge *br, void *buf, unsigned long maxnum, unsigned long skip) br_fdb_fillbuf() argument
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | mon_client.c | 54 p += sizeof(u16); /* skip version */ in ceph_monmap_decode() 637 int *skip) in get_generic_reply() 648 *skip = 1; in get_generic_reply() 652 *skip = 0; in get_generic_reply() 1331 int *skip) in mon_alloc_msg() 1338 *skip = 0; in mon_alloc_msg() 1346 return get_generic_reply(con, hdr, skip); in mon_alloc_msg() 1352 return get_generic_reply(con, hdr, skip); in mon_alloc_msg() 1366 return NULL; /* ENOMEM--return skip == 0 */ in mon_alloc_msg() 1372 *skip in mon_alloc_msg() 635 get_generic_reply(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) get_generic_reply() argument 1329 mon_alloc_msg(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) mon_alloc_msg() argument [all...] |
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | recovery.c | 462 int skip, dlen = le32_to_cpu(ch->len); in no_more_nodes() local 465 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes() 466 if (is_empty(buf + skip, len - skip)) in no_more_nodes() 476 /* Now we know the corrupt node's length we can skip over it */ in no_more_nodes() 477 skip = ALIGN(offs + dlen, c->max_write_size) - offs; in no_more_nodes() 479 if (is_empty(buf + skip, len - skip)) in no_more_nodes() 481 dbg_rcvry("unexpected data at %d:%d", lnum, offs + skip); in no_more_nodes()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | garmin_gps.c | 473 /* skip: if set, skip incoming data until possible start of in gsp_receive() 476 int skip; in gsp_receive() local 483 skip = garmin_data_p->flags & FLAGS_GSP_SKIP; in gsp_receive() 486 /* dev_dbg(dev, "%s - dle=%d skip=%d size=%d count=%d\n", in gsp_receive() 487 __func__, dleSeen, skip, size, count); */ in gsp_receive() 498 if (skip) { /* start of a new pkt */ in gsp_receive() 499 skip = 0; in gsp_receive() 526 skip = 1; in gsp_receive() 532 } else if (!skip) { in gsp_receive() [all...] |
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | request.c | 374 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()
|
/kernel/linux/linux-5.10/arch/s390/purgatory/ |
H A D | head.S | 258 .skip \size,0 271 .skip stack-purgatory_start
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | netif_receive_skb.c | 14 bool skip = false; variable 250 skip = true; in BPF_PROG()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | udp_offload.c | 136 goto skip; in udp6_gro_receive() 145 skip: in udp6_gro_receive()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kernel.h | 382 extern void trace_dump_stack(int skip); 411 static inline void trace_dump_stack(int skip) { } in trace_dump_stack() argument
|
/kernel/linux/linux-6.6/include/net/ |
H A D | pkt_sched.h | 18 int skip; member 300 if (arg->count >= arg->skip && arg->fn(sch, cl, arg) < 0) { in tc_qdisc_stats_dump()
|
/kernel/linux/linux-6.6/drivers/vfio/ |
H A D | iova_bitmap.c | 151 unsigned long skip = bitmap->mapped_base_index; in iova_bitmap_mapped_iova() local 153 return bitmap->iova + iova_bitmap_index_to_offset(bitmap, skip); in iova_bitmap_mapped_iova()
|
/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | retpoline.S | 218 .skip 64 - (retbleed_return_thunk - retbleed_untrain_ret), 0xcc 280 .skip 64 - (srso_safe_ret - srso_untrain_ret), 0xcc
|
/kernel/linux/linux-6.6/tools/testing/selftests/landlock/ |
H A D | common.h | 48 if (_metadata->skip) \ 67 _metadata->skip = 1; \
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | memfd_secret.c | 28 #define skip(fmt, ...) ksft_test_result_skip(fmt, ##__VA_ARGS__) macro 148 skip("%s is not supported\n", name); in check_child_status() 295 printf("skip: skipping memfd_secret test (missing __NR_memfd_secret)\n"); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | netif_receive_skb.c | 14 bool skip = false; variable 249 skip = true; in BPF_PROG()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | diag.sh | 59 local skip="${4-SKIP}" 66 if [ "$nr" = "$skip" ] && ! mptcp_lib_expect_all_features; then 67 echo "[ skip ] Feature probably not supported"
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | udp_offload.c | 142 goto skip; in udp6_gro_receive() 151 skip: in udp6_gro_receive()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | mpegaudiodsp_fixed_armv6.S | 23 .macro skip args:vararg 26 .macro sum8 lo, hi, w, p, t1, t2, t3, t4, rsb=skip, offs=0
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | huffyuvdsp.asm | 98 jmp .skip 106 .skip:
|