Searched refs:linexp (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_stats.c | 488 while ((int32_t)stats_pow_u64(info->linexp.stepbase, 493 while ((uint32_t)stats_pow_u64(info->linexp.stepbase, 498 while ((int64_t)stats_pow_u64(info->linexp.stepbase, 503 while ((uint64_t)stats_pow_u64(info->linexp.stepbase, 508 while ((long)stats_pow_u64(info->linexp.stepbase, 518 while ((s32q_t)stats_pow_u64(info->linexp.stepbase, 522 while ((u32q_t)stats_pow_u64(info->linexp.stepbase, 526 while ((s64q_t)stats_pow_u64(info->linexp.stepbase, 531 while ((u64q_t)stats_pow_u64(info->linexp.stepbase, 539 step = stats_pow_u64(info->linexp.stepbase, curstepexp) / [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | stats.h | 382 } linexp; member 501 .linexp.linstepdiv = (nss), .linexp.stepbase = (sb)
|