HomeSort by: relevance | last modified time | path
    Searched refs:oal (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/compat/netinet6/
in6_var.h 78 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;
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
gcc_compat.c 474 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);
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
gcc_compat.c 581 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);

Completed in 19 milliseconds