Home
last modified time | relevance | path

Searched refs:MINUS_ONE (Results 1 – 1 of 1) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dcmps-and0.c1 #define MINUS_ONE -1 macro
5 int cmps_and_lt_lt0(int a) { return ((a & MASK) < MINUS_ONE) + 1; } in cmps_and_lt_lt0()
7 int cmps_and_le_lt0(int a) { return ((a & MASK) <= MINUS_ONE) + 1; } in cmps_and_le_lt0()
10 int cmps_and_gt_lt0(int a) { return ((a & MASK) > MINUS_ONE) + 0; } in cmps_and_gt_lt0()
12 int cmps_and_ge_lt0(int a) { return ((a & MASK) >= MINUS_ONE) + 0; } in cmps_and_ge_lt0()