Lines Matching refs:test_array
1993 static int test_array [1 - 2 * !(($2) >= 0)];
1994 test_array [0] = 0;
1995 return test_array [0];
2010 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2011 test_array [0] = 0;
2012 return test_array [0];
2037 static int test_array [1 - 2 * !(($2) < 0)];
2038 test_array [0] = 0;
2039 return test_array [0];
2054 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2055 test_array [0] = 0;
2056 return test_array [0];
2089 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2090 test_array [0] = 0;
2091 return test_array [0];