Home
last modified time | relevance | path

Searched refs:skip (Results 1751 - 1775 of 2119) sorted by relevance

1...<<71727374757677787980>>...85

/kernel/linux/linux-6.6/arch/x86/entry/
H A Dentry_32.S868 addl $2*4, %esp /* skip pt_regs->cx and pt_regs->dx */
957 RESTORE_REGS pop=4 # skip orig_eax/error_code
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dalign.S453 1: wsr a7, epc1 # skip emulated instruction
/third_party/jinja2/
H A Dlexer.py360 def skip(self, n: int = 1) -> None: member in TokenStream
/third_party/node/test/parallel/
H A Dtest-crypto-authenticated.js25 common.skip('missing crypto');
H A Dtest-fs-realpath.js28 common.skip('process.chdir is not available in Workers');
H A Dtest-repl-tab-complete.js39 common.skip('process.chdir is not available in Workers');
H A Dtest-webcrypto-webidl.js6 common.skip('missing crypto');
/third_party/node/deps/v8/third_party/jinja2/
H A Dlexer.py361 def skip(self, n=1): member in TokenStream
/third_party/node/tools/inspector_protocol/jinja2/
H A Dlexer.py333 def skip(self, n=1): member in TokenStream
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeSpecification.java194 for (Range<DigitSequence> next : Iterables.skip(ranges.asRanges(), 1)) { in from()
/third_party/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp67 // the eventual end goal is to completely skip emitAndInstallProcs on a cache hit, but it's in CreateProgram()
69 // to skip the SkSL->GLSL step on a cache hit. in CreateProgram()
299 const void* binary = reader.skip(length); in finalize()
/third_party/skia/third_party/externals/jinja2/
H A Dlexer.py361 def skip(self, n=1): member in TokenStream
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtarith.c234 skip: in validation_ascii_to_fp()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DRopeByteString.java856 public long skip(long length) { in skip() method in RopeByteString.RopeInputStream
866 * Internal implementation of read and skip. If b != null, then read the next {@code length}
867 * bytes into the buffer {@code b} at offset {@code offset}. If b == null, then skip the next
925 // Just reinitialize and skip the specified number of bytes. in reset()
/third_party/python/Lib/test/
H A Dtest_peepholer.py347 @unittest.skip("Following gh-92228 the return has two predecessors "
/third_party/rust/crates/minimal-lexical/src/
H A Dtable_lemire.rs23 #[rustfmt::skip]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1342 goto skip; in dm_handle_hpd_rx_offload_work()
1354 goto skip; in dm_handle_hpd_rx_offload_work()
1357 goto skip; in dm_handle_hpd_rx_offload_work()
1365 goto skip; in dm_handle_hpd_rx_offload_work()
1393 * registers. if link status is good, skip run link in dm_handle_hpd_rx_offload_work()
1414 skip: in dm_handle_hpd_rx_offload_work()
3376 bool skip = false; in handle_hpd_rx_irq() local
3383 skip = offload_wq->is_handling_mst_msg_rdy_event; in handle_hpd_rx_irq()
3385 if (!skip) in handle_hpd_rx_irq()
3390 if (!skip) in handle_hpd_rx_irq()
3397 bool skip = false; handle_hpd_rx_irq() local
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dioctl.c1063 * file you want to defrag, we return 0 to let you know to skip this
1211 u64 *last_len, u64 *skip, u64 *defrag_end, in should_defrag_range()
1226 *skip = 0; in should_defrag_range()
1262 *skip = extent_map_end(em); in should_defrag_range()
1392 * When defragmenting we skip ranges that have holes or inline extents, in cluster_pages_for_defrag()
1481 u64 skip = 0; in btrfs_defrag_file() local
1580 extent_thresh, &last_len, &skip, in btrfs_defrag_file()
1584 * the should_defrag function tells us how much to skip in btrfs_defrag_file()
1587 next = DIV_ROUND_UP(skip, PAGE_SIZE); in btrfs_defrag_file()
1210 should_defrag_range(struct inode *inode, u64 start, u32 thresh, u64 *last_len, u64 *skip, u64 *defrag_end, int compress) should_defrag_range() argument
/kernel/linux/linux-5.10/fs/cifs/
H A Dconnect.c1256 /* skip double chars at beginning of string */ in extract_hostname()
1357 /* skip past delimiter */ in cifs_parse_devname()
1371 /* skip any delimiter */ in cifs_parse_devname()
2035 /* skip the second deliminator */ in cifs_parse_mount_options()
4480 int skip = added_treename ? 1 : 0; in cifs_are_all_path_components_accessible() local
4487 /* skip separators */ in cifs_are_all_path_components_accessible()
4496 * if the treename is added, we then have to skip the first in cifs_are_all_path_components_accessible()
4499 if (skip) { in cifs_are_all_path_components_accessible()
4500 skip = 0; in cifs_are_all_path_components_accessible()
4592 int skip in check_dfs_prepath() local
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dfile.c3372 size_t skip = iter->iov_offset; in cifs_limit_bvec_subset() local
3377 while (n && ix < nbv && skip) { in cifs_limit_bvec_subset()
3379 if (skip < len) in cifs_limit_bvec_subset()
3381 skip -= len; in cifs_limit_bvec_subset()
3387 len = min3(n, bvecs[ix].bv_len - skip, max_size); in cifs_limit_bvec_subset()
3394 skip = 0; in cifs_limit_bvec_subset()
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc134 // Set up pointer to first argument (skip receiver). in Generate_JSBuiltinsConstructStubHelper()
252 // Set up pointer to first argument (skip receiver). in Generate_JSConstructStubGeneric()
978 // bytecode_offset since we might have increased it to skip the wide / in AdvanceBytecodeOffsetOrReturn()
2811 Label skip; in OnStackReplacement() local
2814 __ j(not_equal, &skip, Label::kNear); in OnStackReplacement()
2817 __ bind(&skip); in OnStackReplacement()
3114 Label skip; in Generate_CEntry() local
3116 __ j(zero, &skip, Label::kNear); in Generate_CEntry()
3118 __ bind(&skip); in Generate_CEntry()
3574 // +3 is to skip prolo in Generate_CallApiGetter()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dmgmt.c655 static int new_options(struct hci_dev *hdev, struct sock *skip) in new_options() argument
660 sizeof(options), HCI_MGMT_OPTION_EVENTS, skip); in new_options()
1243 static int ext_info_changed(struct hci_dev *hdev, struct sock *skip) in ext_info_changed() argument
1256 HCI_MGMT_EXT_INFO_EVENTS, skip); in ext_info_changed()
1319 static int new_settings(struct hci_dev *hdev, struct sock *skip) in new_settings() argument
1324 sizeof(ev), HCI_MGMT_SETTING_EVENTS, skip); in new_settings()
3908 int mgmt_phy_configuration_changed(struct hci_dev *hdev, struct sock *skip) in mgmt_phy_configuration_changed() argument
3917 sizeof(ev), skip); in mgmt_phy_configuration_changed()
4440 struct sock *skip) in exp_ll_privacy_feature_changed()
4456 HCI_MGMT_EXP_FEATURE_EVENTS, skip); in exp_ll_privacy_feature_changed()
4439 exp_ll_privacy_feature_changed(bool enabled, struct hci_dev *hdev, struct sock *skip) exp_ll_privacy_feature_changed() argument
4460 exp_feature_changed(struct hci_dev *hdev, const u8 *uuid, bool enabled, struct sock *skip) exp_feature_changed() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_aead.c241 u32 skip = areq->cryptlen + areq_ctx->dst_offset; in cc_aead_complete() local
244 skip, (skip + ctx->authsize), in cc_aead_complete()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c829 * add the path to the skip list, so that next time we can get in get_next_path_min_inflight()
852 struct list_head *skip, *tmp; in path_it_deinit() local
858 list_for_each_safe(skip, tmp, &it->skip_list) in path_it_deinit()
859 list_del_init(skip); in path_it_deinit()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dmain.c2282 goto skip; in ath9k_tx_last_beacon()
2286 goto skip; in ath9k_tx_last_beacon()
2291 skip: in ath9k_tx_last_beacon()

Completed in 61 milliseconds

1...<<71727374757677787980>>...85