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