Home
last modified time | relevance | path

Searched defs:xor_xy_x (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dfact-select01.c15 int xor_xy_x(int p, int x, int y) { return (p ? (x^y) : x) == ((p ? y : 0) ^ x); } in xor_xy_x() function

Completed in 1 milliseconds