Lines Matching refs:test_array
2120 static int test_array [1 - 2 * !(($2) >= 0)];
2121 test_array [0] = 0;
2122 return test_array [0];
2137 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2138 test_array [0] = 0;
2139 return test_array [0];
2164 static int test_array [1 - 2 * !(($2) < 0)];
2165 test_array [0] = 0;
2166 return test_array [0];
2181 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2182 test_array [0] = 0;
2183 return test_array [0];
2216 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2217 test_array [0] = 0;
2218 return test_array [0];