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()
103 struct cbq_class *borrow; /* NULL if class is bandwidth limited; member359 } while ((cl = cl->borrow) != NULL && toplevel > cl->level); in cbq_mark_toplevel()436 for (b = cl->borrow; b; b = b->borrow) { in cbq_overlimit()544 } while ((borrowed = borrowed->borrow) != NULL); in cbq_update_toplevel()669 cl = cl->borrow; in cbq_under_limit()699 struct cbq_class *borrow = cl; in cbq_dequeue_prio() local702 (borrow = cbq_under_limit(cl)) == NULL) in cbq_dequeue_prio()725 q->tx_borrowed = borrow; in cbq_dequeue_prio()726 if (borrow != cl) { in cbq_dequeue_prio()728 borrow->xstats.borrows++; in cbq_dequeue_prio()[all …]
101 unsigned int borrow; in quad8_read_raw() local114 borrow = flags & QUAD8_FLAG_BT; in quad8_read_raw()118 *val = (borrow ^ carry) << 24; in quad8_read_raw()
246 u64 borrow = 0; in vli_sub() local252 diff = left[i] - right[i] - borrow; in vli_sub()254 borrow = (diff > left[i]); in vli_sub()259 return borrow; in vli_sub()395 u64 borrow = vli_sub(result, left, right, ndigits); in vli_mod_sub() local401 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
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