Home
last modified time | relevance | path

Searched refs:macro (Results 1 – 25 of 2221) sorted by relevance

12345678910>>...89

/third_party/boost/boost/parameter/aux_/preprocessor/
Dbinary_seq_for_each.hpp9 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_0(macro, data) argument
16 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_1(macro, data) \ argument
21 , macro \
25 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_2(macro, data) \ argument
30 , macro \
34 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_3(macro, data) \ argument
39 , macro \
43 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_4(macro, data) \ argument
48 , macro \
52 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_5(macro, data) \ argument
[all …]
/third_party/libuv/docs/src/
Derrors.rst22 .. c:macro:: UV_E2BIG
26 .. c:macro:: UV_EACCES
30 .. c:macro:: UV_EADDRINUSE
34 .. c:macro:: UV_EADDRNOTAVAIL
38 .. c:macro:: UV_EAFNOSUPPORT
42 .. c:macro:: UV_EAGAIN
46 .. c:macro:: UV_EAI_ADDRFAMILY
50 .. c:macro:: UV_EAI_AGAIN
54 .. c:macro:: UV_EAI_BADFLAGS
58 .. c:macro:: UV_EAI_BADHINTS
[all …]
/third_party/boost/boost/preprocessor/seq/
Dfor_each_i.hpp30 # define BOOST_PP_SEQ_FOR_EACH_I(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK(macro, d… argument
32 # define BOOST_PP_SEQ_FOR_EACH_I(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_I(macro, data, seq) argument
33 # define BOOST_PP_SEQ_FOR_EACH_I_I(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK(macro,… argument
36 # define BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK_EXEC(macro, data, seq) BOOST_PP_FOR((macro, data, … argument
37 # define BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK_EMPTY(macro, data, seq) argument
39 # define BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK(macro, data, seq) \ argument
46 (macro, data, seq) \
57 # define BOOST_PP_SEQ_FOR_EACH_I_O_I(macro, data, seq, i, sz) \ argument
58 BOOST_PP_SEQ_FOR_EACH_I_O_I_DEC(macro, data, seq, i, BOOST_PP_DEC(sz)) \
60 # define BOOST_PP_SEQ_FOR_EACH_I_O_I_DEC(macro, data, seq, i, sz) \ argument
[all …]
Dfor_each.hpp29 # define BOOST_PP_SEQ_FOR_EACH(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK(macro, data,… argument
31 # define BOOST_PP_SEQ_FOR_EACH(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_D(macro, data, seq) argument
32 # define BOOST_PP_SEQ_FOR_EACH_D(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK(macro, dat… argument
35 # define BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK_EXEC(macro, data, seq) BOOST_PP_FOR((macro, data, se… argument
36 # define BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK_EMPTY(macro, data, seq) argument
38 # define BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK(macro, data, seq) \ argument
45 (macro, data, seq) \
56 # define BOOST_PP_SEQ_FOR_EACH_O_I(macro, data, seq, sz) \ argument
57 BOOST_PP_SEQ_FOR_EACH_O_I_DEC(macro, data, seq, BOOST_PP_DEC(sz)) \
59 # define BOOST_PP_SEQ_FOR_EACH_O_I_DEC(macro, data, seq, sz) \ argument
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DMacroExpander.cpp86 for (const auto &macro : mExpander->mMacrosToReenable) in ~ScopedMacroReenabler() local
90 assert(!macro->name.substr().empty()); in ~ScopedMacroReenabler()
91 macro->disabled = false; in ~ScopedMacroReenabler()
177 std::shared_ptr<Macro> macro = iter->second; in lex() local
178 if (macro->disabled) in lex()
187 macro->expansionCount++; in lex()
188 if ((macro->type == Macro::kTypeFunc) && !isNextTokenLeftParen()) in lex()
192 macro->expansionCount--; in lex()
196 pushMacro(macro, *token); in lex()
252 bool MacroExpander::pushMacro(std::shared_ptr<Macro> macro, const Token &identifier) in pushMacro() argument
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DMacroExpander.cpp77 for (const std::shared_ptr<Macro> &macro : mExpander->mMacrosToReenable) in ~ScopedMacroReenabler() local
81 ASSERT(macro->name.substr() != ""); in ~ScopedMacroReenabler()
82 macro->disabled = false; in ~ScopedMacroReenabler()
171 std::shared_ptr<Macro> macro = iter->second; in lex() local
172 if (macro->disabled) in lex()
181 macro->expansionCount++; in lex()
182 if ((macro->type == Macro::kTypeFunc) && !isNextTokenLeftParen()) in lex()
186 macro->expansionCount--; in lex()
190 pushMacro(macro, *token); in lex()
246 bool MacroExpander::pushMacro(std::shared_ptr<Macro> macro, const Token &identifier) in pushMacro() argument
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DMacroExpander.cpp77 for (const std::shared_ptr<Macro> &macro : mExpander->mMacrosToReenable) in ~ScopedMacroReenabler() local
81 ASSERT(macro->name.substr() != ""); in ~ScopedMacroReenabler()
82 macro->disabled = false; in ~ScopedMacroReenabler()
171 std::shared_ptr<Macro> macro = iter->second; in lex() local
172 if (macro->disabled) in lex()
181 macro->expansionCount++; in lex()
182 if ((macro->type == Macro::kTypeFunc) && !isNextTokenLeftParen()) in lex()
186 macro->expansionCount--; in lex()
190 pushMacro(macro, *token); in lex()
246 bool MacroExpander::pushMacro(std::shared_ptr<Macro> macro, const Token &identifier) in pushMacro() argument
[all …]
/third_party/boost/libs/test/test/baseline-outputs/
Dglobal-fixtures-test.pattern6 xxx/test-macro-global-fixture.cpp:281: Entering test suite "Fake Test Suite Hierarchy"
8 xxx/test-macro-global-fixture.cpp:282: Entering test case "bad_foo"
9 xxx/test-macro-global-fixture.cpp:151: error: in "Fake Test Suite Hierarchy/bad_foo":
11 xxx/test-macro-global-fixture.cpp:154: info: check true has passed
12 xxx/test-macro-global-fixture.cpp:158: error: in "Fake Test Suite Hierarchy/bad_foo": with some mes…
16 xxx/test-macro-global-fixture.cpp:160: error: in "Fake Test Suite Hierarchy/bad_foo": non sense
17 xxx/test-macro-global-fixture.cpp:282: Leaving test case "bad_foo"
18 xxx/test-macro-global-fixture.cpp:283: Entering test case "very_bad_foo"
19 xxx/test-macro-global-fixture.cpp:165: fatal error: in "Fake Test Suite Hierarchy/very_bad_foo": ve…
22 xxx/test-macro-global-fixture.cpp:283: Leaving test case "very_bad_foo"
[all …]
/third_party/selinux/secilc/docs/
Dcil_call_macro_statements.md7macro](#macro) within the current namespace. There may be zero or more parameters passed to the ma…
9 …e [macro](#macro), these can be named or anonymous but must conform to the parameter types defined…
13 - The macro namespace (If found this means that the name was declared in the macro and is now dec…
17 - The parent namespaces of the macro being called (if any) with the exception of the global names…
43 <td align="left"><p>The identifier of the <code>macro</code> to be instantiated.</p></td>
47 <td align="left"><p>Zero or more parameters that are passed to the macro.</p></td>
54 See the [`macro`](cil_call_macro_statements.md#macro) statement for an example.
56 macro section in Call / Macro Statements
59macro in the current namespace with its associated parameters. The macro identifier is used by the…
61 …ct), and other [`macro`](cil_call_macro_statements.md#macro) statements are not allowed in [`macro
[all …]
/third_party/ffmpeg/libavresample/arm/
Dresample_neon.S25 .macro resample_one fmt, es=2
102 .macro LOAD1
107 .macro LOAD2
111 .macro LOAD4
115 .macro MLA1
118 .macro MLA2
121 .macro MLA4
125 .macro MUL4
129 .macro INIT4
132 .macro STORE
[all …]
/third_party/ffmpeg/libavresample/aarch64/
Dresample_neon.S24 .macro resample_one fmt, es=2
26 .macro M_MUL2 x:vararg
28 .macro M_MLA2 x:vararg
114 .macro LOAD1 d1, addr
117 .macro LOAD2 d1, addr
120 .macro LOAD4 d1, d2, addr
123 .macro LOAD8 d1, d2, d3, d4, addr
126 .macro M_MLA d, r0, r1, d2:vararg
129 .macro M_MLA2 second:vararg
132 .macro M_MUL d, r0, r1, d2:vararg
[all …]
/third_party/boost/boost/preprocessor/list/
Dfor_each.hpp25 # define BOOST_PP_LIST_FOR_EACH(macro, data, list) BOOST_PP_LIST_FOR_EACH_I(BOOST_PP_LIST_FOR_EA… argument
27 # define BOOST_PP_LIST_FOR_EACH(macro, data, list) BOOST_PP_LIST_FOR_EACH_X(macro, data, list) argument
28 # define BOOST_PP_LIST_FOR_EACH_X(macro, data, list) BOOST_PP_LIST_FOR_EACH_I(BOOST_PP_LIST_FOR_… argument
43 … define BOOST_PP_LIST_FOR_EACH_R(r, macro, data, list) BOOST_PP_LIST_FOR_EACH_I_R(r, BOOST_PP_LIST… argument
45 # define BOOST_PP_LIST_FOR_EACH_R(r, macro, data, list) BOOST_PP_LIST_FOR_EACH_R_X(r, macro, dat… argument
46 …efine BOOST_PP_LIST_FOR_EACH_R_X(r, macro, data, list) BOOST_PP_LIST_FOR_EACH_I_R(r, BOOST_PP_LIST… argument
Dfor_each_product.hpp30 … define BOOST_PP_LIST_FOR_EACH_PRODUCT(macro, size, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_E(BOOST… argument
32 # define BOOST_PP_LIST_FOR_EACH_PRODUCT(macro, size, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_Q(mac… argument
33 …define BOOST_PP_LIST_FOR_EACH_PRODUCT_Q(macro, size, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_E(BOOST… argument
39 … BOOST_PP_LIST_FOR_EACH_PRODUCT_R(r, macro, size, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_E(BOOST_PP… argument
41 … define BOOST_PP_LIST_FOR_EACH_PRODUCT_R(r, macro, size, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_R_… argument
42 …OOST_PP_LIST_FOR_EACH_PRODUCT_R_Q(r, macro, size, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_E(BOOST_PP… argument
46 …_FOR_EACH_PRODUCT_E(impl, macro, size, lists) impl((BOOST_PP_LIST_FIRST(lists), BOOST_PP_LIST_REST… argument
48 …ine BOOST_PP_LIST_FOR_EACH_PRODUCT_E(impl, macro, size, lists) BOOST_PP_LIST_FOR_EACH_PRODUCT_E_D(… argument
49 …OR_EACH_PRODUCT_E_D(impl, macro, size, lists) impl((BOOST_PP_LIST_FIRST(lists), BOOST_PP_LIST_REST… argument
54 # define BOOST_PP_LIST_FOR_EACH_PRODUCT_P_I(a, b, res, macro, size) BOOST_PP_LIST_IS_CONS(a) argument
[all …]
Dfor_each_i.hpp27 # define BOOST_PP_LIST_FOR_EACH_I(macro, data, list) BOOST_PP_FOR((macro, data, list, 0), BOOST_… argument
29 # define BOOST_PP_LIST_FOR_EACH_I(macro, data, list) BOOST_PP_LIST_FOR_EACH_I_I(macro, data, lis… argument
30 # define BOOST_PP_LIST_FOR_EACH_I_I(macro, data, list) BOOST_PP_FOR((macro, data, list, 0), BOOS… argument
59 # define BOOST_PP_LIST_FOR_EACH_I_R(r, macro, data, list) BOOST_PP_FOR_ ## r((macro, data, list,… argument
61 # define BOOST_PP_LIST_FOR_EACH_I_R(r, macro, data, list) BOOST_PP_LIST_FOR_EACH_I_R_I(r, macro,… argument
62 # define BOOST_PP_LIST_FOR_EACH_I_R_I(r, macro, data, list) BOOST_PP_FOR_ ## r((macro, data, lis… argument
/third_party/ffmpeg/libavcodec/arm/
Dmlpdsp_init_arm.c48 #define PACK_CHANNELS(macro,order,channels) \ argument
49 macro(order,channels,0) \
50 macro(order,channels,1) \
51 macro(order,channels,2) \
52 macro(order,channels,3) \
53 macro(order,channels,4) \
54 macro(order,channels,5) \
55 macro(order,channels,mixed)
56 #define PACK_ORDER(macro,order) \ argument
57 PACK_CHANNELS(macro,order,2) \
[all …]
/third_party/boost/libs/vmd/doc/
Dvmd_empty.qbk12 It is possible to pass an empty argument to a macro.
17 what the macro output represents.
24 The first macro takes no parameters so invoking it must always be done by
30 The second macro takes a single parameter. it can be evoked as
38 In the second invocation of EMACRO we are passing an empty argument to the macro.
39 Similarly for any macro having 1 or more parameters, an empty argument
49 a macro does not mean one should do so. Any given macro will specify what each
50 argument to a macro should represent, and it is has normally been very rare to encounter
51 a macro which specifies that an empty argument can logically be passed for a given
53 pass an empty argument for a macro parameter.
[all …]
Dvmd_variadic_macros.qbk12 '...' which represents one or more final arguments to the macro as a
13 series of comma-separated tokens. In the macro expansion a special
15 information when passed to a variadic macro I call 'variadic macro data',
17 is used in this documentation to specify data passed to a macro which can
18 contain any number of macro tokens as a single macro parameter, such as is
25 Boost PP defines or uses the macro BOOST_PP_VARIADICS to denote whether
31 own analysis of the compiler being used. This macro can also be checked to
34 [heading Determining variadic macro support]
36 The VMD library automatically determines whether variadic macro support
38 macro from Boost PP. The end-user of VMD can also manually
[all …]
Dvmd_identifying.qbk24 name of a function-like macro, and that macro takes two or
27 of a function-like macro, and that macro when invoked with no
28 parameters returns a tuple, the macro erroneously returns 1,
30 * even if the function-like macro takes one parameter, passing
31 emptiness to that macro could cause a preprocessing error.
35 macro is never passed as a parameter. This can be done, if one uses
37 a function-like macro name, by having that function-like macro name placed
43 and we have the macro definition:
60 direct parameters to a macro to be different data types, and having the macro work
63 different data types and have the macro work correctly depending on the type of data
[all …]
/third_party/ffmpeg/libavutil/x86/
Dx86util.asm47 %macro SBUTTERFLY 4
62 %macro SBUTTERFLY2 4
68 %macro SBUTTERFLYPS 3
74 %macro SBUTTERFLYPD 3
80 %macro TRANSPOSE4x4B 5
88 %macro TRANSPOSE4x4W 5
96 %macro TRANSPOSE2x4x4B 5
105 %macro TRANSPOSE2x4x4W 5
114 %macro TRANSPOSE4x4D 5
123 %macro TRANSPOSE4x4PS 5
[all …]
/third_party/ffmpeg/libavutil/arm/
Dasm.S84 .macro function name, export=0, align=2
87 .macro endfunc
117 .macro const name, align=2, relocate=0
118 .macro endconst
140 .macro movw rd, val
146 .macro mov32 rd, val
157 .macro put_pic num
161 .macro do_def_pic num, val, label
162 .macro put_pic_\num
173 .macro def_pic val, label
[all …]
/third_party/protobuf/objectivec/DevTools/
Dpddm_tests.py53 macro = result._macros.get('foo')
54 self.assertIsNotNone(macro)
55 self.assertEquals(macro.name, 'foo')
56 self.assertEquals(macro.args, tuple())
57 self.assertEquals(macro.body, 'body')
75 macro = result._macros.get('noArgs')
76 self.assertIsNotNone(macro)
77 self.assertEquals(macro.name, 'noArgs')
78 self.assertEquals(macro.args, tuple())
79 self.assertEquals(macro.body, 'body1\nbody2\n')
[all …]
/third_party/pixman/pixman/
Dpixman-arm-simd-asm.S55 .macro blit_init
59 .macro blit_process_head cond, numbytes, firstreg, unaligned_src, unaligned_mask, preload
63 .macro blit_inner_loop process_head, process_tail, unaligned_src, unaligned_mask, dst_alignment
116 .macro src_n_8888_init
123 .macro src_n_0565_init
131 .macro src_n_8_init
140 .macro fill_process_tail cond, numbytes, firstreg
184 .macro src_x888_8888_pixel, cond, reg
188 .macro pixman_composite_src_x888_8888_process_head cond, numbytes, firstreg, unaligned_src, unali…
192 .macro pixman_composite_src_x888_8888_process_tail cond, numbytes, firstreg
[all …]
Dpixman-arm-neon-asm-bilinear.S81 .macro bilinear_load_8888 reg1, reg2, tmp
89 .macro bilinear_load_0565 reg1, reg2, tmp
98 .macro bilinear_load_and_vertical_interpolate_two_8888 \
109 .macro bilinear_load_and_vertical_interpolate_four_8888 \
119 .macro bilinear_load_and_vertical_interpolate_two_0565 \
143 .macro bilinear_load_and_vertical_interpolate_four_0565 \
187 .macro bilinear_store_8888 numpix, tmp1, tmp2
199 .macro bilinear_store_0565 numpix, tmp1, tmp2
221 .macro bilinear_load_mask_x numpix, mask
224 .macro bilinear_load_mask_8 numpix, mask
[all …]
/third_party/openh264/codec/common/x86/
Dasm_inc.asm35 ;* macro and constant
269 %macro LOAD_PARA 2
273 %macro LOAD_1_PARA 0
279 %macro LOAD_2_PARA 0
286 %macro LOAD_3_PARA 0
294 %macro LOAD_4_PARA 0
305 %macro LOAD_5_PARA 0
320 %macro LOAD_6_PARA 0
338 %macro LOAD_7_PARA 0
363 %macro LOAD_4_PARA_POP 0
[all …]
/third_party/ffmpeg/libswscale/arm/
Drgb2yuv_neon_common.S23 .macro alias name, tgt, set=1
33 .macro alias_dw_all qw, dw_l, dw_h
45 .macro alias_qw name, qw, set=1
51 .macro prologue
56 .macro epilogue
61 .macro load_arg reg, ix
71 .macro alias_loop_420sp set=1
98 .macro loop_420sp s_fmt, d_fmt, init, kernel, precision
154 .macro downsample
162 .macro downsample_ars2
[all …]

12345678910>>...89