/kernel/linux/linux-6.6/arch/x86/entry/ |
H A D | entry_32.S | 868 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 D | align.S | 453 1: wsr a7, epc1 # skip emulated instruction
|
/third_party/jinja2/ |
H A D | lexer.py | 360 def skip(self, n: int = 1) -> None: member in TokenStream
|
/third_party/node/test/parallel/ |
H A D | test-crypto-authenticated.js | 25 common.skip('missing crypto');
|
H A D | test-fs-realpath.js | 28 common.skip('process.chdir is not available in Workers');
|
H A D | test-repl-tab-complete.js | 39 common.skip('process.chdir is not available in Workers');
|
H A D | test-webcrypto-webidl.js | 6 common.skip('missing crypto');
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | lexer.py | 361 def skip(self, n=1): member in TokenStream
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | lexer.py | 333 def skip(self, n=1): member in TokenStream
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
H A D | RangeSpecification.java | 194 for (Range<DigitSequence> next : Iterables.skip(ranges.asRanges(), 1)) { in from()
|
/third_party/skia/src/gpu/gl/builders/ |
H A D | GrGLProgramBuilder.cpp | 67 // 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 D | lexer.py | 361 def skip(self, n=1): member in TokenStream
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | tarith.c | 234 skip: in validation_ascii_to_fp()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | RopeByteString.java | 856 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 D | test_peepholer.py | 347 @unittest.skip("Following gh-92228 the return has two predecessors "
|
/third_party/rust/crates/minimal-lexical/src/ |
H A D | table_lemire.rs | 23 #[rustfmt::skip]
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 1342 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 D | ioctl.c | 1063 * 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 D | connect.c | 1256 /* 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 D | file.c | 3372 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 D | builtins-ia32.cc | 134 // 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 D | mgmt.c | 655 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 D | cc_aead.c | 241 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 D | rtrs-clt.c | 829 * 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 D | main.c | 2282 goto skip; in ath9k_tx_last_beacon() 2286 goto skip; in ath9k_tx_last_beacon() 2291 skip: in ath9k_tx_last_beacon()
|