Lines Matching refs:test_array
1999 static int test_array [1 - 2 * !(($2) >= 0)];
2000 test_array [0] = 0;
2001 return test_array [0];
2016 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2017 test_array [0] = 0;
2018 return test_array [0];
2043 static int test_array [1 - 2 * !(($2) < 0)];
2044 test_array [0] = 0;
2045 return test_array [0];
2060 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2061 test_array [0] = 0;
2062 return test_array [0];
2095 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2096 test_array [0] = 0;
2097 return test_array [0];