Searched refs:borrow (Results 1 – 10 of 10) sorted by relevance
154 int i, borrow = 0; in sub_reg() local157 int prev_borrow = borrow; in sub_reg()158 borrow = reg[i] < sub[i] + prev_borrow; in sub_reg()162 return !borrow; in sub_reg()
110 struct cbq_class *borrow; /* NULL if class is bandwidth limited; member364 } while ((cl = cl->borrow) != NULL && toplevel > cl->level); in cbq_mark_toplevel()446 for (b = cl->borrow; b; b = b->borrow) { in cbq_ovl_classic()473 } while ((cl = cl->borrow) != NULL); in cbq_ovl_rclassic()682 } while ((borrowed = borrowed->borrow) != NULL); in cbq_update_toplevel()807 cl = cl->borrow; in cbq_under_limit()837 struct cbq_class *borrow = cl; in cbq_dequeue_prio() local840 (borrow = cbq_under_limit(cl)) == NULL) in cbq_dequeue_prio()863 q->tx_borrowed = borrow; in cbq_dequeue_prio()864 if (borrow != cl) { in cbq_dequeue_prio()[all …]
205 u64 borrow = 0; in vli_sub() local211 diff = left[i] - right[i] - borrow; in vli_sub()213 borrow = (diff > left[i]); in vli_sub()218 return borrow; in vli_sub()353 u64 borrow = vli_sub(result, left, right); in vli_mod_sub() local359 if (borrow) in vli_mod_sub()
12 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
64 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
554 driver to temporarily 'borrow' it. 'parport_yield' does not block;
1352 add r8, r6, #.LREVM0SR-.LM0 @ borrow r81371 adrl r8, .LREVM0SR @ borrow r8
9559 #..use the borrow of the previous compare9560 bcs.b R_LT_Y # borrow is set iff R < Y