| /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 | df.h | 650 #define DF_REF_REAL_REG(REF) (GET_CODE ((REF)->base.reg) == SUBREG \ argument 651 ? SUBREG_REG ((REF)->base.reg) : ((REF)->base.reg)) 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 654 ? &SUBREG_REG (*((REF)->regular_ref.loc)) : ((REF)->regular_ref.loc)) 655 #define DF_REF_REG(REF) ((REF)->base.reg) argument 656 #define DF_REF_LOC(REF) (DF_REF_CLASS (REF) == DF_REF_REGULAR ? \ argument 657 (REF)->regular_ref.loc : NULL) 658 #define DF_REF_BB(REF) (DF_REF_IS_ARTIFICIAL (REF) \ argument 659 ? (REF)->artificial_ref.bb \ [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 D | df.h | 650 #define DF_REF_REAL_REG(REF) (GET_CODE ((REF)->base.reg) == SUBREG \ argument 651 ? SUBREG_REG ((REF)->base.reg) : ((REF)->base.reg)) 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 654 ? &SUBREG_REG (*((REF)->regular_ref.loc)) : ((REF)->regular_ref.loc)) 655 #define DF_REF_REG(REF) ((REF)->base.reg) argument 656 #define DF_REF_LOC(REF) (DF_REF_CLASS (REF) == DF_REF_REGULAR ? \ argument 657 (REF)->regular_ref.loc : NULL) 658 #define DF_REF_BB(REF) (DF_REF_IS_ARTIFICIAL (REF) \ argument 659 ? (REF)->artificial_ref.bb \ [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/ |
| H A D | ap.h | 18 #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 D | cpu.h | 29 #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 D | core.hpp | 232 #define BOOST_MOVE_RET(RET_TYPE, REF)\ argument 233 boost::move_detail::move_return< RET_TYPE >(REF) 442 #define BOOST_MOVE_RET(RET_TYPE, REF)\ argument 443 REF 474 #define BOOST_MOVE_RET(RET_TYPE, REF)\ argument 475 boost::move_detail::move_return< RET_TYPE >(REF)
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/dac/ |
| H A D | ad7303.txt | 10 - REF-supply: Phandle to the external reference voltage supply. This should 11 only be set if there is an external reference voltage connected to the REF 22 REF-supply = <&vref_supply>;
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh3/ |
| H A D | setup-sh770x.c | 32 RTC, WDT, REF, enumerator 43 INTC_VECT(REF, 0x580), 44 INTC_VECT(REF, 0x5a0), 69 { 0xfffffee4, 0, 16, 4, /* IPRB */ { WDT, REF, SCI, 0 } },
|
| H A D | setup-sh7710.c | 28 RTC, WDT, REF, enumerator 54 INTC_VECT(REF, 0x580), 59 { 0xfffffee4, 0, 16, 4, /* IPRB */ { WDT, REF, 0, 0 } },
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4/ |
| H A D | setup-sh7750.c | 185 TMU3, TMU4, TMU0, TMU1, TMU2, RTC, SCI1, SCIF, WDT, REF, enumerator 202 INTC_VECT(REF, 0x580), INTC_VECT(REF, 0x5a0), 207 { 0xffd00008, 0, 16, 4, /* IPRB */ { WDT, REF, SCI1, 0 } },
|
| H A D | setup-sh7760.c | 37 WDT, REF, enumerator 75 INTC_VECT(REF, 0x580), INTC_VECT(REF, 0x5a0), 105 { 0xffd00008, 0, 16, 4, /* IPRB */ { WDT, REF, 0, 0 } },
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | path-lookup.rst | 30 will allow us to review "REF-walk" and "RCU-walk" separately. But we 142 REF-walk: simple concurrency management with refcounts and spinlocks 148 pathname, and focus on the "REF-walk" approach to concurrency 155 REF-walk is fairly heavy-handed with locks and reference counts. Not 162 The locking mechanisms used by REF-walk include: 205 When looking for a name in a directory, REF-walk takes ``d_lock`` on 211 REF-walk can take ``d_lock`` to get a stable reference to ``d_parent``, 517 Apart from symbolic links, there are only two parts of the "REF-walk" 600 It is in many ways similar to REF-walk and the two share quite a bit 604 We noted that REF-walk is complex because there are numerous details [all …]
|
| H A D | ubifs-authentication.rst | 171 / CS | REF | REF | | \ \ DENT | INO | INO | / 182 (CS) and reference nodes (REF) pointing to main area 344 ,.REF#0,-> bud -> bud -> bud.-> auth -> bud -> bud.-> auth ... 351 , REF#1 -> bud -> bud,-> auth ... 354 REF#2 -> ...
|
| H A D | autofs.rst | 173 to "REF-walk", which is slower but more robust. 189 mounted, it *will* fall back to REF-walk. `d_manage()` cannot make the
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/ |
| H A D | CMakeLists.txt | 72 #set(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} /DEBUG /OPT:REF /OPT:ICF")
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_parser_demo/ |
| H A D | CMakeLists.txt | 83 #set(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} /DEBUG /OPT:REF /OPT:ICF")
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/smart_ir/ |
| H A D | CMakeLists.txt | 100 #set(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} /DEBUG /OPT:REF /OPT:ICF")
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/ |
| HD | ISO_646.BASIC.gz | 1<code_set_name> ISO_646.BASIC
2<comment_char> %
3<escape_char> /
4% ... |
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/ |
| HD | ISO_646.BASIC.gz | 1<code_set_name> ISO_646.BASIC
2<comment_char> %
3<escape_char> /
4% ... |
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 185 #define PASS_INFO(NAME, REF, ID, POS) \ argument 188 .reference_pass_name = REF, \
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/ |
| H A D | CMakeLists.txt | 165 #set(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} /DEBUG /OPT:REF /OPT:ICF")
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/ |
| H A D | CMakeLists.txt | 177 #set(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} /DEBUG /OPT:REF /OPT:ICF")
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/ |
| H A D | 857.patch | 76 env['LINKFLAGS'] = '/INCREMENTAL:NO /MANIFEST /NOLOGO /OPT:REF /OPT:ICF /MACHINE:X86'
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | property.h | 319 REF, _val_, _len_)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | persistence.hpp | 502 …REF = 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 D | persistence.hpp | 502 …REF = 4, //!< integer of size size_t. Typically used for storing complex dynamic structures … enumerator
|