Searched defs:cmpe_and_eq (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ | ||
H A D | cmpe-and0.c | 1 int cmpe_and_eq(int a) { return ((a & 0xff00) == 0xff01) + 1; } in cmpe_and_eq() function |
Completed in 1 milliseconds