Searched defs:borrow (Results 1 – 6 of 6) sorted by relevance
423 unsafe fn borrow<'a>(ptr: *mut c_void) -> &'a T { in borrow() function458 unsafe fn borrow<'a>(ptr: *mut c_void) -> Pin<&'a T> { in borrow() function531 fn borrow(&self) -> &T { in borrow() function
915 fn borrow(&self) -> &[T] { in borrow() function
98 unsafe fn borrow<'a>(ptr: *mut c_void) -> Self::Borrowed<'a>; in borrow() method142 unsafe fn borrow<'a>(_: *mut c_void) -> Self::Borrowed<'a> {} in borrow() method
399 unsafe fn borrow<'a>(ptr: *mut c_void) -> ArcBorrow<'a, T> { in borrow() method452 fn borrow(&self) -> &T { in borrow() method885 fn borrow(&self) -> &T { in borrow() method
337 u64 borrow = 0; in vli_sub() local358 u64 borrow = right; in vli_usub() local535 u64 borrow = vli_sub(result, left, right, ndigits); in vli_mod_sub() local660 u64 borrow = 0; in vli_mmod_slow() local
159 int i, borrow = 0; in sub_reg() local