/third_party/ffmpeg/libavcodec/x86/ |
D | hevcdsp_init.c | 177 #define mc_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument 186 #define mc_bi_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument 197 #define mc_uni_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument 208 #define mc_rep_mixs_10(name, width1, width2, width3, opt1, opt2, width4) \ argument 213 #define mc_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument 222 #define mc_bi_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument 233 #define mc_uni_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument 244 #define mc_rep_mixs_8(name, width1, width2, width3, opt1, opt2) \ argument
|
/third_party/ffmpeg/libswscale/x86/ |
D | swscale.c | 299 #define VSCALE_FUNCS(opt1, opt2) \ argument 386 #define ASSIGN_SCALE_FUNC2(hscalefn, filtersize, opt1, opt2) do { \ in ff_sws_init_swscale_x86() argument 408 #define ASSIGN_MMX_SCALE_FUNC(hscalefn, filtersize, opt1, opt2) \ in ff_sws_init_swscale_x86() argument 421 #define ASSIGN_VSCALE_FUNC(vscalefn, opt1, opt2, opt2chk) \ in ff_sws_init_swscale_x86() argument 475 #define ASSIGN_SSE_SCALE_FUNC(hscalefn, filtersize, opt1, opt2) \ in ff_sws_init_swscale_x86() argument
|
/third_party/boost/libs/optional/test/ |
D | optional_test_ref_fail3.cpp | 19 boost::optional<short&> opt1 ; in optional_reference__test_no_converting_ctor() local
|
D | optional_test_fail3a.cpp | 21 boost::optional<int> opt1(1) ; in test_no_unsupported_conversion() local
|
D | optional_test_fail3b.cpp | 23 boost::optional<A> opt1; in test_no_unsupported_conversion() local
|
D | optional_test.cpp | 493 optional<T> opt1 = opt ; in test_throwing_copy_initialization() local 523 optional<T> opt1(a) ; in test_throwing_assign_to_uninitialized() local 565 optional<T> opt1(b) ; in test_throwing_assign_to_initialized() local 610 optional<T> opt1(b) ; in test_no_throwing_swap() local 647 optional<T> opt1(b) ; in test_throwing_swap() local 719 optional<T> opt1(v1); in test_relops() local
|
D | optional_test_fail_copying_a_moveable_type.cpp | 32 boost::optional<MoveOnly> opt1 ; in test_copying_optional_with_noncopyable_T() local
|
/third_party/boost/libs/program_options/example/ |
D | real.cpp | 18 const char* opt1, const char* opt2) in conflicting_options()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | common.h | 12 #define OPT_COLLIDING(prog, opt1, opt2) do { \ argument
|
/third_party/node/test/sequential/ |
D | test-dgram-bind-shared-ports.js | 100 const opt1 = { address, port: 0, exclusive: false }; variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | optional_test.cc | 336 constexpr absl::optional<ConstexprType> opt1{absl::in_place_t(), 1}; in TEST() local 370 constexpr absl::optional<ConstexprType> opt1 = {"abc"}; in TEST() local 498 absl::optional<ConvertFromOptional> opt1 = absl::optional<Implicit>(); in TEST() local 517 absl::optional<ConvertFromOptional> opt1{absl::optional<Explicit>()}; in TEST() local 536 absl::optional<Listenable> opt1(absl::in_place, 1); in TEST() local 579 absl::optional<Listenable> opt1(absl::in_place); in TEST() local 592 const absl::optional<int> empty, opt1 = 1, opt2 = 2; in TEST() local 916 absl::optional<int> opt_empty, opt1 = 1, opt2 = 2; in TEST() local 980 constexpr absl::optional<ConstexprType> opt1(1); in TEST() local 1098 constexpr absl::optional<int> opt1(1); in TEST() local [all …]
|
/third_party/abseil-cpp/absl/types/ |
D | optional_test.cc | 336 constexpr absl::optional<ConstexprType> opt1{absl::in_place_t(), 1}; in TEST() local 370 constexpr absl::optional<ConstexprType> opt1 = {"abc"}; in TEST() local 498 absl::optional<ConvertFromOptional> opt1 = absl::optional<Implicit>(); in TEST() local 517 absl::optional<ConvertFromOptional> opt1{absl::optional<Explicit>()}; in TEST() local 536 absl::optional<Listenable> opt1(absl::in_place, 1); in TEST() local 579 absl::optional<Listenable> opt1(absl::in_place); in TEST() local 592 const absl::optional<int> empty, opt1 = 1, opt2 = 2; in TEST() local 916 absl::optional<int> opt_empty, opt1 = 1, opt2 = 2; in TEST() local 980 constexpr absl::optional<ConstexprType> opt1(1); in TEST() local 1098 constexpr absl::optional<int> opt1(1); in TEST() local [all …]
|
/third_party/typescript/tests/cases/conformance/functions/ |
D | functionImplementations.ts | 103 function opt1(n = 4) { function
|
/third_party/typescript/tests/baselines/reference/ |
D | functionImplementations.js | 102 function opt1(n = 4) { function
|
/third_party/typescript/lib/ |
D | tsserver.js | 153667 function typeAcquisitionChanged(opt1, opt2) { argument 153672 function compilerOptionsChanged(opt1, opt2) { argument
|
D | tsserverlibrary.js | 153861 function typeAcquisitionChanged(opt1, opt2) { argument 153866 function compilerOptionsChanged(opt1, opt2) { argument
|