Home
last modified time | relevance | path

Searched refs:ore_chgbits_rtot (Results 1 – 3 of 3) sorted by relevance

/dports/misc/heyu2/heyu-2.10/
H A Dprocess.h1364 unsigned int ore_chgbits_rtot; /* Change in least bits for total rain changed state */ member
H A Doregon.c1011 unchanged = ((delta/tipfactor) < configp->ore_chgbits_rtot) ? 1 : 0; in translate_oregon()
1179 *sunchanged = ((delta/tipfactor) < configp->ore_chgbits_rtot) ? 1 : 0; in translate_oregon()
H A Dconfig.c579 configp->ore_chgbits_rtot = DEF_ORE_CHGBITS_RTOT; in initialize_config()
2943 configp->ore_chgbits_rtot = (unsigned int)longvalue; in parse_config_tail()