• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/

Lines Matching refs:ac_type

20408      for ac_type in 'int8_t' 'int' 'long int' \
20420 static int test_array [1 - 2 * !(0 < ($ac_type) (((($ac_type) 1 << (8 - 2)) - 1) * 2 + 1))];
20455 static int test_array [1 - 2 * !(($ac_type) (((($ac_type) 1 << (8 - 2)) - 1) * 2 + 1)
20456 < ($ac_type) (((($ac_type) 1 << (8 - 2)) - 1) * 2 + 2))];
20486 case $ac_type in
20488 *) ac_cv_c_int8_t=$ac_type ;;
20524 for ac_type in 'int16_t' 'int' 'long int' \
20536 static int test_array [1 - 2 * !(0 < ($ac_type) (((($ac_type) 1 << (16 - 2)) - 1) * 2 + 1))];
20571 static int test_array [1 - 2 * !(($ac_type) (((($ac_type) 1 << (16 - 2)) - 1) * 2 + 1)
20572 < ($ac_type) (((($ac_type) 1 << (16 - 2)) - 1) * 2 + 2))];
20602 case $ac_type in
20604 *) ac_cv_c_int16_t=$ac_type ;;
20640 for ac_type in 'int32_t' 'int' 'long int' \
20652 static int test_array [1 - 2 * !(0 < ($ac_type) (((($ac_type) 1 << (32 - 2)) - 1) * 2 + 1))];
20687 static int test_array [1 - 2 * !(($ac_type) (((($ac_type) 1 << (32 - 2)) - 1) * 2 + 1)
20688 < ($ac_type) (((($ac_type) 1 << (32 - 2)) - 1) * 2 + 2))];
20718 case $ac_type in
20720 *) ac_cv_c_int32_t=$ac_type ;;
20756 for ac_type in 'int64_t' 'int' 'long int' \
20768 static int test_array [1 - 2 * !(0 < ($ac_type) (((($ac_type) 1 << (64 - 2)) - 1) * 2 + 1))];
20803 static int test_array [1 - 2 * !(($ac_type) (((($ac_type) 1 << (64 - 2)) - 1) * 2 + 1)
20804 < ($ac_type) (((($ac_type) 1 << (64 - 2)) - 1) * 2 + 2))];
20834 case $ac_type in
20836 *) ac_cv_c_int64_t=$ac_type ;;
20967 for ac_type in 'int' 'long int' 'long long int'; do
20978 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
21005 #define intptr_t $ac_type
21008 ac_type=
21017 test -z "$ac_type" && break
21029 for ac_type in 'uint8_t' 'unsigned int' 'unsigned long int' \
21041 static int test_array [1 - 2 * !(($ac_type) -1 >> (8 - 1) == 1)];
21066 case $ac_type in
21068 *) ac_cv_c_uint8_t=$ac_type ;;
21106 for ac_type in 'uint16_t' 'unsigned int' 'unsigned long int' \
21118 static int test_array [1 - 2 * !(($ac_type) -1 >> (16 - 1) == 1)];
21143 case $ac_type in
21145 *) ac_cv_c_uint16_t=$ac_type ;;
21179 for ac_type in 'uint32_t' 'unsigned int' 'unsigned long int' \
21191 static int test_array [1 - 2 * !(($ac_type) -1 >> (32 - 1) == 1)];
21216 case $ac_type in
21218 *) ac_cv_c_uint32_t=$ac_type ;;
21256 for ac_type in 'uint64_t' 'unsigned int' 'unsigned long int' \
21268 static int test_array [1 - 2 * !(($ac_type) -1 >> (64 - 1) == 1)];
21293 case $ac_type in
21295 *) ac_cv_c_uint64_t=$ac_type ;;
21428 for ac_type in 'unsigned int' 'unsigned long int' \
21440 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
21467 #define uintptr_t $ac_type
21470 ac_type=
21479 test -z "$ac_type" && break