Home
last modified time | relevance | path

Searched refs:wasdelayed (Results 1 – 6 of 6) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_prop.h90 SCIP_Bool wasdelayed; /**< was the propagator delayed at the last call? */ member
H A Dprop.c186 (*prop)->wasdelayed = FALSE; in doPropCreate()
352 prop->wasdelayed = FALSE; in SCIPpropInit()
419 prop->wasdelayed = FALSE; in SCIPpropInitpre()
714 prop->wasdelayed = (*result == SCIP_DELAYED); in SCIPpropExec()
1143 return prop->wasdelayed; in SCIPpropWasDelayed()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dvfs_bio.c795 int rv, sync, wasdelayed; in bwrite() local
850 wasdelayed = ISSET(bp->b_oflags, BO_DELWRI); in bwrite()
852 if (wasdelayed) { in bwrite()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Ddisk.c3748 int wasdelayed = drv->dskchange_time; in DISK_examine_image() local
3803 if (wasdelayed > 1) { in DISK_examine_image()
3806 drv->dskchange_time = wasdelayed; in DISK_examine_image()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Ddisk.cpp4366 int wasdelayed = drv->dskchange_time; in DISK_examine_image() local
4452 if (wasdelayed > 1) { in DISK_examine_image()
4455 drv->dskchange_time = wasdelayed; in DISK_examine_image()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG4718 - fixed wrong changing of wasdelayed flag for propagators
5800 - fixed bug in presol.c caused by not reseting presolver-wasdelayed status