Searched refs:borrow (Results 1 – 13 of 13) sorted by relevance
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()
233 let device = unsafe { <T::Ptr as ForeignOwnable>::borrow(private) }; in ioctl()258 let device = unsafe { <T::Ptr as ForeignOwnable>::borrow(private) }; in compat_ioctl()279 let device = unsafe { <T::Ptr as ForeignOwnable>::borrow(private) }; in show_fdinfo()
84 unsafe fn borrow<'a>(ptr: *mut crate::ffi::c_void) -> Self::Borrowed<'a>; in borrow() method125 unsafe fn borrow<'a>(_: *mut crate::ffi::c_void) -> Self::Borrowed<'a> {} in borrow() method
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()541 if (borrow) in vli_mod_sub()660 u64 borrow = 0; in vli_mmod_slow() local[all …]
13 to borrow disk space from another computer.
380 unsafe fn borrow<'a>(ptr: *mut crate::ffi::c_void) -> &'a T { in borrow() function412 unsafe fn borrow<'a>(ptr: *mut crate::ffi::c_void) -> Pin<&'a T> { in borrow() function
192 use ::std::{borrow::ToOwned, println, string::String}; in stack_init_reuse()
393 unsafe fn borrow<'a>(ptr: *mut crate::ffi::c_void) -> ArcBorrow<'a, T> { in borrow() method406 unsafe { Self::borrow(ptr) } in borrow_mut()
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
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