Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Dtypes.rs38 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> Self::Borrowed<'a>; in borrow() method
58 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> &'a T { in borrow() method
80 unsafe fn borrow<'a>(_: *const core::ffi::c_void) -> Self::Borrowed<'a> {} in borrow() method
/openbmc/linux/rust/alloc/
H A Dlib.rs245 pub mod borrow; module
H A Dslice.rs775 fn borrow(&self) -> &[T] { in borrow() method
H A Dboxed.rs2062 fn borrow(&self) -> &T { in borrow() method
/openbmc/qemu/target/hexagon/
H A Dfma_emu.c154 static Int128 int128_sub_borrow(Int128 a, Int128 b, int borrow) in int128_sub_borrow()
233 int borrow; in accum_sub() local
/openbmc/linux/crypto/
H 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
/openbmc/linux/lib/crypto/mpi/
H 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
/openbmc/linux/arch/powerpc/boot/
H A Ddevtree.c159 int i, borrow = 0; in sub_reg() local
/openbmc/linux/rust/kernel/sync/
H A Darc.rs243 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> ArcBorrow<'a, T> { in borrow() method