Lines Matching defs:carry
1243 s32 carry;1256 /* truncate current run, carry to subsequent hole */1257 carry = freelength;1298 frl->length += carry;1299 carry = 0;1493 s32 carry;1496 carry = freecnt;1498 while (freerl->length < carry) {1499 carry -= freerl->length;1502 freerl->length = carry;