Lines Matching refs:test_array
2175 static int test_array [1 - 2 * !(($2) >= 0)];
2176 test_array [0] = 0;
2177 return test_array [0];
2193 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2194 test_array [0] = 0;
2195 return test_array [0];
2221 static int test_array [1 - 2 * !(($2) < 0)];
2222 test_array [0] = 0;
2223 return test_array [0];
2239 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2240 test_array [0] = 0;
2241 return test_array [0];
2275 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2276 test_array [0] = 0;
2277 return test_array [0];