Home
last modified time | relevance | path

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

/dports/misc/heyu2/heyu-2.10/
H A Dprocess.h1365 unsigned int ore_chgbits_uv; /* Change in least bit for UV factor changed state */ member
H A Dconfig.c580 configp->ore_chgbits_uv = DEF_ORE_CHGBITS_UV; in initialize_config()
2952 configp->ore_chgbits_uv = (unsigned char)value; in parse_config_tail()
H A Doregon.c1248 unchanged = (delta < configp->ore_chgbits_uv) ? 1 : 0; in translate_oregon()