Home
last modified time | relevance | path

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

/xnu-8020.101.4/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-8020.101.4/bsd/sys/
H A Dtypes.h105 typedef u_int32_t fixpt_t; /* fixed point number */ typedef
H A Dproc_internal.h332 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime (used by aio)*/
628 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */
680 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */
H A Dsysctl.h1143 fixpt_t ldavg[3];
1152 fixpt_t ldavg[3];
1157 fixpt_t ldavg[3];
H A Dproc.h128 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */