Lines Matching defs:p8
72 int last_p8, p8, i;
80 p8 = (256 * p + one / 2) >> 32; // FIXME: try without the one
81 if (p8 <= last_p8)
82 p8 = last_p8 + 1;
83 if (last_p8 && last_p8 < 256 && p8 <= max_p)
84 c->one_state[last_p8] = p8;
87 last_p8 = p8;
96 p8 = (256 * p + one / 2) >> 32; // FIXME: try without the one
97 if (p8 <= i)
98 p8 = i + 1;
99 if (p8 > max_p)
100 p8 = max_p;
101 c->one_state[i] = p8;