Home | History | Annotate | Download | only in safer

Lines Matching refs:PHT

94 #define PHT(x, y)    { y += x; x += y; }
277 PHT(a, b); PHT(c, d); PHT(e, f); PHT(g, h);
278 PHT(a, c); PHT(e, g); PHT(b, d); PHT(f, h);
279 PHT(a, e); PHT(b, f); PHT(c, g); PHT(d, h);