Lines Matching refs:test_array
1637 static int test_array [1 - 2 * !(($2) >= 0)];
1638 test_array [0] = 0;
1639 return test_array [0];
1655 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1656 test_array [0] = 0;
1657 return test_array [0];
1683 static int test_array [1 - 2 * !(($2) < 0)];
1684 test_array [0] = 0;
1685 return test_array [0];
1701 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1702 test_array [0] = 0;
1703 return test_array [0];
1737 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1738 test_array [0] = 0;
1739 return test_array [0];
7532 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
7533 test_array [0] = 0;
7534 return test_array [0];