Home
last modified time | relevance | path

Searched refs:from (Results 6151 - 6175 of 7910) sorted by relevance

1...<<241242243244245246247248249250>>...317

/third_party/node/deps/v8/src/profiler/
H A Dcpu-profiler.cc144 void ProfilerEventsProcessor::AddDeoptStack(Address from, int fp_to_sp_delta) { in AddDeoptStack() argument
150 regs.pc = reinterpret_cast<void*>(from); in AddDeoptStack()
H A Dprofile-generator.h31 // Provides a mapping from the offsets within generated code or a bytecode array
260 // Filters stack frames from sources other than a target native context.
492 void MoveCode(Address from, Address to);
493 // Attempts to remove the given CodeEntry from the CodeMap.
565 // Called from profile generator thread.
573 // Called from profile generator thread.
574 void UpdateNativeContextAddressForCurrentProfiles(Address from, Address to);
/third_party/node/deps/v8/src/objects/
H A Dfixed-array.h177 inline void FillWithHoles(int from, int to);
187 // Copy a sub array from the receiver to dest.
267 inline void FillWithHoles(int from, int to);
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c358 struct i915_full_dst_register *dst_reg, int from) in unused_from()
362 return (from >= ctx->last_read[dst_reg_index]); in unused_from()
449 /* Start with swizzles from the first mov */ in i915_fpc_optimize_mov_after_mov()
357 unused_from(struct i915_optimize_context *ctx, struct i915_full_dst_register *dst_reg, int from) unused_from() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeSpecification.java49 * of range specifications (e.g. from a {@link RangeTree}) then it can be more intuitive to use an
75 public static RangeSpecification from(DigitSequence s) { in from() method in RangeSpecification
171 // Set bits from shift to rshift inclusive (e.g. 11111 & ~11 = 11100). in parseRange()
181 * NOTE: This is only used by RangeTree for generating a RangeTree from a RangeSet, and is not
185 static ImmutableList<RangeSpecification> from(RangeSet<DigitSequence> ranges) { in from() method in RangeSpecification
245 // Starting from the last digit in the 'start' sequence, work up until we find something that in addRangeSpecs()
273 // Very similar to stage 1, but work up from the last digit in the 'end' sequence. The in addRangeSpecs()
321 // range specification were made from the resulting array it would match only that digit sequence.
329 * Creates a range specification from a given array of integer masks. The Nth element of the
543 * ranges from multipl
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTable.java178 /** Removes an entire row from the table (does nothing if the row did no exist). */
206 return from(schema, table); in build()
221 public static <K> CsvTable<K> from(CsvSchema<K> schema, Table<K, Column<?>, Object> table) { in from() method in CsvTable
447 * Returns the value from the underlying table for the given row and column if present.
454 * Returns the value from the underlying table for the given row and column, or the (non-null)
550 * without requiring expensive conversion to/from a spreadsheet.
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dsubcommand.rs11 // This work was derived from Structopt (https://github.com/TeXitoi/structopt)
537 ::std::iter::once(#str_ty::from(#subcommand_name_var)) in gen_from_arg_matches()
542 .map(#str_ty::from) in gen_from_arg_matches()
/third_party/python/Tools/msi/
H A Dbuildrelease.bat16 rem script will not be upgradable to/from official releases of Python.
20 rem The files available from the default URL *will* conflict with your
/third_party/pcre2/pcre2/src/
H A Dpcre2_substitute.c24 contributors may be used to endorse or promote products derived from
197 #define CHECKMEMCPY(from,length) \
211 memcpy(buffer + buff_offset, from, CU2BYTES(length)); \
281 /* If starting from an existing match, there must be an externally provided in pcre2_substitute()
283 external one is not supplied (and we are not starting from an existing match); in pcre2_substitute()
357 /* Save the substitute options and remove them from the match options. */ in pcre2_substitute()
376 match is taken from the match_data that was passed in. */ in pcre2_substitute()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativePPC_32.c42 #define INS_CLEAR_LEFT(dst, src, from) \
43 (RLWINM | S(src) | A(dst) | RLWI_MBE(from, 31))
H A DsljitNativePPC_common.c51 static void ppc_cache_flush(sljit_ins *from, sljit_ins *to) in ppc_cache_flush() argument
54 _sync_cache_range((caddr_t)from, (int)((size_t)to - (size_t)from)); in ppc_cache_flush()
58 while (from < to) { in ppc_cache_flush()
62 : : "r"(from) in ppc_cache_flush()
64 from++; in ppc_cache_flush()
71 while (from < to) { in ppc_cache_flush()
76 : : "r"(from) in ppc_cache_flush()
78 from++; in ppc_cache_flush()
1905 /* We can ignore the temporary data store on the stack from cachin in sljit_emit_fop1_conv_sw_from_f64()
[all...]
/third_party/python/Include/cpython/
H A Dunicodeobject.h85 * (since ASCII is decoded from UTF-8, the utf8 string are the data)
155 If interned != SSTATE_NOT_INTERNED, the two references from the
368 kind and data pointers obtained from other function calls.
394 /* Read a code point from the string's canonical representation. No checks
477 /* Initializes the canonical string representation from the deprecated
508 /* Copy character from one unicode object into another, this function performs
512 len(from)-from_start), or if kind(from[from_start:from_start+how_many]) >
520 how_many = min(how_many, len(from) - from_start)
521 to[to_start:to_start+how_many] = from[from_star
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509_vfy.h535 const X509_VERIFY_PARAM *from);
537 const X509_VERIFY_PARAM *from);
592 * the library and don't appear in results from X509_policy_check().
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.cc18 // The representation for an absl::Time is an absl::Duration offset from the
139 // Makes a Time from sec, overflowing to InfiniteFuture/InfinitePast as
195 trans->from = CivilSecond(tr.from); in FindTransition()
232 // Conversions from/to other time types.
/third_party/skia/platform_tools/android/apps/skottie/
H A Dskottie_metric.sql16 -- limit test results starting from second frame to 7 seconds after that
28 -- increase the offset if want to start from more than second frame
/third_party/rust/crates/proc-macro2/tests/
H A Dtest.rs156 c"hello\x80我叫\u{1F980}" // from the RFC in literal_c_string()
265 let tokens = TokenStream::from(TokenTree::Literal(negative_literal)); in literal_iter_negative()
511 let stream = TokenStream::from(TokenTree::Punct(joint_punct)); in joint_last_token()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dnand_base.c120 * nand_extract_bits - Copy unaligned bits from one buffer to another one
125 * @nbits: number of bits to copy from @src to @dst
127 * Copy bits from one memory region to another (overlap authorized).
166 * @cs: the CS line to select. Note that this CS id is always from the chip
247 * nand_block_bad - [DEFAULT] Read bad block marker from the chip
249 * @ofs: offset from device start
289 * list of secure regions obtained from DT. Returns true if the region is
393 * data from a previous OOB read. in nand_fill_oob()
493 * @ofs: offset from device start
549 * @ofs: offset from devic
3543 nand_do_read_ops(struct nand_chip *chip, loff_t from, struct mtd_oob_ops *ops) nand_do_read_ops() argument
3883 nand_do_read_oob(struct nand_chip *chip, loff_t from, struct mtd_oob_ops *ops) nand_do_read_oob() argument
3965 nand_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) nand_read_oob() argument
[all...]
/kernel/linux/linux-5.10/sound/core/
H A Dpcm_native.c611 * Choose one configuration from configuration space defined by @params.
813 /* hardware might be unusable from this time, in snd_pcm_hw_params()
1060 * get audio_tstamp_data from user, in snd_pcm_status_user64()
1086 * get audio_tstamp_data from user, in snd_pcm_status_user32()
1583 /* some drivers might use hw_ptr to recover from the pause - in snd_pcm_do_pause()
2940 * upon receiving an error from rewind ioctl and stops processing in rewind_appl_ptr()
3125 /* FIXME: we should consider the boundary for the sync from app */ in snd_pcm_ioctl_sync_ptr_compat()
3506 static ssize_t snd_pcm_writev(struct kiocb *iocb, struct iov_iter *from) in snd_pcm_writev() argument
3523 if (!iter_is_iovec(from)) in snd_pcm_writev()
3525 if (from in snd_pcm_writev()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dfile.c165 * If we set IN_DEFRAG flag and evict the inode from memory, in btrfs_add_inode_defrag()
399 * Copy data from userspace to the current page in btrfs_copy_from_user()
673 * is deleted from the tree.
970 * if items are move off from our leaf to its immediate left or in __btrfs_drop_extents()
1065 * This changes extent type from 'pre-allocated' to 'regular'. If only
1662 * contents of pages from loop to loop in btrfs_buffered_write()
1800 static ssize_t __btrfs_direct_write(struct kiocb *iocb, struct iov_iter *from) in __btrfs_direct_write() argument
1810 written = btrfs_direct_IO(iocb, from); in __btrfs_direct_write()
1812 if (written < 0 || !iov_iter_count(from)) in __btrfs_direct_write()
1816 written_buffered = btrfs_buffered_write(iocb, from); in __btrfs_direct_write()
1858 btrfs_file_write_iter(struct kiocb *iocb, struct iov_iter *from) btrfs_file_write_iter() argument
[all...]
/third_party/curl/lib/vssh/
H A Dlibssh2.c378 infof(data, "SFTP %p state change from %s to %s", in state()
580 rc = func(data, knownkeyp, /* from the knownhosts file */ in ssh_knownhost()
581 &foundkey, /* from the remote host */ in ssh_knownhost()
810 * force a specific public key type from the server if an entry is found.
1021 * against our known hosts. How that is handled (reading from file, in ssh_statemach_act()
1122 * libssh2 extract the public key from the private key file. in ssh_statemach_act()
1182 any, is from a previous error so ignore it. #11837 */ in ssh_statemach_act()
1540 * the arguments following the command must be separated from the in ssh_statemach_act()
2144 /* Let's read off the proper amount of bytes from the input. */ in ssh_statemach_act()
2512 curl_off_t from, t in ssh_statemach_act() local
[all...]
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Disp.S366 # This handler fetches the first instruction longword from #
404 btst &0x5,EXC_ISR(%a6) # from s or u mode?
542 # the cases of "cas Dc,Du,(a7)+" and "cas Dc,Du,-(a7)" used from supervisor
602 # frame from the Unimplemented Integer Intruction Exception stack frame
615 # from link -->* A6 * * SR *
649 # chk stack frame from an unimplemented integer instruction exception frame
682 # we must create a divbyzero stack frame from an unimplemented integer
716 # we must create a divbyzero stack frame from an unimplemented integer
720 # However, we must also deal with the fact that (a7)+ was used from supervisor
755 # frame from th
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Disp.S366 # This handler fetches the first instruction longword from #
404 btst &0x5,EXC_ISR(%a6) # from s or u mode?
542 # the cases of "cas Dc,Du,(a7)+" and "cas Dc,Du,-(a7)" used from supervisor
602 # frame from the Unimplemented Integer Intruction Exception stack frame
615 # from link -->* A6 * * SR *
649 # chk stack frame from an unimplemented integer instruction exception frame
682 # we must create a divbyzero stack frame from an unimplemented integer
716 # we must create a divbyzero stack frame from an unimplemented integer
720 # However, we must also deal with the fact that (a7)+ was used from supervisor
755 # frame from th
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dipsec.c70 * results_fd is a pipe with test feedback from children.
705 static int do_ping(int cmd_fd, char *buf, size_t buf_len, struct in_addr from, in do_ping() argument
713 if (udp_ping_init(from, ping_timeout, &s_port, ping_sock)) { in do_ping()
721 memcpy(&msg.body.ping.reply_ip, &from, sizeof(from)); in do_ping()
747 strncpy(from_str, inet_ntoa(from), IPV4_STR_SZ - 1); in do_ping()
1323 printk("allocated spi is different from requested: %#x != %#x", in xfrm_state_allocspi()
/kernel/linux/linux-6.6/arch/riscv/net/
H A Dbpf_jit.h81 /* Convert from ninsns to bytes. */
129 int to = ctx->epilogue_offset, from = ctx->ninsns; in epilogue_offset() local
131 return ninsns_rvoff(to - from); in epilogue_offset()
219 int from, to; in rv_offset() local
221 off++; /* BPF branch is from PC+1, RV is from PC */ in rv_offset()
222 from = (insn > 0) ? ctx->offset[insn - 1] : ctx->prologue_len; in rv_offset()
224 return ninsns_rvoff(to - from); in rv_offset()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c8 * General Public License (GPL) Version 2, available from the file
666 * copy or not on return from the system call. The chip in qib_manage_rcvq()
668 * transition from disabled to enabled. in qib_manage_rcvq()
792 * for this in hardware, but we still prevent users from asking in mmap_piobufs()
973 * the ref count and keep the driver from being unloaded while still mapped.
1055 * from an i/o perspective. Shared contexts need in qib_mmapf()
1235 "Mismatched user version (%d.%d) and driver version (%d.%d) while context sharing. Ensure that driver and library are from the same release.\n", in init_subctxts()
1732 * when they change (and when the update bit transitions from in qib_do_user_init()
2242 static ssize_t qib_write_iter(struct kiocb *iocb, struct iov_iter *from) in qib_write_iter() argument
2248 if (!iter_is_iovec(from) || !fro in qib_write_iter()
[all...]

Completed in 45 milliseconds

1...<<241242243244245246247248249250>>...317