| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | expmed.h | 654 gcc_assert (IN_RANGE (to_idx, 0, NUM_MODE_IP_INT - 1)); in convert_cost_ptr() 655 gcc_assert (IN_RANGE (from_idx, 0, NUM_MODE_IP_INT - 1)); in convert_cost_ptr()
|
| H A D | recog.h | 282 gcc_checking_assert (IN_RANGE (which_alternative, 0, in which_op_alt()
|
| H A D | system.h | 315 #define IN_RANGE(VALUE, LOWER, UPPER) \ macro
|
| H A D | rtl.h | 120 #define INSN_CHAIN_CODE_P(CODE) IN_RANGE (CODE, DEBUG_INSN, NOTE) 2951 (IN_RANGE ((POS), 0, (unsigned HOST_WIDE_INT) (RANGE) - 1) \ 2952 && IN_RANGE ((SIZE), 1, (unsigned HOST_WIDE_INT) (RANGE) \
|
| H A D | insn-flags.h | 5223 && IN_RANGE (INTVAL (operands[2]) * GET_MODE_SIZE (QImode), 0, 63)) 5225 && IN_RANGE (INTVAL (operands[2]) * GET_MODE_SIZE (HImode), 0, 63)) 5227 && IN_RANGE (INTVAL (operands[2]) * GET_MODE_SIZE (SImode), 0, 63)) 5229 && IN_RANGE (INTVAL (operands[2]) * GET_MODE_SIZE (DImode), 0, 63)) 5231 && IN_RANGE (INTVAL (operands[2]) * GET_MODE_SIZE (BFmode), 0, 63)) 5233 && IN_RANGE (INTVAL (operands[2]) * GET_MODE_SIZE (HFmode), 0, 63)) 5235 && IN_RANGE (INTVAL (operands[2]) * GET_MODE_SIZE (SFmode), 0, 63)) 5237 && IN_RANGE (INTVAL (operands[2]) * GET_MODE_SIZE (DFmode), 0, 63)) 5241 && IN_RANGE (INTVAL (XVECEXP (operands[2], 0, 0)) \ 5246 && IN_RANGE (INTVAL (XVECEXP (operands[2], 0, 0)) \ [all …]
|
| H A D | wide-int.h | 3057 && IN_RANGE (xi.val[0], 0, HOST_WIDE_INT_MAX >> shift))
|
| H A D | tree.h | 5535 (IN_RANGE ((int)FNCODE, ((int)BUILT_IN_NONE) + 1, ((int) END_BUILTINS) - 1))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | expmed.h | 654 gcc_assert (IN_RANGE (to_idx, 0, NUM_MODE_IP_INT - 1)); in convert_cost_ptr() 655 gcc_assert (IN_RANGE (from_idx, 0, NUM_MODE_IP_INT - 1)); in convert_cost_ptr()
|
| H A D | recog.h | 282 gcc_checking_assert (IN_RANGE (which_alternative, 0, in which_op_alt()
|
| H A D | system.h | 315 #define IN_RANGE(VALUE, LOWER, UPPER) \ macro
|
| H A D | rtl.h | 120 #define INSN_CHAIN_CODE_P(CODE) IN_RANGE (CODE, DEBUG_INSN, NOTE) 2951 (IN_RANGE ((POS), 0, (unsigned HOST_WIDE_INT) (RANGE) - 1) \ 2952 && IN_RANGE ((SIZE), 1, (unsigned HOST_WIDE_INT) (RANGE) \
|
| H A D | wide-int.h | 3057 && IN_RANGE (xi.val[0], 0, HOST_WIDE_INT_MAX >> shift))
|
| H A D | tree.h | 5535 (IN_RANGE ((int)FNCODE, ((int)BUILT_IN_NONE) + 1, ((int) END_BUILTINS) - 1))
|
| H A D | insn-flags.h | 99 && IN_RANGE (INTVAL (operands[3]), 0, 31) \ 100 && IN_RANGE (INTVAL (operands[2]), 1, 32 - INTVAL (operands[3])))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/ |
| H A D | arm.h | 1606 (IN_RANGE ((REGNO), 0, 3) \ 1608 && IN_RANGE ((REGNO), FIRST_VFP_REGNUM, FIRST_VFP_REGNUM + 15)) \ 1610 && IN_RANGE ((REGNO), FIRST_IWMMXT_REGNUM, FIRST_IWMMXT_REGNUM + 9)))
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/ |
| H A D | defxx.h | 1693 #define IN_RANGE(value,low,high) ((value >= low) && (value <= high)) macro
|
| H A D | defxx.c | 3150 if (!IN_RANGE(pkt_len, FDDI_K_LLC_ZLEN, FDDI_K_LLC_LEN)) in dfx_rcv_queue_process() 3325 if (!IN_RANGE(skb->len, FDDI_K_LLC_ZLEN, FDDI_K_LLC_LEN)) in dfx_xmt_queue_pkt()
|