Home
last modified time | relevance | path

Searched refs:LIFE_12GLIDERS (Results 1 – 4 of 4) sorted by relevance

/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dlife.h11062 #define LIFE_12GLIDERS 16 /* GLIDER rules are first in param_12rules */ macro
H A Dlife3d.h20586 #define LIFE_12GLIDERS 2 macro
H A Dlife3d.c3741 lp->patterned_rule = NRAND(LIFE_12GLIDERS); in init_life3d()
4086 if ((unsigned) lp->patterned_rule >= LIFE_12GLIDERS) in change_life3d()
H A Dlife.c4302 lp->patterned_rule = NRAND(LIFE_12GLIDERS); in init_life()
4955 if ((unsigned) lp->patterned_rule >= LIFE_12GLIDERS) in change_life()