Searched refs:oal (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/compat/netinet6/
H A Din6_var.h78 struct in6_addrlifetime50 *oal = local
81 oal->ia6t_expire = (int32_t)cp.ia6t_expire;
82 oal->ia6t_preferred = (int32_t)cp.ia6t_preferred;
83 oal->ia6t_vltime = cp.ia6t_vltime;
84 oal->ia6t_pltime = cp.ia6t_pltime;
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dgcc_compat.c474 int sz, coff, csz, al, oal, mxal; local
485 oal = talign(sp->stype, sp->sap);
486 if (oal > al)
487 oal = al;
488 if (mxal < oal)
489 mxal = oal;
494 sp->soffset = upoff(sz, oal, &coff);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dgcc_compat.c581 int sz, coff, csz, al, oal, mxal; local
594 oal = talign(sp->stype, sp->sap);
595 if (oal > al)
596 oal = al;
597 if (mxal < oal)
598 mxal = oal;
603 sp->soffset = upoff(sz, oal, &coff);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 526 milliseconds