Home
last modified time | relevance | path

Searched refs:lastb (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_timeout.c423 u_int firstb, lastb, nowb; in callout_process() local
447 lastb = callout_hash(last) - 1; in callout_process()
454 if (lastb - firstb >= callwheelsize) { in callout_process()
455 lastb = firstb + callwheelsize - 1; in callout_process()
457 nowb = lastb; in callout_process()
504 lastb = nowb; in callout_process()
523 } while (((int)(firstb - lastb)) <= 0); in callout_process()
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c1424 uint8_t *lastb = (uint8_t *)ctx->gcm_remainder; in gcm_decrypt_final_avx() local
1426 bzero(lastb, block_size); in gcm_decrypt_final_avx()
1427 bcopy(datap, lastb, bleft); in gcm_decrypt_final_avx()
1429 GHASH_AVX(ctx, lastb, block_size); in gcm_decrypt_final_avx()
1432 datap[i] = lastb[i] ^ ((uint8_t *)tmp)[i]; in gcm_decrypt_final_avx()
/f-stack/freebsd/net/
H A Dradix.c949 int lastb; in rn_walktree_from() local
980 lastb = last->rn_bit; in rn_walktree_from()
1001 if (rn->rn_bit <= lastb) { in rn_walktree_from()