Home
last modified time | relevance | path

Searched refs:into (Results 176 - 200 of 551) sorted by relevance

12345678910>>...23

/kernel/linux/linux-6.6/arch/arm/mm/
H A Dcache-v7m.S177 mov r3, r0, lsr #23 @ move LoC into position
208 orr r11, r10, r6 @ factor way and cache number into r11
210 orr r11, r11, r6 @ factor index number into r11
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dderive.rs73 // Dependencies saying that if a key ItemId has been inserted into the
113 let id = id.into(); in insert()
239 self.can_derive.get(&t.into()).cloned().unwrap_or_default(); in constrain_type()
278 self.can_derive.get(&t.into()).cloned().unwrap_or_default(); in constrain_type()
308 // NOTE: Take into account that while unions in C and C++ are copied by in constrain_type()
684 // into the IR and computed them before this analysis, then we could in constrain()
703 trace!("enqueue {:?} into worklist", item); in each_depending_on()
721 /// Convert a `HashMap<ItemId, CanDerive>` into a `HashSet<ItemId>`.
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dsram.S36 strh r0, [r2] @ set dpll into bypass mode
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dsram.S36 strh r0, [r2] @ set dpll into bypass mode
H A Dsleep.S48 * Forces OMAP into deep sleep state
86 @ prepare to put SDRAM into self-refresh manually
156 @ Prepare to put SDRAM into self-refresh manually
/third_party/ffmpeg/tools/
H A Dtarget_dec_fate.sh32 directory the directory into which sample files will be downloaded
/third_party/musl/src/thread/s390x/
H A Dclone.s33 # shuffle args into correct registers and call SYS_clone
/third_party/rust/crates/log/src/kv/
H A Derror.rs78 inner: Inner::Boxed(err.into()), in boxed()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Ddynamic_loading_with_allowlist.rs45 let __library = library.into(); in from_library()
H A Dwrap_unsafe_ops_dynamic_loading_simple.rs43 let __library = library.into(); in from_library()
H A Ddynamic_loading_simple.rs43 let __library = library.into(); in from_library()
H A Ddynamic_loading_required.rs34 let __library = library.into(); in from_library()
/third_party/rust/crates/clap/src/builder/
H A Darg_group.rs124 self.id = id.into(); in id()
197 /// let args: Vec<&str> = vec!["a1".into(), "a4".into()];
536 let args: Vec<Id> = vec!["a1".into(), "a4".into(), "a2".into(), "a3".into()]; in groups()
537 let reqs: Vec<Id> = vec!["r1".into(), "r2".into(), "r3".into(), "r in groups()
[all...]
H A Daction.rs322 Self::Count => Some(crate::value_parser!(u8).into()),
/third_party/rust/crates/clap/clap_complete/src/generator/
H A Dmod.rs62 /// # name.into()
81 /// First, it helps if we separate out our `Command` definition into a separate file. Whether you
178 let out_dir = PathBuf::from(out_dir.into()); in generate_to()
192 /// redirected into a file by the user.
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dpeg_calculator.rs48 Err(error) => return Err(error.into()), in main()
/third_party/rust/crates/memchr/src/memmem/
H A Dvector.rs118 u8x16_bitmask(self).into() in movemask()
/third_party/rust/crates/rustix/src/process/
H A Dchdir.rs48 _getcwd(reuse.into()) in getcwd()
52 // This code would benefit from having a better way to read into in _getcwd()
/third_party/rust/crates/nix/test/
H A Dtest_timer.rs53 let expiration = Expiration::Interval(TIMER_PERIOD.into()); in alarm_fires()
/third_party/rust/crates/quote/src/
H A Dext.rs64 self.extend(iter::once(token.into())); in append()
/third_party/rust/crates/rustix/src/fs/
H A Dat.rs83 path.into_with_c_str(|path| _readlinkat(dirfd.as_fd(), path, reuse.into())) in readlinkat()
87 // This code would benefit from having a better way to read into in _readlinkat()
/third_party/rust/crates/shlex/src/
H A Dlib.rs32 /// An iterator that takes an input string and splits it into the words using the same syntax as
163 "\"\"".into() in quote()
179 unsafe { String::from_utf8_unchecked(out) }.into() in quote()
181 in_str.into() in quote()
185 /// Convenience function that consumes an iterable of words and turns it into a single string,
/third_party/rust/crates/rustix/src/io/
H A Dcontext.rs64 /// Decode `raw`, which is a value encoded by `encode`, into a `Target`. in fmt()
135 let fd: OwnedFd = data.into(); in acquire()
161 unsafe { T::from(OwnedFd::from_raw_fd(raw_fd).into()) }
/third_party/rust/crates/syn/tests/repo/
H A Dmod.rs271 path_string = path_string.replace('\\', "/").into(); in base_dir_filter()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dwof.S105 /* Save into the window which must be saved and do it.
110 save %g0, %g0, %g0 ! save into the window to stash away
117 restore %g0, %g0, %g0 ! go back into trap window
138 * need to save into the appropriate window without inducing
201 * or not. If we came from kernel mode, toss the window into
212 /* Oh well, throw this one window into the per-task window
270 * stack pointer. We need to be quick, so we throw it into

Completed in 8 milliseconds

12345678910>>...23