Home
last modified time | relevance | path

Searched refs:borrow (Results 1 – 8 of 8) sorted by relevance

/linux/arch/powerpc/boot/
H A Ddevtree.c159 int i, borrow = 0; in sub_reg() local
162 int prev_borrow = borrow; in sub_reg()
163 borrow = reg[i] < sub[i] + prev_borrow; in sub_reg()
167 return !borrow; in sub_reg()
/linux/crypto/
H A Decc.c337 u64 borrow = 0; in vli_sub() local
343 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() local
364 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() local
541 if (borrow) in vli_mod_sub()
[all …]
/linux/Documentation/admin-guide/blockdev/
H A Dnbd.rst13 to borrow disk space from another computer.
/linux/arch/m68k/fpsp040/
H A Dsrem_mod.S236 |..use the borrow of the previous compare
237 bcss R_LT_Y | ...borrow is set iff R < Y
/linux/Documentation/arch/parisc/
H A Dregisters.rst78 C/B (carry/borrow bits) used by C code
/linux/arch/arm/nwfpe/
H A Dsoftfloat-macros399 2^128, so any borrow out (carry out) is lost. The result is broken into two
418 Subtraction is modulo 2^192, so any borrow out (carry out) is lost. The
/linux/Documentation/driver-api/
H A Dparport-lowlevel.rst641 driver to temporarily ``borrow`` it. ``parport_yield`` does not block;
/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S9559 #..use the borrow of the previous compare
9560 bcs.b R_LT_Y # borrow is set iff R < Y