Home
last modified time | relevance | path

Searched defs:_2 (Results 1 – 25 of 42) sorted by relevance

12

/third_party/jerryscript/jerry-core/jrt/
Djrt.h37 #define JERRY_UNUSED_2(_1, _2) JERRY_UNUSED (_1), JERRY_UNUSED_1 (_2) argument
38 #define JERRY_UNUSED_3(_1, _2, _3) JERRY_UNUSED (_1), JERRY_UNUSED_2 (_2, _3) argument
39 #define JERRY_UNUSED_4(_1, _2, _3, _4) JERRY_UNUSED (_1), JERRY_UNUSED_3 (_2, _3, _4) argument
40 #define JERRY_UNUSED_5(_1, _2, _3, _4, _5) JERRY_UNUSED (_1), JERRY_UNUSED_4 (_2, _3, _4, _5) argument
42 #define JERRY_VA_ARGS_NUM_IMPL(_1, _2, _3, _4, _5, N, ...) N argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DPrint.hpp395 # define RR_GET_NTH_ARG(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, N, .… argument
411 # define RR_WATCH_FMT_2(_1, _2) \ argument
414 # define RR_WATCH_FMT_3(_1, _2, _3) \ argument
417 # define RR_WATCH_FMT_4(_1, _2, _3, _4) \ argument
420 # define RR_WATCH_FMT_5(_1, _2, _3, _4, _5) \ argument
423 # define RR_WATCH_FMT_6(_1, _2, _3, _4, _5, _6) \ argument
426 # define RR_WATCH_FMT_7(_1, _2, _3, _4, _5, _6, _7) \ argument
429 # define RR_WATCH_FMT_8(_1, _2, _3, _4, _5, _6, _7, _8) \ argument
432 # define RR_WATCH_FMT_9(_1, _2, _3, _4, _5, _6, _7, _8, _9) \ argument
435 # define RR_WATCH_FMT_10(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10) \ argument
[all …]
/third_party/typescript/tests/baselines/reference/
DimportWithTrailingSlash.js34 var _2 = require("./"); variable
DnullPropertyName.js201 var _2: number; variable
DsourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues3.js58 …h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7,… variable
DsourceMapValidationDestructuringForArrayBindingPatternDefaultValues2.js118 …h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7,… variable
DsourceMapValidationDestructuringForOfArrayBindingPatternDefaultValues.js141 …var _1 = _0[_z], _2 = _1[1], _3 = _2 === void 0 ? ["skill1", "skill2"] : _2, _4 = _3[0], primarySk… variable
DsourceMapValidationDestructuringForOfArrayBindingPatternDefaultValues2.js113 …h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7,… variable
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Ddrf.h65 #define NVVAL_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
70 #define NVDEF_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
76 #define NVVAL_GET_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
82 #define NVVAL_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
89 #define NVDEF_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
98 #define NVVAL_MW_GET_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
108 #define NVVAL_MW_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
116 #define NVDEF_MW_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
Dqmd.h27 #define NVQMD_ENUM_(X,_1,_2,_3,_4,_5,_6,_7,_8,_9,IMPL,...) IMPL argument
43 #define NVQMD_VAL_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
/third_party/googletest/googlemock/include/gmock/internal/
Dgmock-pp.h5 #define GMOCK_PP_CAT(_1, _2) GMOCK_PP_INTERNAL_CAT(_1, _2) argument
152 #define GMOCK_PP_INTERNAL_CAT(_1, _2) _1##_2 argument
154 #define GMOCK_PP_INTERNAL_CAT_5(_1, _2, _3, _4, _5) _1##_2##_3##_4##_5 argument
155 #define GMOCK_PP_INTERNAL_IS_EMPTY(_1, _2, _3, _4) \ argument
167 #define GMOCK_PP_INTERNAL_INTERNAL_16TH(_1, _2, _3, _4, _5, _6, _7, _8, _9, \ argument
/third_party/node/deps/v8/src/common/
Dassert-scope.h100 #define PER_ISOLATE_ASSERT_ENABLE_SCOPE(EnableType, _1, _2, _3) \ argument
103 #define PER_ISOLATE_ASSERT_DISABLE_SCOPE(_1, DisableType, _2, _3) \ argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.h27 #define GET_3RD_ARG_HELPER_(_1, _2, NAME, ...) NAME argument
/third_party/libbpf/src/
Dlibbpf_common.h47 #define ___libbpf_nth(_1, _2, _3, _4, _5, _6, N, ...) N argument
/third_party/mesa3d/src/vulkan/runtime/
Dvk_log.h31 #define __VK_ARG_SEQ(_1,_2,_3,_4,_5,_6,_7,_8,N,...) N argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp32 #define OPTION(_1, _2, ID, _4, _5, _6, _7, _8, _9, _10, _11, _12) OPT_##ID, argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DError.h142 #define DAWN_ERROR_GET_5TH_ARG_HELPER_(_1, _2, _3, _4, NAME, ...) NAME argument
/third_party/skia/third_party/externals/dawn/src/common/
DPreprocessor.h59 #define DAWN_PP_FOR_EACH_ARG_N(_1, _2, _3, _4, _5, _6, _7, _8, N, ...) N argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp38 #define OPTION(_1, _2, ID, _4, _5, _6, _7, _8, _9, _10, _11, _12) OPT_##ID, argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlog.h224 #define PP_ARG_N(_1, _2, _3, _4, _5, N, ...) N argument
/third_party/spirv-tools/source/opt/
Dlog.h224 #define PP_ARG_N(_1, _2, _3, _4, _5, N, ...) N argument
/third_party/ltp/include/
Dtst_test_macros.h38 #define TST_2_(_1, _2, ...) _2 argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dlog.h224 #define PP_ARG_N(_1, _2, _3, _4, _5, N, ...) N argument
/third_party/node/deps/v8/src/diagnostics/ia32/
Ddisasm-ia32.cc735 #define DISASSEMBLE_AVX2_BROADCAST(instruction, _1, _2, _3, code) \ in AVXInstruction() argument
744 #define DECLARE_FMA_DISASM(instruction, _1, _2, _3, _4, _5, code) \ in AVXInstruction() argument
910 #define DISASM_SSE2_INSTRUCTION_LIST_SD(instruction, _1, _2, opcode) \ in AVXInstruction() argument
2644 #define MNEM_FOR_SSE2_INSTRUCTION_LSIT_SD(instruction, _1, _2, opcode) \ in InstructionDecode() argument
/third_party/node/deps/v8/src/diagnostics/x64/
Ddisasm-x64.cc928 #define DISASSEMBLE_AVX2_BROADCAST(instruction, _1, _2, _3, code) \ in AVXInstruction() argument
937 #define DECLARE_FMA_DISASM(instruction, _1, _2, _3, _4, _5, code) \ in AVXInstruction() argument
1230 #define DISASM_SSE2_INSTRUCTION_LIST_SD(instruction, _1, _2, opcode) \ in AVXInstruction() argument

12