Searched refs:exp (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sysctl.c150 fill_externproc(proc_t p, struct extern_proc *exp);
156 fill_user_externproc(proc_t p, struct user_extern_proc *exp);
1442 fill_externproc(proc_t p, struct extern_proc *exp) argument
1444 exp->p_forw = exp->p_back = NULL;
1445 exp->p_starttime = p->p_start;
1446 exp->p_vmspace = NULL;
1447 exp->p_sigacts = p->p_sigacts;
1448 exp->p_flag = p->p_flag;
1450 exp
1506 fill_user_externproc(proc_t p, struct user_extern_proc *exp) argument
[all...]
H A Dkern_acct.c320 int exp, rnd; local
322 exp = 0;
330 exp++;
336 exp++;
340 exp <<= MANTSIZE; /* Shift the exponent into place */
341 exp += s; /* and add on the mantissa. */
342 return (exp);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_id.c102 pmod(u_int16_t gen, u_int16_t exp, u_int16_t mod) argument
105 pmod(gen, exp, mod)
106 u_int16_t gen, exp, mod;
113 u = exp;
/macosx-10.5.8/xnu-1228.15.4/osfmk/libsa/
H A Dmath.h80 double exp (double);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsystm.h146 #define KASSERT(exp,msg)

Completed in 76 milliseconds