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