Lines Matching refs:test_array
2054 static int test_array [1 - 2 * !(($2) >= 0)];
2055 test_array [0] = 0;
2056 return test_array [0];
2071 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2072 test_array [0] = 0;
2073 return test_array [0];
2098 static int test_array [1 - 2 * !(($2) < 0)];
2099 test_array [0] = 0;
2100 return test_array [0];
2115 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2116 test_array [0] = 0;
2117 return test_array [0];
2150 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2151 test_array [0] = 0;
2152 return test_array [0];