Searched refs:into (Results 351 - 375 of 561) sorted by relevance
1...<<11121314151617181920>>...23
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev6-memchr.S | 177 mov $4, $1 # E : move prefetched value into $1
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | scall64-o32.S | 88 dsll t0, v0, 3 # offset into table
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | udiv-qrnnd.S | 17 # distribution when not linked into another program.)
|
H A D | ev6-memchr.S | 177 mov $4, $1 # E : move prefetched value into $1
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/ |
H A D | memcpy_64.S | 185 PPC_MTOCRF(0x01,r6) # put #bytes to 8B bdry into cr7
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | entry-arcv2.h | 195 ; Restore SP (into AUX_USER_SP) only if returning to U mode
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | mcpm_head.S | 125 @ Any CPU trying to take the cluster into CLUSTER_GOING_DOWN from this
|
/kernel/linux/linux-6.6/arch/arm/mach-pxa/ |
H A D | sleep.S | 28 * 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 D | memcpy_64.S | 185 PPC_MTOCRF(0x01,r6) # put #bytes to 8B bdry into cr7
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | etrap_32.S | 3 * 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 D | memcpy_64.S | 185 PPC_MTOCRF(0x01,r6) # put #bytes to 8B bdry into cr7
|
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-test-1-run.sh | 41 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 D | vp9mc_16bpp_neon.S | 165 @ 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 D | library.mak | 25 # so that they have to be duplicated into the archive just like
|
/third_party/ffmpeg/tests/fate/ |
H A D | cover-art.mak | 49 # Also covers muxing and demuxing of nonstandard channel layouts into FLAC
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_info_by_ip.tex | 46 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 D | Preprocess.pm | 81 insert the result into the appropriate part of the template.
|
/third_party/rust/crates/libloading/src/os/unix/ |
H A D | mod.rs | 19 // 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 D | naming.rs | 380 foo: "value".into() in test_rename_all_is_propagated_from_enum_to_variant_fields()
|
/third_party/python/Tools/msi/ |
H A D | testrelease.bat | 58 @echo Installing %1 into %2
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/ |
H A D | Preprocess.pm | 81 insert the result into the appropriate part of the template.
|
/third_party/rust/crates/clap/src/error/ |
H A D | mod.rs | 284 self.inner.message = Some(message.into());
|
/third_party/rust/crates/nom/src/combinator/ |
H A D | tests.rs | 202 let mut parser = into(take::<_, _, Error<_>>(3u8)); in test_into()
|
/third_party/rust/crates/rustix/src/net/ |
H A D | addr.rs | 573 /// 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 D | receiver.rs | 87 *ty = self.self_ty(span).into(); in visit_type_mut()
|
Completed in 12 milliseconds
1...<<11121314151617181920>>...23