Searched refs:borrow (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | aggsum.c | 173 int64_t borrow; in aggsum_add() local 191 borrow = (delta < 0 ? -delta : delta) * aggsum_borrow_multiplier; in aggsum_add() 196 if (borrow >= asb->asc_borrowed) in aggsum_add() 197 borrow -= asb->asc_borrowed; in aggsum_add() 199 borrow = (borrow - (int64_t)asb->asc_borrowed) / 4; in aggsum_add() 200 asb->asc_borrowed += borrow; in aggsum_add() 202 delta - borrow); in aggsum_add() 204 delta + borrow); in aggsum_add()
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | core6.c | 24 unsigned int borrow = 0; in print() local 29 printf(",0x%02x", 255 & (xi - yi - borrow)); in print() 30 borrow = (xi < yi + borrow); in print()
|
| /f-stack/freebsd/net/altq/ |
| H A D | altq_cbq.c | 273 struct rm_class *borrow, *parent; in cbq_add_queue() local 306 borrow = parent; in cbq_add_queue() 308 borrow = NULL; in cbq_add_queue() 319 if ((borrow != parent) && (borrow != NULL)) { in cbq_add_queue() 360 rmc_delay_action, a->qlimit, parent, borrow, in cbq_add_queue()
|
| H A D | altq_rmclass.c | 232 cl->borrow_ = borrow; in rmc_newclass() 769 struct rm_class *borrow = cl->borrow_; in rmc_queue_packet() local 771 while (borrow != NULL && in rmc_queue_packet() 772 borrow->depth_ < ifd->cutoff_) { in rmc_queue_packet() 773 if (TV_LT(&borrow->undertime_, &now)) { in rmc_queue_packet() 774 ifd->cutoff_ = borrow->depth_; in rmc_queue_packet() 778 borrow = borrow->borrow_; in rmc_queue_packet() 1481 rmc_delay_action(struct rm_class *cl, struct rm_class *borrow) in rmc_delay_action() argument 1494 if (borrow != NULL) in rmc_delay_action() 1495 extradelay = borrow->offtime_; in rmc_delay_action() [all …]
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | ecp_nistz256-armv4.S | 2518 @ using value of borrow as a whole or extracting single bit. 2745 sbc r3,r3,r3 @ broadcast borrow bit 2754 @ broadcasting borrow bit to a register, r3, and using it as 3268 sbc r10,r10,#0 @ broadcast borrow bit 3273 @ broadcasting borrow bit to a register, r10, and using it as 3514 sbc r2,r2,r2 @ broadcast borrow bit 3558 sbc r2,r2,r2 @ broadcast borrow bit 3612 @ using value of borrow as a whole or extracting single bit.
|
| H A D | poly1305-armv4.S | 305 tst r7,#4 @ did it carry/borrow? 1127 tst r7,#4 @ did it carry/borrow?
|
| H A D | bsaes-armv7.S | 1375 add r8, r6, #.LREVM0SR-.LM0 @ borrow r8 1395 adrl r8, .LREVM0SR @ borrow r8
|