Lines Matching refs:test_array
2232 static int test_array [1 - 2 * !(($2) >= 0)];
2233 test_array [0] = 0;
2234 return test_array [0];
2249 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2250 test_array [0] = 0;
2251 return test_array [0];
2276 static int test_array [1 - 2 * !(($2) < 0)];
2277 test_array [0] = 0;
2278 return test_array [0];
2293 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2294 test_array [0] = 0;
2295 return test_array [0];
2328 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2329 test_array [0] = 0;
2330 return test_array [0];