Home
last modified time | relevance | path

Searched refs:skip (Results 2001 - 2025 of 2119) sorted by relevance

1...<<8182838485

/kernel/linux/linux-6.6/include/uapi/linux/
H A Dv4l2-controls.h2802 * @skip: skip probability updates.
2829 __u8 skip[3]; member
3080 * @V4L2_AV1_SEG_LVL_REF_SKIP: Index for skip segment feature.
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c81 /* Descriptor skip length in 32 bit longwords. */
275 __le32 skip[DSL]; member
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dentry.S189 /* If only one valid frame skip saving regs. */
1291 ffs_ws a0, a3 # a0: shifts to skip empty frames
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_set_pipapo.c2058 if (iter->count < iter->skip)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c411 if (bss->skip) { in do_btf_read()
/third_party/json/tests/src/
H A Dunit-msgpack.cpp1599 TEST_CASE("MessagePack roundtrips" * doctest::skip())
/third_party/node/
H A DMakefile310 --skip-tests=$(CI_SKIP_TESTS) \
1012 # Supply SKIP_XZ=1 to explicitly skip .tar.xz creation
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp520 void skip(int size) in skip() function
523 printf("skip offset=%d size=%d\n", offset, size); in skip()
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/sha/
H A Dsha1-s390x.S7 .skip 48 #.long 0,0,0,0,0,0,0,0,0,0,0,0
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/sha/
H A Dsha1-s390x.S7 .skip 48 #.long 0,0,0,0,0,0,0,0,0,0,0,0
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/sha/
H A Dsha1-s390x.S7 .skip 48 #.long 0,0,0,0,0,0,0,0,0,0,0,0
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/sha/
H A Dsha1-s390x.S7 .skip 48 #.long 0,0,0,0,0,0,0,0,0,0,0,0
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dia64-mont.pl382 .skip 48 // aligns loop body
/third_party/rust/crates/clang-sys/src/
H A Dlib.rs1713 #[rustfmt::skip]
/third_party/rust/crates/clap/tests/builder/
H A Dhelp.rs1853 #[rustfmt::skip]
/third_party/openssl/crypto/bn/asm/
H A Dia64-mont.pl382 .skip 48 // aligns loop body
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp465 Parser.skip(dumpWarning); in dump()
/third_party/skia/third_party/externals/libpng/
H A Dpngpriv.h126 * To disable ARM_NEON optimizations entirely, and skip compiling the
1117 /* Read "skip" bytes, read the file crc, and (optionally) verify png_ptr->crc */
1119 png_uint_32 skip),PNG_EMPTY);
/third_party/python/Lib/unittest/test/
H A Dtest_result.py596 self.skipTest('skip')
615 with self.subTest('skip', b=2):
616 self.skipTest('skip')
649 f"testSkip ({classname}.testSkip) ... skipped 'skip'\n")
674 f" testSubTestMixed ({classname}.testSubTestMixed) [skip] (b=2) ... skipped 'skip'\n"
703 f"testSkip ({classname}.testSkip) ... skipped 'skip'\n"
758 @unittest.skip('no reason')
/third_party/python/Lib/test/
H A Dtest_embed.py1070 @unittest.skip('as of 3.11 this test no longer works because '
/third_party/skia/dm/
H A DDM.cpp73 static DEFINE_string(skip, "",
74 "Space-separated config/src/srcOptions/name quadruples to skip. "
76 "'--skip gpu skp _ _' will skip all SKPs drawn into the gpu config.\n"
77 "'--skip gpu skp _ _ 8888 gm _ aarects' will also skip the aarects GM on 8888.\n"
78 "'--skip ~8888 svg _ svgparse_' blocks non-8888 SVGs that contain \"svgparse_\" in "
915 // Try a simple Src as a canary. If it fails, skip this sink. in push_sink()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp4502 // to skip some of the injections to make the result less
4533 int skip = 0; in calcOpPhiCase5() local
4545 if (skip == 0 && b[depth]) in calcOpPhiCase5()
4550 skip++; in calcOpPhiCase5()
4554 if (skip) in calcOpPhiCase5()
4555 skip--; in calcOpPhiCase5()
4556 if (b[depth] || skip) in calcOpPhiCase5()
4557 skip++; in calcOpPhiCase5()
4562 if (skip) in calcOpPhiCase5()
4563 skip in calcOpPhiCase5()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp4500 // to skip some of the injections to make the result less
4531 int skip = 0; in calcOpPhiCase5() local
4543 if (skip == 0 && b[depth]) in calcOpPhiCase5()
4548 skip++; in calcOpPhiCase5()
4552 if (skip) in calcOpPhiCase5()
4553 skip--; in calcOpPhiCase5()
4554 if (b[depth] || skip) in calcOpPhiCase5()
4555 skip++; in calcOpPhiCase5()
4560 if (skip) in calcOpPhiCase5()
4561 skip in calcOpPhiCase5()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c4172 goto skip; in do_test_file()
4260 skip: in do_test_file()
4886 /* skip the last bracket for the percpu map */ in do_test_pprint()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_main.c4580 goto skip; in e1000_alloc_rx_buffers()
4649 skip: in e1000_alloc_rx_buffers()

Completed in 79 milliseconds

1...<<8182838485