Lines Matching refs:test_array
1976 static int test_array [1 - 2 * !(($2) >= 0)];
1977 test_array [0] = 0;
1978 return test_array [0];
1993 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1994 test_array [0] = 0;
1995 return test_array [0];
2020 static int test_array [1 - 2 * !(($2) < 0)];
2021 test_array [0] = 0;
2022 return test_array [0];
2037 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2038 test_array [0] = 0;
2039 return test_array [0];
2072 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2073 test_array [0] = 0;
2074 return test_array [0];