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

  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pass1.h 380 int upoff(int size, int alignment, int *poff);
gcc_compat.c 494 sp->soffset = upoff(sz, oal, &coff);
pftn.c 1036 sp->soffset = upoff(tsz, al, &rpole->rstr);
1354 upoff(int size, int alignment, int *poff) function
1404 off = upoff(SZINT, ALINT, &noff);
1409 off = upoff(tsz, al, &noff);
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pass1.h 411 int upoff(int size, int alignment, int *poff);
gcc_compat.c 603 sp->soffset = upoff(sz, oal, &coff);
pftn.c 1043 sp->soffset = upoff(tsz, al, &rpole->rstr);
1331 upoff(int size, int alignment, int *poff) function
1381 off = upoff(SZINT, ALINT, &noff);
1386 off = upoff(tsz, al, &noff);

Completed in 23 milliseconds