Searched refs:lastb (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_timeout.c | 436 u_int firstb, lastb, nowb; in callout_process() local 460 lastb = callout_hash(last) - 1; in callout_process() 467 if (lastb - firstb >= callwheelsize) { in callout_process() 468 lastb = firstb + callwheelsize - 1; in callout_process() 470 nowb = lastb; in callout_process() 513 lastb = nowb; in callout_process() 533 } while (((int)(firstb - lastb)) <= 0); in callout_process()
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm.c | 1357 uint8_t *lastb = (uint8_t *)ctx->gcm_remainder; in gcm_decrypt_final_avx() local 1359 memset(lastb, 0, block_size); in gcm_decrypt_final_avx() 1360 memcpy(lastb, datap, bleft); in gcm_decrypt_final_avx() 1362 GHASH_AVX(ctx, lastb, block_size); in gcm_decrypt_final_avx() 1365 datap[i] = lastb[i] ^ ((uint8_t *)tmp)[i]; in gcm_decrypt_final_avx()
|
/freebsd/sys/net/ |
H A D | radix.c | 962 int lastb; in rn_walktree_from() local 993 lastb = last->rn_bit; in rn_walktree_from() 1014 if (rn->rn_bit <= lastb) { in rn_walktree_from()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SVEInstrInfo.td | 980 defm LASTB_RPZ : sve_int_perm_last_r<1, "lastb", AArch64lastb>; 982 defm LASTB_VPZ : sve_int_perm_last_v<1, "lastb", AArch64lastb>;
|