Searched refs:borrow (Results 1 – 10 of 10) sorted by relevance
42 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> Self::Borrowed<'a>; in borrow() method81 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> &'a T { in borrow() method104 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> Pin<&'a T> { in borrow() method129 unsafe fn borrow<'a>(_: *const core::ffi::c_void) -> Self::Borrowed<'a> {} in borrow() method
159 int i, borrow = 0; in sub_reg() local162 int prev_borrow = borrow; in sub_reg()163 borrow = reg[i] < sub[i] + prev_borrow; in sub_reg()167 return !borrow; in sub_reg()
337 u64 borrow = 0; in vli_sub() local343 diff = left[i] - right[i] - borrow; in vli_sub()345 borrow = (diff > left[i]); in vli_sub()350 return borrow; in vli_sub()358 u64 borrow = right; in vli_usub() local364 diff = left[i] - borrow; in vli_usub()366 borrow = (diff > left[i]); in vli_usub()371 return borrow; in vli_usub()535 u64 borrow = vli_sub(result, left, right, ndigits); in vli_mod_sub() local541 if (borrow) in vli_mod_sub()[all …]
13 to borrow disk space from another computer.
236 |..use the borrow of the previous compare237 bcss R_LT_Y | ...borrow is set iff R < Y
78 C/B (carry/borrow bits) used by C code
343 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> ArcBorrow<'a, T> { in borrow() method
399 2^128, so any borrow out (carry out) is lost. The result is broken into two418 Subtraction is modulo 2^192, so any borrow out (carry out) is lost. The
641 driver to temporarily ``borrow`` it. ``parport_yield`` does not block;
9559 #..use the borrow of the previous compare9560 bcs.b R_LT_Y # borrow is set iff R < Y