HomeSort by: relevance | last modified time | path
    Searched defs:ooffset (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/f77/fcom/
main.c 354 register ftnint ooffset, ovlen; local
362 ooffset = 0;
379 prspace(ovlen-ooffset);
381 ooffset = 0;
404 if(offset < ooffset) {
408 if(offset > ooffset) {
409 prspace(offset-ooffset);
410 ooffset = offset;
421 if( (ooffset += size) > ovlen) {
427 prspace(ovlen-ooffset);
    [all...]
  /src/sys/ufs/lfs/
lfs_kclean.c 463 daddr_t ooffset, offset, endpseg; local
473 ooffset = offset;
476 if (offset == ooffset)
485 offset = ooffset;
495 offset = ooffset;
lfs_vfsops.c 489 daddr_t ooffset = 0; local
493 ooffset = lfs_sb_getoffset(fs);
526 if (lfs_sb_getoffset(fs) != ooffset)
  /src/external/gpl3/gcc/dist/gcc/
sanopt.cc 433 offset_int ooffset = wi::sext (wi::to_offset (offset), POINTER_SIZE); local
437 if (wi::les_p (cur_offset, ooffset))
440 else if (!pos_p && wi::les_p (ooffset, cur_offset))
  /src/external/gpl3/gcc.old/dist/gcc/
sanopt.cc 433 offset_int ooffset = wi::sext (wi::to_offset (offset), POINTER_SIZE); local
437 if (wi::les_p (cur_offset, ooffset))
440 else if (!pos_p && wi::les_p (ooffset, cur_offset))
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 7759 HOST_WIDE_INT ooffset = m->fs.sp_offset;
7767 ooffset = m->fs.fp_offset;
7773 ooffset = 0;
7784 m->fs.sp_offset = ooffset - INTVAL (offset);
7742 HOST_WIDE_INT ooffset = m->fs.sp_offset; local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 7359 HOST_WIDE_INT ooffset = m->fs.sp_offset;
7367 ooffset = m->fs.fp_offset;
7373 ooffset = 0;
7384 m->fs.sp_offset = ooffset - INTVAL (offset);
7342 HOST_WIDE_INT ooffset = m->fs.sp_offset; local

Completed in 67 milliseconds