| /external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/aux_/preprocessor/ |
| D | binary_seq_for_each.hpp | 9 #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 …]
|
| /external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/seq/ |
| D | for_each.hpp | 29 # 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 …]
|
| D | for_each_i.hpp | 30 # 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 …]
|
| D | for_each_product.hpp | 26 # 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
|
| /external/ComputeLibrary/src/core/CL/cl_kernels/ |
| D | tile_helpers.h | 194 #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 …]
|
| /external/mbedtls/programs/test/ |
| D | query_config.c | 87 #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
|
| /external/openthread/third_party/mbedtls/repo/programs/test/ |
| D | query_config.c | 99 #define MACRO_EXPANSION_TO_STR(macro) MACRO_NAME_TO_STR(macro) argument 100 #define MACRO_NAME_TO_STR(macro) \ argument 103 #define STRINGIFY(macro) #macro argument 104 #define OUTPUT_MACRO_NAME_VALUE(macro) mbedtls_printf( #macro "%s\n", \ argument
|
| /external/mesa3d/src/nouveau/mme/tests/ |
| D | mme_tu104_sim_hw_test.cpp | 37 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 …]
|
| D | mme_fermi_sim_hw_test.cpp | 38 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 304 auto macro = mme_builder_finish_vec(&b); in TEST_F() local 326 auto macro = mme_builder_finish_vec(&b); in TEST_F() local 378 auto macro = mme_builder_finish_vec(&b); in SHIFT_TEST() local 564 auto macro = mme_builder_finish_vec(&b); in TEST_F() local [all …]
|
| D | mme_builder_test.cpp | 56 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 206 auto macro = mme_builder_finish_vec(&b); in TEST_F() local 256 auto macro = mme_builder_finish_vec(&b); in TEST_F() local 295 auto macro = mme_builder_finish_vec(&b); in TEST_F() local
|
| D | mme_runner.cpp | 169 mme_hw_runner::push_macro(uint32_t id, const std::vector<uint32_t> ¯o) in push_macro() 180 mme_hw_runner::run_macro(const std::vector<uint32_t>& macro, in run_macro() 211 mme_fermi_sim_runner::run_macro(const std::vector<uint32_t>& macro, in run_macro() 245 mme_tu104_sim_runner::run_macro(const std::vector<uint32_t>& macro, in run_macro()
|
| /external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/list/ |
| D | for_each.hpp | 25 # 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
|
| D | for_each_product.hpp | 34 # 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 …]
|
| D | for_each_i.hpp | 27 # 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
|
| /external/clang/test/Lexer/ |
| D | cxx-features.cpp | 13 #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
|
| /external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/aux_/preprocessor/impl/ |
| D | function_dispatch_layer.hpp | 18 #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
|
| /external/angle/src/compiler/preprocessor/ |
| D | MacroExpander.cpp | 77 for (const std::shared_ptr<Macro> ¯o : 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 ¯o, in expandMacro() 346 bool MacroExpander::collectMacroArgs(const Macro ¯o, in collectMacroArgs() 460 void MacroExpander::replaceMacroParams(const Macro ¯o, in replaceMacroParams()
|
| /external/llvm/test/MC/Mips/ |
| D | elf-tls.s | 44 .set macro define 76 .set macro define 112 .set macro define
|
| D | mips_gprel16.s | 35 .set macro define 59 .set macro define
|
| /external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/ |
| D | n_ary_helper.hpp | 67 #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
|
| /external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
| D | entity_db.py | 231 def findMacroAndEntity(self, macro, entity): argument 371 def shouldBeRecognized(self, macro, entity_name): argument 381 def isLinkedMacro(self, macro): argument 385 def isValidMacro(self, macro): argument 392 def getCategoriesForMacro(self, macro): argument 424 def addMacro(self, macro, categories, link=False): argument 474 def addEntity(self, entityName, macro, category=None, elem=None, argument
|
| /external/junit-params/src/main/java/junitparams/naming/ |
| D | MacroSubstitutionNamingStrategy.java | 82 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()
|
| /external/sdv/vsomeip/third_party/boost/typeof/include/boost/typeof/ |
| D | template_encoding.hpp | 86 #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
|
| /external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
| D | ELF_Mips64r2N64_PIC_relocations.s | 66 .set macro define 154 .set macro define
|
| /external/llvm/test/MC/AsmParser/ |
| D | invalid-input-assertion.s | 3 .macro macro parameter=0 macro
|