Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dfact-select01.c14 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