Lines Matching refs:test_array
1956 static int test_array [1 - 2 * !(($2) >= 0)];
1957 test_array [0] = 0;
1958 return test_array [0];
1973 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1974 test_array [0] = 0;
1975 return test_array [0];
2000 static int test_array [1 - 2 * !(($2) < 0)];
2001 test_array [0] = 0;
2002 return test_array [0];
2017 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2018 test_array [0] = 0;
2019 return test_array [0];
2052 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2053 test_array [0] = 0;
2054 return test_array [0];