Lines Matching defs:state
29 int state;
85 t->state += 2 * i - 1;
87 if (!(t->state & 1)) {
88 if (t->state) {
90 * if ((*child)->state * 2 == -t->state)
102 * i = 4 * t->state + 2 * (*tp)->state + 12;
103 * t->state = ((0x614586 >> i) & 3) - 1;
104 * (*tp)->state = ((0x400EEA >> i) & 3) - 1 +
105 * ((*tp)->state >> 1);
109 if ((*child)->state * 2 == -t->state) {
116 (*tp)->child[0]->state = -((*tp)->state > 0);
117 (*tp)->child[1]->state = (*tp)->state < 0;
118 (*tp)->state = 0;
123 if ((*tp)->state)
124 t->state = 0;
126 t->state >>= 1;
127 (*tp)->state = -t->state;
131 if (!(*tp)->state ^ !!*next)