Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds