HomeSort by: relevance | last modified time | path
    Searched refs:ooffset (Results 1 - 8 of 8) 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.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/
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/sys/kern/
vnode_if.c 265 off_t ooffset = 0, noffset = 0; \
271 ooffset = (ap)->a_uio->uio_offset; \
282 if (__predict_false(vp_events != 0 && noffset > ooffset)) { \
  /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
  /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

Completed in 102 milliseconds