Lines Matching refs:test_array
2176 static int test_array [1 - 2 * !(($2) >= 0)];
2177 test_array [0] = 0;
2178 return test_array [0];
2194 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2195 test_array [0] = 0;
2196 return test_array [0];
2222 static int test_array [1 - 2 * !(($2) < 0)];
2223 test_array [0] = 0;
2224 return test_array [0];
2240 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2241 test_array [0] = 0;
2242 return test_array [0];
2276 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2277 test_array [0] = 0;
2278 return test_array [0];