Lines Matching refs:test_array
2156 static int test_array [1 - 2 * !(($2) >= 0)];
2157 test_array [0] = 0;
2158 return test_array [0];
2174 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2175 test_array [0] = 0;
2176 return test_array [0];
2202 static int test_array [1 - 2 * !(($2) < 0)];
2203 test_array [0] = 0;
2204 return test_array [0];
2220 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2221 test_array [0] = 0;
2222 return test_array [0];
2256 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2257 test_array [0] = 0;
2258 return test_array [0];
7305 static int test_array [1 - 2 * !(/* On Ultrix 4.3 cc, long double is 4 and double is 8. */
7307 test_array [0] = 0;
7308 return test_array [0];
7519 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
7520 test_array [0] = 0;
7521 return test_array [0];
9770 static int test_array [1 - 2 * !(((char) -1) < 0)];
9771 test_array [0] = 0;
9772 return test_array [0];