Home
last modified time | relevance | path

Searched refs:fixpt_t (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.121.6/bsd/kern/
H A Dkern_synch.c461 static fixpt_t cexp[3] = {
462 (fixpt_t)(0.9200444146293232 * FSCALE), /* exp(-1/12) */
463 (fixpt_t)(0.9834714538216174 * FSCALE), /* exp(-1/60) */
464 (fixpt_t)(0.9944598480048967 * FSCALE), /* exp(-1/180) */
/xnu-11417.121.6/bsd/sys/
H A Dtypes.h108 typedef u_int32_t fixpt_t; /* fixed point number */ typedef
H A Dproc_internal.h338 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime (used by aio)*/
654 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */
706 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */
H A Dsysctl.h1144 fixpt_t ldavg[3];
1153 fixpt_t ldavg[3];
1158 fixpt_t ldavg[3];
H A Dproc.h128 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */