Searched defs:borrow (Results 1 – 9 of 9) sorted by relevance
38 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> Self::Borrowed<'a>; in borrow() method58 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> &'a T { in borrow() method80 unsafe fn borrow<'a>(_: *const core::ffi::c_void) -> Self::Borrowed<'a> {} in borrow() method
245 pub mod borrow; module
775 fn borrow(&self) -> &[T] { in borrow() method
2062 fn borrow(&self) -> &T { in borrow() method
154 static Int128 int128_sub_borrow(Int128 a, Int128 b, int borrow) in int128_sub_borrow()233 int borrow; in accum_sub() local
313 u64 borrow = 0; in vli_sub() local334 u64 borrow = right; in vli_usub() local511 u64 borrow = vli_sub(result, left, right, ndigits); in vli_mod_sub() local636 u64 borrow = 0; in vli_mmod_slow() local
204 mpi_limb_t borrow; in ec_addm_25519() local226 mpi_limb_t borrow; in ec_subm_25519() local331 mpi_limb_t borrow; in ec_subm_448() local
159 int i, borrow = 0; in sub_reg() local
243 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> ArcBorrow<'a, T> { in borrow() method