Home
last modified time | relevance | path

Searched defs:REF (Results 1 – 13 of 13) sorted by relevance

/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 Ddf.h650 #define DF_REF_REAL_REG(REF) (GET_CODE ((REF)->base.reg) == SUBREG \ argument
652 #define DF_REF_REGNO(REF) ((REF)->base.regno) argument
653 #define DF_REF_REAL_LOC(REF) (GET_CODE (*((REF)->regular_ref.loc)) == SUBREG \ argument
655 #define DF_REF_REG(REF) ((REF)->base.reg) argument
656 #define DF_REF_LOC(REF) (DF_REF_CLASS (REF) == DF_REF_REGULAR ? \ argument
658 #define DF_REF_BB(REF) (DF_REF_IS_ARTIFICIAL (REF) \ argument
661 #define DF_REF_BBNO(REF) (DF_REF_BB (REF)->index) argument
662 #define DF_REF_INSN_INFO(REF) ((REF)->base.insn_info) argument
663 #define DF_REF_INSN(REF) ((REF)->base.insn_info->insn) argument
664 #define DF_REF_INSN_UID(REF) (INSN_UID (DF_REF_INSN(REF))) argument
[all …]
/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 Ddf.h650 #define DF_REF_REAL_REG(REF) (GET_CODE ((REF)->base.reg) == SUBREG \ argument
652 #define DF_REF_REGNO(REF) ((REF)->base.regno) argument
653 #define DF_REF_REAL_LOC(REF) (GET_CODE (*((REF)->regular_ref.loc)) == SUBREG \ argument
655 #define DF_REF_REG(REF) ((REF)->base.reg) argument
656 #define DF_REF_LOC(REF) (DF_REF_CLASS (REF) == DF_REF_REGULAR ? \ argument
658 #define DF_REF_BB(REF) (DF_REF_IS_ARTIFICIAL (REF) \ argument
661 #define DF_REF_BBNO(REF) (DF_REF_BB (REF)->index) argument
662 #define DF_REF_INSN_INFO(REF) ((REF)->base.insn_info) argument
663 #define DF_REF_INSN(REF) ((REF)->base.insn_info->insn) argument
664 #define DF_REF_INSN_UID(REF) (INSN_UID (DF_REF_INSN(REF))) argument
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dap.h18 #define CLK_DIVIDER(REF, FREQ) ((((REF) * 2) / FREQ) - 2) argument
21 #define CLK_FREQUENCY(REF, REG) (((REF) * 2) / (REG + 2)) argument
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Dcpu.h29 #define CLK_DIVIDER(REF, FREQ) ((((REF) * 2) / FREQ) - 2) argument
32 #define CLK_FREQUENCY(REF, REG) (((REF) * 2) / (REG + 2)) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Dcore.hpp232 #define BOOST_MOVE_RET(RET_TYPE, REF)\ argument
442 #define BOOST_MOVE_RET(RET_TYPE, REF)\ argument
474 #define BOOST_MOVE_RET(RET_TYPE, REF)\ argument
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh7710.c28 RTC, WDT, REF, enumerator
H A Dsetup-sh770x.c32 RTC, WDT, REF, enumerator
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4/
H A Dsetup-sh7750.c185 TMU3, TMU4, TMU0, TMU1, TMU2, RTC, SCI1, SCIF, WDT, REF, enumerator
H A Dsetup-sh7760.c37 WDT, REF, enumerator
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dpersistence.hpp502REF = 4, //!< integer of size size_t. Typically used for storing complex dynamic structures … enumerator
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dpersistence.hpp502REF = 4, //!< integer of size size_t. Typically used for storing complex dynamic structures … enumerator
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dpersistence.hpp502REF = 4, //!< integer of size size_t. Typically used for storing complex dynamic structures … enumerator
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Dgcc-common.h185 #define PASS_INFO(NAME, REF, ID, POS) \ argument