/kernel/linux/linux-6.6/crypto/ |
H A D | chacha20poly1305.c | 132 goto skip; in chacha_decrypt() 150 skip: in chacha_decrypt() 408 goto skip; in chacha_encrypt() 426 skip: in chacha_encrypt()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | resource.c | 385 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/ |
H A D | pcm-test.c | 208 if (conf_get_bool(card_config, key, "skip", false)) { in find_pcms() 224 if (conf_get_bool(card_config, key, "skip", false)) { in find_pcms() 280 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()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | network.c | 513 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()
|
/kernel/linux/linux-6.6/sound/core/seq/oss/ |
H A D | seq_oss_synth.c | 32 int skip; member 520 sysex->skip = 1; in snd_seq_oss_synth_sysex() 526 if (sysex->skip) { in snd_seq_oss_synth_sysex() 527 sysex->skip = 0; in snd_seq_oss_synth_sysex() 529 return -EINVAL; /* skip */ in snd_seq_oss_synth_sysex() 541 return -EINVAL; /* skip */ in snd_seq_oss_synth_sysex()
|
/kernel/linux/linux-6.6/mm/ |
H A D | swap_state.c | 441 * Just skip read ahead for unused swap slot. in __read_swap_cache_async() 637 goto skip; in swap_cluster_readahead() 668 skip: in swap_cluster_readahead() 798 goto skip; in swap_vma_readahead() 835 skip: in swap_vma_readahead()
|
/third_party/ffmpeg/libavcodec/ |
H A D | gdv.c | 286 static int decompress_5(AVCodecContext *avctx, unsigned skip) in decompress_5() argument 295 bytestream2_skip_p(pb, skip + PREAMBLE_SIZE); in decompress_5() 333 static int decompress_68(AVCodecContext *avctx, unsigned skip, unsigned use8) in decompress_68() argument 342 bytestream2_skip_p(pb, skip + PREAMBLE_SIZE); in decompress_68()
|
/third_party/ffmpeg/libavformat/ |
H A D | gxf.c | 506 int field_nr, field_info, skip = 0; in gxf_packet() local 544 skip = pkt_len - last*bps; in gxf_packet() 550 if (skip) in gxf_packet() 551 avio_skip(pb, skip); in gxf_packet()
|
H A D | seek.c | 174 int64_t skip = 0; in ff_configure_buffers_for_index() local 205 skip = FFMAX(skip, e1->size); in ff_configure_buffers_for_index() 233 if (skip < (1<<23)) { in ff_configure_buffers_for_index() 234 ctx->short_seek_threshold = FFMAX(ctx->short_seek_threshold, skip); in ff_configure_buffers_for_index()
|
/third_party/node/deps/v8/tools/unittests/ |
H A D | run_tests_test.py | 222 @unittest.skip("incompatible with test processors") 445 @unittest.skip("not available with test processors") 463 @unittest.skip("not available with test processors") 477 @unittest.skip("not available with test processors")
|
/third_party/libcoap/man/ |
H A D | examples-code-check.c | 449 int skip = 1; in main() local 717 if (skip) { in main() 737 skip = 0; in main() 751 skip = 1; in main()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | djpeg.c | 101 boolean skip, crop; variable 181 fprintf(stderr, " -skip Y0,Y1 Decompress all rows except those between Y0 and Y1 (inclusive)\n"); in usage() 199 * for_real is FALSE on the first (dummy) pass; we may skip any expensive in parse_switches() 213 skip = FALSE; in parse_switches() 413 } else if (keymatch(arg, "skip", 2)) { in parse_switches() 419 skip = TRUE; in parse_switches() 720 if (skip) { in djpeg() 728 fprintf(stderr, "%s: skip region exceeds image height %d\n", progname, in djpeg()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8_dec.c | 609 int skip = dec->use_skip_proba_ ? block->skip_ : 0; in VP8DecodeMB() local 611 if (!skip) { in VP8DecodeMB() 612 skip = ParseResiduals(dec, mb, token_br); in VP8DecodeMB() 626 finfo->f_inner_ |= !skip; in VP8DecodeMB()
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttv-risc.c | 240 unsigned skip, nskips; in bttv_risc_overlay() local 246 /* skip list for window clipping */ in bttv_risc_overlay() 287 for (start = 0, skip = 0; start < ov->w.width; start = end) { in bttv_risc_overlay() 288 if (skip >= nskips) { in bttv_risc_overlay() 291 } else if (start < skips[skip].start) { in bttv_risc_overlay() 293 end = skips[skip].start; in bttv_risc_overlay() 296 end = skips[skip].end; in bttv_risc_overlay() 297 skip++; in bttv_risc_overlay()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | seccomp.c | 953 goto skip; in __seccomp_filter() 960 goto skip; in __seccomp_filter() 972 goto skip; in __seccomp_filter() 979 * notification may silently skip tracer notification, in __seccomp_filter() 988 goto skip; in __seccomp_filter() 992 goto skip; in __seccomp_filter() 997 * a reload of all registers. This does not goto skip since in __seccomp_filter() 998 * a skip would have already been reported. in __seccomp_filter() 1007 goto skip; in __seccomp_filter() 1046 skip in __seccomp_filter() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | hantro_g2_vp9_dec.c | 729 memcpy(adaptive->skip, probs->skip, sizeof(adaptive->skip)); in config_probs() 937 memcpy((p1)->skip, (p2)->skip, sizeof((p1)->skip)); \ 959 u8 skip[3]; in hantro_g2_vp9_dec_done() member 966 /* buffer the forward-updated TX and skip probs */ in hantro_g2_vp9_dec_done()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | khugepaged.c | 159 static void skip(const char *msg) in skip() function 982 skip("Skip"); in collapse_max_ptes_none() 983 goto skip; in collapse_max_ptes_none() 998 skip: in collapse_max_ptes_none() 1085 skip("Skip"); in collapse_single_pte_entry_compound() 1086 goto skip; in collapse_single_pte_entry_compound() 1100 skip: in collapse_single_pte_entry_compound()
|
/third_party/libfuse/test/ |
H A D | test_examples.py | 59 pytest.skip('drop_privileges requires root, skipping.') 145 pytest.skip('example does not support writeback caching') 267 pytest.skip('%s not built' % os.path.basename(progname)) 313 pytest.skip('%s not built' % os.path.basename(progname)) 351 pytest.skip('only-expire not supported by running kernel') 384 pytest.skip('needs to run as non-root') 386 pytest.skip('needs to run as root')
|
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | hist.c | 653 /* skip sort-only fields ("sort_compute" in perf diff) */ in perf_hpp__setup_output_field() 828 bool skip = perf_hpp__should_skip(fmt, hists); in add_hierarchy_fmt() local 842 node->skip = skip; in add_hierarchy_fmt() 854 if (!skip) in add_hierarchy_fmt() 855 node->skip = false; in add_hierarchy_fmt()
|
/kernel/linux/linux-5.10/mm/ |
H A D | swap_state.c | 478 * Just skip read ahead for unused swap slot. in __read_swap_cache_async() 665 goto skip; in swap_cluster_readahead() 671 goto skip; in swap_cluster_readahead() 703 skip: in swap_cluster_readahead() 846 goto skip; in swap_vma_readahead() 874 skip: in swap_vma_readahead()
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | hist.c | 656 /* skip sort-only fields ("sort_compute" in perf diff) */ in perf_hpp__setup_output_field() 831 bool skip = perf_hpp__should_skip(fmt, hists); in add_hierarchy_fmt() local 845 node->skip = skip; in add_hierarchy_fmt() 857 if (!skip) in add_hierarchy_fmt() 858 node->skip = false; in add_hierarchy_fmt()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/ |
H A D | page_fault_test.c | 65 bool skip; member 654 * This function either succeeds, skips the test (after setting test->skip), or 676 test->skip = true; in vcpu_run_loop() 695 pr_debug(test->skip ? "Skipped.\n" : "Done.\n"); in vcpu_run_loop() 739 if (!test->skip) in run_test() 1097 if (t->skip) in for_each_test_and_guest_mode()
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 363 if 'skip' in tidx: 364 if tidx['skip'] == 'yes': 366 res.set_result(ResultState.skip) 374 print('probe command for test skip') 379 res.set_result(ResultState.skip) 488 res.set_result(ResultState.skip) 503 res.set_result(ResultState.skip) 530 res.set_result(ResultState.skip)
|
/third_party/f2fs-tools/fsck/ |
H A D | dump.c | 299 u32 skip = 0; in dump_node_blk() local 304 skip = idx = addr_per_block; in dump_node_blk() 308 skip = idx * addr_per_block; in dump_node_blk() 311 skip = 0; in dump_node_blk() 317 *ofs += skip; in dump_node_blk()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_linux.c | 537 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() argument 549 skip_buf = os_zalloc(skip + 1); in rc4_skip() 559 io[0].iov_len = skip; in rc4_skip() 596 if ((size_t) ret < skip + data_len) { in rc4_skip() 599 __func__, (int) ret, (int) (skip + data_len)); in rc4_skip()
|