Searched refs:fixpt_t (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_synch.c407 static fixpt_t cexp[3] = {
408 (fixpt_t)(0.9200444146293232 * FSCALE), /* exp(-1/12) */
409 (fixpt_t)(0.9834714538216174 * FSCALE), /* exp(-1/60) */
410 (fixpt_t)(0.9944598480048967 * FSCALE), /* exp(-1/180) */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h125 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */
H A Dtypes.h107 typedef u_int32_t fixpt_t; /* fixed point number */ typedef
H A Dproc_internal.h235 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime (used by aio)*/
442 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */
H A Dsysctl.h766 /* Load average structure. Use of fixpt_t assume <sys/types.h> in scope. */
767 /* XXX perhaps we should protect fixpt_t, and define it here (or discard it) */
769 fixpt_t ldavg[3];
778 fixpt_t ldavg[3];
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstatus.c45 typedef unsigned int fixpt_t; /* XXX <sys/resource.h> not self contained */ typedef

Completed in 63 milliseconds