Home
last modified time | relevance | path

Searched refs:into (Results 351 - 375 of 561) sorted by relevance

1...<<11121314151617181920>>...23

/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-memchr.S177 mov $4, $1 # E : move prefetched value into $1
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dscall64-o32.S88 dsll t0, v0, 3 # offset into table
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dudiv-qrnnd.S17 # distribution when not linked into another program.)
H A Dev6-memchr.S177 mov $4, $1 # E : move prefetched value into $1
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/
H A Dmemcpy_64.S185 PPC_MTOCRF(0x01,r6) # put #bytes to 8B bdry into cr7
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dentry-arcv2.h195 ; Restore SP (into AUX_USER_SP) only if returning to U mode
/kernel/linux/linux-6.6/arch/arm/common/
H A Dmcpm_head.S125 @ Any CPU trying to take the cluster into CLUSTER_GOING_DOWN from this
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dsleep.S28 * pxa3xx_finish_suspend() - forces CPU into sleep state (S2D3C4)
41 * Forces CPU into sleep state.
84 * Forces CPU into sleep state.
166 @ put SDRAM into self-refresh
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dmemcpy_64.S185 PPC_MTOCRF(0x01,r6) # put #bytes to 8B bdry into cr7
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Detrap_32.S3 * etrap.S: Sparc trap window preparation for entry into the
164 orn %g0, %t_twinmask, %g1 ! negate trap win mask into %g1
166 /* Trap from user, but not into the invalid window.
242 /* From user/kernel into invalid window w/bad user
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/
H A Dmemcpy_64.S185 PPC_MTOCRF(0x01,r6) # put #bytes to 8B bdry into cr7
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh41 echo "kvm-test-1-run.sh :$resdir: Not a writable directory, cannot store results into it"
48 # Combine additional Kconfig options into an existing set such that
192 echo " " the rmmod into this file: >> $resdir/bare-metal
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9mc_16bpp_neon.S165 @ into dst1 and dst3 (or dst1-dst2 and dst3-dst4 for size >= 8)
388 @ Evaluate the filter twice in parallel, from the inputs src1-src9 into dst1-dst2
389 @ (src1-src8 into dst1, src2-src9 into dst2).
/third_party/ffmpeg/ffbuild/
H A Dlibrary.mak25 # so that they have to be duplicated into the archive just like
/third_party/ffmpeg/tests/fate/
H A Dcover-art.mak49 # Also covers muxing and demuxing of nonstandard channel layouts into FLAC
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info_by_ip.tex46 members. If a single function/routine is split into multiple,
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm81 insert the result into the appropriate part of the template.
/third_party/rust/crates/libloading/src/os/unix/
H A Dmod.rs19 // dl* family of functions did not have enough thought put into it.
67 let message = CStr::from_ptr(error).into(); in with_dlerror()
366 /// Convert the loaded `Symbol` into a raw pointer.
/third_party/rust/crates/clap/tests/derive/
H A Dnaming.rs380 foo: "value".into() in test_rename_all_is_propagated_from_enum_to_variant_fields()
/third_party/python/Tools/msi/
H A Dtestrelease.bat58 @echo Installing %1 into %2
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm81 insert the result into the appropriate part of the template.
/third_party/rust/crates/clap/src/error/
H A Dmod.rs284 self.inner.message = Some(message.into());
/third_party/rust/crates/nom/src/combinator/
H A Dtests.rs202 let mut parser = into(take::<_, _, Error<_>>(3u8)); in test_into()
/third_party/rust/crates/rustix/src/net/
H A Daddr.rs573 /// Converts a [`SocketAddrV4`] into a [`SocketAddr::V4`].
581 /// Converts a [`SocketAddrV6`] into a [`SocketAddr::V6`].
589 /// Converts a tuple struct (Into<[`IpAddr`]>, `u16`) into a [`SocketAddr`].
596 SocketAddr::new(pieces.0.into(), pieces.1) in from()
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dreceiver.rs87 *ty = self.self_ty(span).into(); in visit_type_mut()

Completed in 12 milliseconds

1...<<11121314151617181920>>...23