Home
last modified time | relevance | path

Searched defs:opt1 (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dhevcdsp_init.c175 #define mc_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
184 #define mc_bi_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
195 #define mc_uni_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
206 #define mc_rep_mixs_10(name, width1, width2, width3, opt1, opt2, width4) \ argument
211 #define mc_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument
220 #define mc_bi_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument
231 #define mc_uni_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument
242 #define mc_rep_mixs_8(name, width1, width2, width3, opt1, opt2) \ argument
/third_party/libabigail/tests/
Dtest-cxx-compat.cc20 optional<bool> opt1; variable
/third_party/typescript/tests/cases/compiler/
DrecursiveTypeAliasWithSpreadConditionalReturnNotCircular.ts19 declare const opt1: Option<number>; constant
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc336 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/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dcommon.h12 #define OPT_COLLIDING(prog, opt1, opt2) do { \ argument
/third_party/node/test/sequential/
Dtest-dgram-bind-shared-ports.js100 const opt1 = { address, port: 0, exclusive: false }; variable
/third_party/ffmpeg/libswscale/x86/
Dswscale.c289 #define VSCALE_FUNCS(opt1, opt2) \ argument
481 #define ASSIGN_SCALE_FUNC2(hscalefn, filtersize, opt1, opt2) do { \ in ff_sws_init_swscale_x86() argument
524 #define ASSIGN_SSE_SCALE_FUNC(hscalefn, filtersize, opt1, opt2) \ in ff_sws_init_swscale_x86() argument
/third_party/typescript/tests/cases/conformance/functions/
DfunctionImplementations.ts103 function opt1(n = 4) { function
/third_party/typescript/tests/baselines/reference/
DfunctionImplementations.js102 function opt1(n = 4) { function
/third_party/cups-filters/utils/
Dcups-browsed.c2748 char *opt1, *opt2, constraint[100], *ppdsizename, *temp; in generate_cluster_conflicts() local