Home
last modified time | relevance | path

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

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