Home | History | Annotate | Download | only in src

Lines Matching full:test_array

1712 static int test_array [1 - 2 * !(($2) >= 0)];
1713 test_array [0] = 0;
1714 return test_array [0];
1729 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1730 test_array [0] = 0;
1731 return test_array [0];
1756 static int test_array [1 - 2 * !(($2) < 0)];
1757 test_array [0] = 0;
1758 return test_array [0];
1773 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1774 test_array [0] = 0;
1775 return test_array [0];
1808 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1809 test_array [0] = 0;
1810 return test_array [0];