Lines Matching refs:test_array
2153 static int test_array [1 - 2 * !(($2) >= 0)];
2154 test_array [0] = 0;
2155 return test_array [0];
2170 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2171 test_array [0] = 0;
2172 return test_array [0];
2197 static int test_array [1 - 2 * !(($2) < 0)];
2198 test_array [0] = 0;
2199 return test_array [0];
2214 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2215 test_array [0] = 0;
2216 return test_array [0];
2249 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2250 test_array [0] = 0;
2251 return test_array [0];