Lines Matching refs:test_array
2212 static int test_array [1 - 2 * !(($2) >= 0)];
2213 test_array [0] = 0;
2214 return test_array [0];
2229 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2230 test_array [0] = 0;
2231 return test_array [0];
2256 static int test_array [1 - 2 * !(($2) < 0)];
2257 test_array [0] = 0;
2258 return test_array [0];
2273 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2274 test_array [0] = 0;
2275 return test_array [0];
2308 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2309 test_array [0] = 0;
2310 return test_array [0];