Home
last modified time | relevance | path

Searched refs:ooffset (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dmain.c354 register ftnint ooffset, ovlen; in dodata() local
362 ooffset = 0; in dodata()
379 prspace(ovlen-ooffset); in dodata()
381 ooffset = 0; in dodata()
404 if(offset < ooffset) { in dodata()
408 if(offset > ooffset) { in dodata()
409 prspace(offset-ooffset); in dodata()
410 ooffset = offset; in dodata()
421 if( (ooffset += size) > ovlen) { in dodata()
427 prspace(ovlen-ooffset); in dodata()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsanopt.cc433 offset_int ooffset = wi::sext (wi::to_offset (offset), POINTER_SIZE); in has_dominating_ubsan_ptr_check() local
437 if (wi::les_p (cur_offset, ooffset)) in has_dominating_ubsan_ptr_check()
440 else if (!pos_p && wi::les_p (ooffset, cur_offset)) in has_dominating_ubsan_ptr_check()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsanopt.c433 offset_int ooffset = wi::sext (wi::to_offset (offset), POINTER_SIZE); in has_dominating_ubsan_ptr_check() local
437 if (wi::les_p (cur_offset, ooffset)) in has_dominating_ubsan_ptr_check()
440 else if (!pos_p && wi::les_p (ooffset, cur_offset)) in has_dominating_ubsan_ptr_check()
/netbsd-src/sys/kern/
H A Dvnode_if.c265 off_t ooffset = 0, noffset = 0; \
271 ooffset = (ap)->a_uio->uio_offset; \
282 if (__predict_false(vp_events != 0 && noffset > ooffset)) { \
/netbsd-src/sys/ufs/lfs/
H A Dlfs_vfsops.c458 daddr_t ooffset = 0; in lfs_writerd() local
462 ooffset = lfs_sb_getoffset(fs); in lfs_writerd()
495 if (lfs_sb_getoffset(fs) != ooffset) in lfs_writerd()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c6832 HOST_WIDE_INT ooffset = m->fs.sp_offset; in pro_epilogue_adjust_stack() local
6840 ooffset = m->fs.fp_offset; in pro_epilogue_adjust_stack()
6846 ooffset = 0; in pro_epilogue_adjust_stack()
6857 m->fs.sp_offset = ooffset - INTVAL (offset); in pro_epilogue_adjust_stack()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc7324 HOST_WIDE_INT ooffset = m->fs.sp_offset; in pro_epilogue_adjust_stack() local
7332 ooffset = m->fs.fp_offset; in pro_epilogue_adjust_stack()
7338 ooffset = 0; in pro_epilogue_adjust_stack()
7349 m->fs.sp_offset = ooffset - INTVAL (offset); in pro_epilogue_adjust_stack()