Lines Matching refs:test_array
2198 static int test_array [1 - 2 * !(($2) >= 0)];
2199 test_array [0] = 0;
2200 return test_array [0];
2215 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2216 test_array [0] = 0;
2217 return test_array [0];
2242 static int test_array [1 - 2 * !(($2) < 0)];
2243 test_array [0] = 0;
2244 return test_array [0];
2259 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2260 test_array [0] = 0;
2261 return test_array [0];
2294 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2295 test_array [0] = 0;
2296 return test_array [0];