Home
last modified time | relevance | path

Searched defs:borrow (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/rust/kernel/
A Dtypes.rs37 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> Self::Borrowed<'a>; in borrow() method
73 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> &'a T { in borrow() method
95 unsafe fn borrow<'a>(_: *const core::ffi::c_void) -> Self::Borrowed<'a> {} in borrow() method
/linux-6.3-rc2/rust/alloc/
A Dlib.rs219 pub mod borrow; module
A Dslice.rs840 fn borrow(&self) -> &[T] { in borrow() method
A Dboxed.rs1927 fn borrow(&self) -> &T { in borrow() method
/linux-6.3-rc2/crypto/
A Decc.c313 u64 borrow = 0; in vli_sub() local
334 u64 borrow = right; in vli_usub() local
511 u64 borrow = vli_sub(result, left, right, ndigits); in vli_mod_sub() local
636 u64 borrow = 0; in vli_mmod_slow() local
/linux-6.3-rc2/lib/mpi/
A Dec.c204 mpi_limb_t borrow; in ec_addm_25519() local
226 mpi_limb_t borrow; in ec_subm_25519() local
331 mpi_limb_t borrow; in ec_subm_448() local
/linux-6.3-rc2/rust/kernel/sync/
A Darc.rs203 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> ArcBorrow<'a, T> { in borrow() method
/linux-6.3-rc2/arch/powerpc/boot/
A Ddevtree.c159 int i, borrow = 0; in sub_reg() local
/linux-6.3-rc2/drivers/counter/
A D104-quad-8.c160 unsigned int borrow; in quad8_count_read() local

Completed in 21 milliseconds