| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/slot/ |
| H A D | slot.hpp | 22 # define BOOST_PP_ASSIGN_SLOT_1 <boost/preprocessor/slot/detail/slot1.hpp> 23 # define BOOST_PP_ASSIGN_SLOT_2 <boost/preprocessor/slot/detail/slot2.hpp> 24 # define BOOST_PP_ASSIGN_SLOT_3 <boost/preprocessor/slot/detail/slot3.hpp> 25 # define BOOST_PP_ASSIGN_SLOT_4 <boost/preprocessor/slot/detail/slot4.hpp> 26 # define BOOST_PP_ASSIGN_SLOT_5 <boost/preprocessor/slot/detail/slot5.hpp>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/iteration/ |
| H A D | iterate.hpp | 76 # define BOOST_PP_ITERATE_1 <boost/preprocessor/iteration/detail/iter/forward1.hpp> 77 # define BOOST_PP_ITERATE_2 <boost/preprocessor/iteration/detail/iter/forward2.hpp> 78 # define BOOST_PP_ITERATE_3 <boost/preprocessor/iteration/detail/iter/forward3.hpp> 79 # define BOOST_PP_ITERATE_4 <boost/preprocessor/iteration/detail/iter/forward4.hpp> 80 # define BOOST_PP_ITERATE_5 <boost/preprocessor/iteration/detail/iter/forward5.hpp>
|
| H A D | self.hpp | 17 # define BOOST_PP_INCLUDE_SELF() <boost/preprocessor/iteration/detail/self.hpp>
|
| H A D | local.hpp | 21 # define BOOST_PP_LOCAL_ITERATE() <boost/preprocessor/iteration/detail/local.hpp>
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ghostscript/ghostscript/ |
| H A D | base-genht.c-add-a-preprocessor-define-to-allow-fope.patch | 4 Subject: [PATCH 10/10] base/genht.c: add a preprocessor define to allow fopen 10 Replace all fopen calls with gp_fopen and add a preprocessor define so 14 This patch add a preprocessor define to allow fopen calling in
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | maxim,max77686.txt | 11 (gated/ungated) over I2C. Clocks are defined as preprocessor macros in 16 (gated/ungated) over I2C. Clocks are defined as preprocessor macros in 20 (gated/ungated) over I2C. Clocks are defined as preprocessor macros in 38 Clocks are defined as preprocessor macros in above dt-binding header for
|
| H A D | amlogic,meson8b-clkc.txt | 26 preprocessor macros in the dt-bindings/clock/meson8b-clkc.h header and can be 29 Similarly a preprocessor macro for each reset line is defined in
|
| H A D | amlogic,gxbb-aoclkc.txt | 27 preprocessor macros in the dt-bindings/clock/gxbb-aoclkc.h header and can be 34 preprocessor macros in the dt-bindings/reset/gxbb-aoclkc.h header and can be
|
| H A D | stericsson,abx500.txt | 11 All available clocks are defined as preprocessor macros in
|
| H A D | exynos5250-clock.txt | 19 All available clocks are defined as preprocessor macros in
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/lzop/lzop/ |
| H A D | acinclude.m4 | 165 AC_MSG_CHECKING([whether the C preprocessor needs special flags]) 170 # include "your C preprocessor is broken 1" 172 # include "your C preprocessor is broken 2" 174 # include "your C preprocessor is broken 3" 195 AC_MSG_ERROR([your C preprocessor is broken - for details see config.log]) 214 # error "your preprocessor is broken - use compiler option -no-cpp-precomp" 216 # include "your preprocessor is broken"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
| H A D | 0003-Define-the-C-preprocessor-variable-to-improve-reprod.patch | 4 Subject: [PATCH 03/10] Define the C preprocessor variable to improve reproducibility 6 Define the C preprocessor variable BUILD_DATE, which can be used
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | cpp.info | 25 * Cpp: (cpp). The GNU C preprocessor. 34 The C preprocessor implements the macro language used to transform C, 160 The C preprocessor, often known as "cpp", is a "macro processor" that is 165 The C preprocessor is intended to be used only with C, C++, and 181 Wherever possible, you should use a preprocessor geared to the 188 C preprocessor, which provides a small superset of the features of ISO 189 Standard C. In its default mode, the GNU C preprocessor does not do a 198 This manual describes the behavior of the ISO preprocessor. To 199 minimize gratuitous differences, where the ISO preprocessor's behavior 201 preprocessor should behave the same way. The various differences that [all …]
|
| H A D | cppinternals.info | 35 The GNU C preprocessor is implemented as a library, "cpplib", so it can 36 be easily shared between a stand-alone preprocessor, and a preprocessor 45 preprocessor in previous versions of GCC would operate on text strings 171 'parsing_args' is nonzero when the preprocessor is collecting the 190 correct in the preprocessor; there are plenty of tests in the testsuite 280 When the preprocessor was changed to return pointers to tokens, one 283 preprocessor, the future direction of the C family front ends, and even 286 Occasionally the preprocessor wants to be able to peek ahead in the 293 preprocessor wants to be able to test the current token with the 302 preprocessor lex all tokens on a line consecutively into a token buffer, [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | cpp.info | 25 * Cpp: (cpp). The GNU C preprocessor. 34 The C preprocessor implements the macro language used to transform C, 160 The C preprocessor, often known as "cpp", is a "macro processor" that is 165 The C preprocessor is intended to be used only with C, C++, and 181 Wherever possible, you should use a preprocessor geared to the 188 C preprocessor, which provides a small superset of the features of ISO 189 Standard C. In its default mode, the GNU C preprocessor does not do a 198 This manual describes the behavior of the ISO preprocessor. To 199 minimize gratuitous differences, where the ISO preprocessor's behavior 201 preprocessor should behave the same way. The various differences that [all …]
|
| H A D | cppinternals.info | 35 The GNU C preprocessor is implemented as a library, "cpplib", so it can 36 be easily shared between a stand-alone preprocessor, and a preprocessor 45 preprocessor in previous versions of GCC would operate on text strings 171 'parsing_args' is nonzero when the preprocessor is collecting the 190 correct in the preprocessor; there are plenty of tests in the testsuite 280 When the preprocessor was changed to return pointers to tokens, one 283 preprocessor, the future direction of the C family front ends, and even 286 Occasionally the preprocessor wants to be able to peek ahead in the 293 preprocessor wants to be able to test the current token with the 302 preprocessor lex all tokens on a line consecutively into a token buffer, [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/mcpp/ |
| H A D | mcpp_2.7.2.bb | 1 SUMMARY = "MCPP is a portable C/C++ preprocessor"
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | Makefile-keyspan_pda_fw | 5 # and its lack of preprocessor support
|
| /OK3568_Linux_fs/buildroot/package/beecrypt/ |
| H A D | 0003-don-t-check-for-cplusplus-compiler.patch | 10 # Checks for C compiler and preprocessor
|
| /OK3568_Linux_fs/external/mpp/tools/ |
| H A D | astylerc | 14 #--indent-preprocessor
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unifdef/ |
| H A D | unifdef_2.12.bb | 5 DESCRIPTION = "The unifdef utility selectively processes conditional C preprocessor #if and #ifdef …
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-util/ |
| H A D | makedepend_1.0.6.bb | 6 and parses it like a C-preprocessor, processing \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0002-CVE-2021-42574.patch | 21 misleading Unicode bidirectional control characters the preprocessor may 46 PR preprocessor/103026 224 +/* PR preprocessor/103026 */ 257 +/* PR preprocessor/103026 */ 276 +/* PR preprocessor/103026 */ 299 +/* PR preprocessor/103026 */ 322 +/* PR preprocessor/103026 */ 366 +/* PR preprocessor/103026 */ 431 +/* PR preprocessor/103026 */ 463 +/* PR preprocessor/103026 */ [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/uthash/ |
| H A D | uthash_2.3.0.bb | 2 DESCRIPTION = " uthash-dev provides a hash table implementation using C preprocessor macros.\n\
|
| /OK3568_Linux_fs/external/xserver/m4/ |
| H A D | ac_define_dir.m4 | 14 # VARNAME is then offered as both an output variable and a C preprocessor
|