Home
last modified time | relevance | path

Searched defs:macro (Results 1 – 25 of 248) sorted by relevance

12345678910

/aosp_15_r20/external/ComputeLibrary/src/core/CL/cl_kernels/
H A Dtile_helpers.h194 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro) argument
196 #define LOOP_UNROLLING_1(idx, step, macro) (macro) argument
197 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste… argument
198 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste… argument
199 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste… argument
200 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste… argument
201 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste… argument
202 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste… argument
203 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste… argument
204 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste… argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/include/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
25 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_2(macro, data) \ argument
34 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_3(macro, data) \ argument
43 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_4(macro, data) \ argument
52 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_5(macro, data) \ argument
61 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_6(macro, data) \ argument
70 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_7(macro, data) \ argument
79 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_8(macro, data) \ argument
94 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_9(macro, data) \ argument
[all …]
/aosp_15_r20/external/mesa3d/src/nouveau/mme/tests/
H A Dmme_tu104_sim_hw_test.cpp37 const std::vector<uint32_t>& macro, in test_macro()
89 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
124 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
153 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
191 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
220 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
249 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
278 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
309 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
334 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
[all …]
H A Dmme_fermi_sim_hw_test.cpp38 const std::vector<uint32_t>& macro, in test_macro()
80 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
96 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
139 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
246 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
283 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
374 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
392 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
414 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
466 auto macro = mme_builder_finish_vec(&b); in SHIFT_TEST() local
[all …]
H A Dmme_builder_test.cpp56 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
97 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
125 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
150 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
178 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
219 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
248 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
282 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
325 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
354 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
[all …]
H A Dmme_runner.cpp179 mme_hw_runner::push_macro(uint32_t id, const std::vector<uint32_t> &macro) in push_macro()
190 mme_hw_runner::run_macro(const std::vector<uint32_t>& macro, in run_macro()
221 mme_fermi_sim_runner::run_macro(const std::vector<uint32_t>& macro, in run_macro()
255 mme_tu104_sim_runner::run_macro(const std::vector<uint32_t>& macro, in run_macro()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/seq/
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
56 # define BOOST_PP_SEQ_FOR_EACH_O_I(macro, data, seq, sz) \ argument
59 # define BOOST_PP_SEQ_FOR_EACH_O_I_DEC(macro, data, seq, sz) \ argument
83 # define BOOST_PP_SEQ_FOR_EACH_M_I(r, macro, data, seq, sz) macro(r, data, BOOST_PP_SEQ_HEAD(seq)) argument
88 # define BOOST_PP_SEQ_FOR_EACH_R(r, macro, data, seq) BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK_R(r, ma… argument
[all …]
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
57 # define BOOST_PP_SEQ_FOR_EACH_I_O_I(macro, data, seq, i, sz) \ argument
60 # define BOOST_PP_SEQ_FOR_EACH_I_O_I_DEC(macro, data, seq, i, sz) \ argument
85 # define BOOST_PP_SEQ_FOR_EACH_I_M_I(r, macro, data, seq, i, sz) macro(r, data, i, BOOST_PP_SEQ_HEA… argument
90 # define BOOST_PP_SEQ_FOR_EACH_I_R(r, macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_R_DETAIL_CHECK(r… argument
[all …]
Dfor_each_product.hpp26 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT(macro, sets) BOOST_PP_SEQ_FOR_EACH_PRODUCT_E(BOOST_PP_FOR, m… argument
30 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT_R(r, macro, sets) BOOST_PP_SEQ_FOR_EACH_PRODUCT_E(BOOST_PP_F… argument
33 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT_E(impl, macro, sets) impl((BOOST_PP_SEQ_HEAD(sets)(nil), … argument
35 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT_E(impl, macro, sets) BOOST_PP_SEQ_FOR_EACH_PRODUCT_E_I(im… argument
36 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT_E_I(impl, macro, sets) impl((BOOST_PP_SEQ_HEAD(sets)(nil)… argument
41 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT_P_I(cset, rset, res, macro) BOOST_PP_DEC(BOOST_PP_SEQ_SIZ… argument
48 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT_O_I(cset, rset, res, macro) (BOOST_PP_SEQ_TAIL(cset), rse… argument
62 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT_I_I(r, cset, rset, res, macro) macro(r, BOOST_PP_SEQ_TAIL(re… argument
70 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT_H_I(cset, rset, res, macro) (BOOST_PP_SEQ_HEAD(rset)(nil), B… argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/list/
Dfor_each_product.hpp34 # define BOOST_PP_LIST_FOR_EACH_PRODUCT_OV_2(macro, size, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_E(B… argument
35 # define BOOST_PP_LIST_FOR_EACH_PRODUCT_OV_1(macro, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_E(BOOST_P… argument
39 # define BOOST_PP_LIST_FOR_EACH_PRODUCT(macro, ...) BOOST_PP_CAT(BOOST_PP_OVERLOAD(BOOST_PP_… argument
41 # define BOOST_PP_LIST_FOR_EACH_PRODUCT(macro, ...) BOOST_PP_OVERLOAD(BOOST_PP_LIST_FOR_EACH… argument
44 # define BOOST_PP_LIST_FOR_EACH_PRODUCT(macro, ...) BOOST_PP_LIST_FOR_EACH_PRODUCT_Q(macro, __VA… argument
45 # define BOOST_PP_LIST_FOR_EACH_PRODUCT_Q(macro, ...) BOOST_PP_OVERLOAD(BOOST_PP_LIST_FOR_EACH_P… argument
50 # define BOOST_PP_LIST_FOR_EACH_PRODUCT_R_OV_2(r, macro, size, tuple) BOOST_PP_LIST_FOR_EACH_PRODUC… argument
51 # define BOOST_PP_LIST_FOR_EACH_PRODUCT_R_OV_1(r, macro, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_E(BO… argument
55 # define BOOST_PP_LIST_FOR_EACH_PRODUCT_R(r, macro, ...) BOOST_PP_CAT(BOOST_PP_OVERLOAD(BOOS… argument
57 # define BOOST_PP_LIST_FOR_EACH_PRODUCT_R(r, macro, ...) BOOST_PP_OVERLOAD(BOOST_PP_LIST_FOR… argument
[all …]
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_L… 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 # define BOOST_PP_LIST_FOR_EACH_R_X(r, macro, data, list) BOOST_PP_LIST_FOR_EACH_I_R(r, BOOST_PP… argument
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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/aux_/preprocessor/impl/
Dfunction_dispatch_layer.hpp18 #define BOOST_PARAMETER_FUNCTION_DISPATCH_TEMPLATE_ARG(r, macro, arg) \ argument
27 #define BOOST_PARAMETER_FUNCTION_DISPATCH_ARG_DEFN(r, macro, arg) \ argument
34 #define BOOST_PARAMETER_FUNCTION_DISPATCH_ARG_FWD(r, macro, arg) \ argument
44 #define BOOST_PARAMETER_FUNCTION_DISPATCH_ARG_DEFN(r, macro, arg) \ argument
52 #define BOOST_PARAMETER_FUNCTION_DISPATCH_ARG_FWD(r, macro, arg) \ argument
65 #define BOOST_PARAMETER_FUNCTION_DISPATCH_ARG_REPEAT(macro, n, split_args) \ argument
/aosp_15_r20/external/angle/src/compiler/preprocessor/
H A DMacroExpander.cpp77 for (const std::shared_ptr<Macro> &macro : mExpander->mMacrosToReenable) in ~ScopedMacroReenabler() local
172 std::shared_ptr<Macro> macro = iter->second; in lex() local
247 bool MacroExpander::pushMacro(std::shared_ptr<Macro> macro, const Token &identifier) in pushMacro()
288 bool MacroExpander::expandMacro(const Macro &macro, in expandMacro()
346 bool MacroExpander::collectMacroArgs(const Macro &macro, in collectMacroArgs()
460 void MacroExpander::replaceMacroParams(const Macro &macro, in replaceMacroParams()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dquery_config.c87 #define MACRO_EXPANSION_TO_STR(macro) MACRO_NAME_TO_STR(macro) argument
88 #define MACRO_NAME_TO_STR(macro) \ argument
91 #define STRINGIFY(macro) #macro argument
92 #define OUTPUT_MACRO_NAME_VALUE(macro) mbedtls_printf( #macro "%s\n", \ argument
/aosp_15_r20/external/mbedtls/programs/test/
H A Dquery_config.c87 #define MACRO_EXPANSION_TO_STR(macro) MACRO_NAME_TO_STR(macro) argument
88 #define MACRO_NAME_TO_STR(macro) \ argument
91 #define STRINGIFY(macro) #macro argument
92 #define OUTPUT_MACRO_NAME_VALUE(macro) mbedtls_printf( #macro "%s\n", \ argument
/aosp_15_r20/external/clang/test/Lexer/
H A Dcxx-features.cpp13 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macr… argument
15 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macr… argument
17 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx14 == 0 ? defined(__cpp_##macro) : __cpp_##macr… argument
19 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx1z == 0 ? defined(__cpp_##macro) : __cpp_##macr… argument
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/preprocessor/
H A Dperfetto_sql_preprocessor.cc169 const auto& macro = *frame.active_macro; in RewriteIntrinsicMacro() local
180 Frame::ActiveMacro& macro, in ExecuteSqlMacro()
207 Frame::ActiveMacro& macro, in ExecuteStringify()
247 Frame::ActiveMacro& macro, in ExecuteApply()
295 std::string macro(name->ptr, name->n); in OnPreprocessorApply() local
389 auto& macro = *frame.active_macro; in OnPreprocessorMacroArg() local
408 auto& macro = *frame.active_macro; in OnPreprocessorMacroEnd() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/
Dn_ary_helper.hpp67 #define BOOST_ODEINT_GEN_SCALE_SUM(macro) \ argument
69 #define BOOST_ODEINT_GEN_SCALE_SUM_(z, n, macro) \ argument
88 #define BOOST_ODEINT_GEN_FOR_EACH(macro) \ argument
90 #define BOOST_ODEINT_GEN_FOR_EACH_(z, n, macro) \ argument
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y463 macro_t *macro = entry ? entry->data : NULL; variable
469 macro_t *macro = entry ? entry->data : NULL; variable
1868 macro_t *macro) in _glcpp_parser_expand_function()
1974 macro_t *macro; in _glcpp_parser_expand_node() local
2269 macro_t *macro, *previous; in _define_object_macro() local
2302 macro_t *macro, *previous; in _define_function_macro() local
2377 macro_t *macro = entry ? entry->data : NULL; in glcpp_parser_lex() local
2564 macro_t *macro = (macro_t *) data; in glcpp_parser_copy_defines() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/typeof/include/boost/typeof/
Dtemplate_encoding.hpp86 #define BOOST_TYPEOF_SEQ_ENUM(seq,macro)\ argument
89 #define BOOST_TYPEOF_SEQ_ENUM_TRAILING(seq,macro)\ argument
95 #define BOOST_TYPEOF_SEQ_ENUM_1(seq,macro)\ argument
98 #define BOOST_TYPEOF_SEQ_ENUM_TRAILING_1(seq,macro)\ argument
/aosp_15_r20/external/llvm/test/MC/Mips/
H A Delf-tls.s44 .set macro define
76 .set macro define
112 .set macro define
/aosp_15_r20/external/lzma/Asm/arm64/
H A DLzmaDecOpt.S195 .macro NORM_2 macro argument
207 .macro TEST_HIGH_BYTE_range macro argument
211 .macro NORM macro argument
429 .macro LITM_0 macro argument
454 .macro LITM macro argument
476 .macro LITM_2 macro argument
/aosp_15_r20/external/junit-params/src/main/java/junitparams/naming/
H A DMacroSubstitutionNamingStrategy.java82 private String lookupMacroValue(String macro, int parametersIndex, Object parameters) { in lookupMacroValue()
93 private String substituteDynamicMacro(String macro, String macroKey, Object parameters) { in substituteDynamicMacro()
110 private String getMacroKey(String macro) { in getMacroKey()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
Domp-tools.h37 #define FOREACH_OMPT_INQUIRY_FN(macro) \ argument
63 #define FOREACH_OMPT_STATE(macro) \ argument
105 #define FOREACH_KMP_MUTEX_IMPL(macro) \ argument
111 #define FOREACH_OMPT_HOST_EVENT(macro) … argument
157 #define FOREACH_OMPT_DEVICE_EVENT(macro) … argument
165 #define FOREACH_OMPT_NOEMI_EVENT(macro) … argument
173 #define FOREACH_OMPT_EMI_EVENT(macro) … argument
181 #define FOREACH_OMPT_50_TARGET_EVENT(macro) … argument
185 #define FOREACH_OMPT_51_TARGET_EVENT(macro) … argument
189 #define FOREACH_OMPT_EVENT(macro) … argument
[all …]

12345678910