/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | cache-v7m.S | 177 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 D | derive.rs | 73 // 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 D | sram.S | 36 strh r0, [r2] @ set dpll into bypass mode
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | sram.S | 36 strh r0, [r2] @ set dpll into bypass mode
|
H A D | sleep.S | 48 * 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 D | target_dec_fate.sh | 32 directory the directory into which sample files will be downloaded
|
/third_party/musl/src/thread/s390x/ |
H A D | clone.s | 33 # shuffle args into correct registers and call SYS_clone
|
/third_party/rust/crates/log/src/kv/ |
H A D | error.rs | 78 inner: Inner::Boxed(err.into()), in boxed()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | dynamic_loading_with_allowlist.rs | 45 let __library = library.into(); in from_library()
|
H A D | wrap_unsafe_ops_dynamic_loading_simple.rs | 43 let __library = library.into(); in from_library()
|
H A D | dynamic_loading_simple.rs | 43 let __library = library.into(); in from_library()
|
H A D | dynamic_loading_required.rs | 34 let __library = library.into(); in from_library()
|
/third_party/rust/crates/clap/src/builder/ |
H A D | arg_group.rs | 124 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 D | action.rs | 322 Self::Count => Some(crate::value_parser!(u8).into()),
|
/third_party/rust/crates/clap/clap_complete/src/generator/ |
H A D | mod.rs | 62 /// # 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 D | peg_calculator.rs | 48 Err(error) => return Err(error.into()), in main()
|
/third_party/rust/crates/memchr/src/memmem/ |
H A D | vector.rs | 118 u8x16_bitmask(self).into() in movemask()
|
/third_party/rust/crates/rustix/src/process/ |
H A D | chdir.rs | 48 _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 D | test_timer.rs | 53 let expiration = Expiration::Interval(TIMER_PERIOD.into()); in alarm_fires()
|
/third_party/rust/crates/quote/src/ |
H A D | ext.rs | 64 self.extend(iter::once(token.into())); in append()
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | at.rs | 83 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 D | lib.rs | 32 /// 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 D | context.rs | 64 /// 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 D | mod.rs | 271 path_string = path_string.replace('\\', "/").into(); in base_dir_filter()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | wof.S | 105 /* 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
|