Home
last modified time | relevance | path

Searched refs:preprocessor (Results 1 – 25 of 161) sorted by relevance

1234567

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/slot/
H A Dslot.hpp22 # 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 Diterate.hpp76 # 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 Dself.hpp17 # define BOOST_PP_INCLUDE_SELF() <boost/preprocessor/iteration/detail/self.hpp>
H A Dlocal.hpp21 # define BOOST_PP_LOCAL_ITERATE() <boost/preprocessor/iteration/detail/local.hpp>
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ghostscript/ghostscript/
H A Dbase-genht.c-add-a-preprocessor-define-to-allow-fope.patch4 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 Dmaxim,max77686.txt11 (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 Damlogic,meson8b-clkc.txt26 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 Damlogic,gxbb-aoclkc.txt27 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 Dstericsson,abx500.txt11 All available clocks are defined as preprocessor macros in
H A Dexynos5250-clock.txt19 All available clocks are defined as preprocessor macros in
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/lzop/lzop/
H A Dacinclude.m4165 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 D0003-Define-the-C-preprocessor-variable-to-improve-reprod.patch4 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 Dcpp.info25 * 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 Dcppinternals.info35 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 Dcpp.info25 * 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 Dcppinternals.info35 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 Dmcpp_2.7.2.bb1 SUMMARY = "MCPP is a portable C/C++ preprocessor"
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A DMakefile-keyspan_pda_fw5 # and its lack of preprocessor support
/OK3568_Linux_fs/buildroot/package/beecrypt/
H A D0003-don-t-check-for-cplusplus-compiler.patch10 # Checks for C compiler and preprocessor
/OK3568_Linux_fs/external/mpp/tools/
H A Dastylerc14 #--indent-preprocessor
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unifdef/
H A Dunifdef_2.12.bb5 DESCRIPTION = "The unifdef utility selectively processes conditional C preprocessor #if and #ifdef …
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-util/
H A Dmakedepend_1.0.6.bb6 and parses it like a C-preprocessor, processing \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0002-CVE-2021-42574.patch21 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 Duthash_2.3.0.bb2 DESCRIPTION = " uthash-dev provides a hash table implementation using C preprocessor macros.\n\
/OK3568_Linux_fs/external/xserver/m4/
H A Dac_define_dir.m414 # VARNAME is then offered as both an output variable and a C preprocessor

1234567