Searched defs:xor_xy_y (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ | ||
H A D | fact-select01.c | 14 int xor_xy_y(int p, int y, int x) { return (p ? (x^y) : y) == ((p ? x : 0) ^ y); } in xor_xy_y() function |
Completed in 2 milliseconds