Searched defs:borrow (Results 1 – 5 of 5) sorted by relevance
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
506 unsafe fn borrow<'a>(ptr: *mut c_void) -> &'a T { in borrow() function541 unsafe fn borrow<'a>(ptr: *mut c_void) -> Pin<&'a T> { in borrow() function614 fn borrow(&self) -> &T { in borrow() function
929 fn borrow(&self) -> &[T] { in borrow() function
328 u64 borrow = 0; in vli_sub() local349 u64 borrow = right; in vli_usub() local526 u64 borrow = vli_sub(result, left, right, ndigits); in vli_mod_sub() local651 u64 borrow = 0; in vli_mmod_slow() local
159 int i, borrow = 0; in sub_reg() local