Lines Matching refs:test_array
2149 static int test_array [1 - 2 * !(($2) >= 0)];
2150 test_array [0] = 0;
2151 return test_array [0];
2167 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2168 test_array [0] = 0;
2169 return test_array [0];
2196 static int test_array [1 - 2 * !(($2) < 0)];
2197 test_array [0] = 0;
2198 return test_array [0];
2214 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2215 test_array [0] = 0;
2216 return test_array [0];
2253 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2254 test_array [0] = 0;
2255 return test_array [0];