| /linux/arch/powerpc/boot/ |
| H A D | devtree.c | 159 int i, borrow = 0; in sub_reg() local 162 int prev_borrow = borrow; in sub_reg() 163 borrow = reg[i] < sub[i] + prev_borrow; in sub_reg() 167 return !borrow; in sub_reg()
|
| /linux/crypto/ |
| H A D | ecc.c | 328 u64 borrow = 0; in vli_sub() local 334 diff = left[i] - right[i] - borrow; in vli_sub() 336 borrow = (diff > left[i]); in vli_sub() 341 return borrow; in vli_sub() 349 u64 borrow = right; in vli_usub() local 355 diff = left[i] - borrow; in vli_usub() 357 borrow = (diff > left[i]); in vli_usub() 362 return borrow; in vli_usub() 526 u64 borrow = vli_sub(result, left, right, ndigits); in vli_mod_sub() local 532 if (borrow) in vli_mod_sub() [all …]
|
| /linux/rust/kernel/alloc/ |
| H A D | kbox.rs | 9 use core::borrow::{Borrow, BorrowMut}; 506 unsafe fn borrow<'a>(ptr: *mut c_void) -> &'a T { in borrow() function 541 unsafe fn borrow<'a>(ptr: *mut c_void) -> Pin<&'a T> { in borrow() function 614 fn borrow(&self) -> &T { in borrow() function
|
| H A D | kvec.rs | 15 borrow::{Borrow, BorrowMut}, 929 fn borrow(&self) -> &[T] { in borrow() function
|
| /linux/rust/kernel/ |
| H A D | types.rs | 98 unsafe fn borrow<'a>(ptr: *mut c_void) -> Self::Borrowed<'a>; in borrow() method 142 unsafe fn borrow<'a>(_: *mut c_void) -> Self::Borrowed<'a> {} in borrow() method
|
| H A D | xarray.rs | 195 unsafe { T::borrow(ptr.as_ptr()) } in get()
|
| H A D | device.rs | 293 unsafe { Pin::<KBox<T>>::borrow(ptr.cast()) } in drvdata_unchecked()
|
| H A D | cpufreq.rs | 640 Some(unsafe { T::borrow(self.as_ref().driver_data.cast()) }) in data()
|
| /linux/rust/quote/ |
| H A D | ident_fragment.rs | 3 use alloc::borrow::Cow;
|
| H A D | to_tokens.rs | 4 use alloc::borrow::Cow;
|
| /linux/Documentation/admin-guide/blockdev/ |
| H A D | nbd.rst | 13 to borrow disk space from another computer.
|
| /linux/rust/proc-macro2/ |
| H A D | fallback.rs | 559 let sm = sm.borrow(); in start() 572 let sm = sm.borrow(); in end() 585 let sm = sm.borrow(); in file() 610 let sm = sm.borrow(); in join()
|
| /linux/rust/pin-init/src/ |
| H A D | __internal.rs | 213 use ::std::{borrow::ToOwned, println, string::String}; in stack_init_reuse()
|
| /linux/arch/m68k/fpsp040/ |
| H A D | srem_mod.S | 236 |..use the borrow of the previous compare 237 bcss R_LT_Y | ...borrow is set iff R < Y
|
| /linux/Documentation/arch/parisc/ |
| H A D | registers.rst | 78 C/B (carry/borrow bits) used by C code
|
| /linux/arch/arm/nwfpe/ |
| H A D | softfloat-macros | 399 2^128, so any borrow out (carry out) is lost. The result is broken into two 418 Subtraction is modulo 2^192, so any borrow out (carry out) is lost. The
|
| /linux/Documentation/bpf/ |
| H A D | map_hash.rst | 240 The number of nodes to borrow from the global list in a batch, ``target_free``,
|
| /linux/Documentation/driver-api/ |
| H A D | parport-lowlevel.rst | 646 driver to temporarily ``borrow`` it. ``parport_yield`` does not block;
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | fplsp.S | 9559 #..use the borrow of the previous compare 9560 bcs.b R_LT_Y # borrow is set iff R < Y
|