Lines Matching refs:xx
186 union_t xx; in delta() local
189 xx.tc = x; in delta()
190 if (xx.c[0] & 0x80) in delta()
195 tx.tc = pattern(xx.c[0] >> 7, P_O, P_Z); in delta()
196 if (memcmp (tx.c, xx.c, sizeof (tocheck_t)) == 0) in delta()
201 xx.c[i] += direction; in delta()
202 if (xx.c[i] != (direction > 0 ? 0 : 0xff)) in delta()
203 return xx.tc; in delta()
205 if (direction < 0 && (xx.c[0] & 0x7f) == 0) in delta()
206 return pattern(~(xx.c[0] >> 7) & 1, P_Z, P_Z1); in delta()
209 xx.c[0] += direction; in delta()
210 return xx.tc; in delta()
497 fail_xr(int line, const char *rm, tocheck_t x, tocheck_t r, tocheck_t xx, in fail_xr() argument
506 cxx = (unsigned char *)&xx; in fail_xr()