Searched defs:borrow (Results 1 – 9 of 9) sorted by relevance
37 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> Self::Borrowed<'a>; in borrow() method73 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> &'a T { in borrow() method95 unsafe fn borrow<'a>(_: *const core::ffi::c_void) -> Self::Borrowed<'a> {} in borrow() method
219 pub mod borrow; module
840 fn borrow(&self) -> &[T] { in borrow() method
1927 fn borrow(&self) -> &T { in borrow() method
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
203 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> ArcBorrow<'a, T> { in borrow() method
159 int i, borrow = 0; in sub_reg() local
160 unsigned int borrow; in quad8_count_read() local
Completed in 21 milliseconds