Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 25 of 1848) sorted by relevance

12345678910>>...74

/third_party/ffmpeg/libswscale/x86/
Dswscale.c184 #define YUV2YUVX_FUNC_MMX(opt, step) \ argument
197 #define YUV2YUVX_FUNC(opt, step) \ argument
232 #define SCALE_FUNC(filter_n, from_bpc, to_bpc, opt) \ argument
239 #define SCALE_FUNCS(filter_n, opt) \ argument
253 #define SCALE_FUNCS_MMX(opt) \ argument
258 #define SCALE_FUNCS_SSE(opt) \ argument
271 #define VSCALEX_FUNC(size, opt) \ argument
275 #define VSCALEX_FUNCS(opt) \ argument
286 #define VSCALE_FUNC(size, opt) \ argument
299 #define INPUT_Y_FUNC(fmt, opt) \ argument
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dvp9dsp_init.c92 #define itxfm_func(typea, typeb, size, opt) \ argument
95 #define itxfm_funcs(size, opt) \ argument
122 #define lpf_funcs(size1, size2, opt) \ argument
148 #define ipred_func(size, type, opt) \ argument
154 #define ipred_dc_funcs(size, opt) \ argument
162 #define ipred_dir_tm_funcs(size, opt) \ argument
179 #define ipred_dir_tm_h_funcs(size, opt) \ argument
189 #define ipred_all_funcs(size, opt) \ argument
231 #define init_lpf(opt) do { \ in ff_vp9dsp_init_x86() argument
244 #define init_ipred(sz, opt, t, e) \ in ff_vp9dsp_init_x86() argument
[all …]
Dvp9dsp_init_16bpp_template.c67 #define decl_lpf_func(dir, wd, bpp, opt) \ argument
84 #define lpf_16_wrapper(dir, off, bpp, opt) \ argument
92 #define lpf_16_wrappers(bpp, opt) \ argument
100 #define lpf_mix2_wrapper(dir, off, wd1, wd2, bpp, opt) \ argument
110 #define lpf_mix2_wrappers(wd1, wd2, bpp, opt) \ argument
114 #define lpf_mix2_wrappers_set(bpp, opt) \ argument
146 #define init_lpf_8_func(idx1, idx2, dir, wd, bpp, opt) \ in INIT_FUNC() argument
148 #define init_lpf_16_func(idx, dir, bpp, opt) \ in INIT_FUNC() argument
150 #define init_lpf_mix2_func(idx1, idx2, idx3, dir, wd1, wd2, bpp, opt) \ in INIT_FUNC() argument
153 #define init_lpf_funcs(bpp, opt) \ in INIT_FUNC() argument
[all …]
Dhevcdsp_init.c37 #define LFC_FUNCS(type, depth, opt) \ argument
41 #define LFL_FUNCS(type, depth, opt) \ argument
61 #define IDCT_DC_FUNCS(W, opt) \ argument
73 #define IDCT_FUNCS(opt) \ argument
86 #define mc_rep_func(name, bitd, step, W, opt) \ in IDCT_FUNCS() argument
100 #define mc_rep_uni_func(name, bitd, step, W, opt) \ argument
115 #define mc_rep_bi_func(name, bitd, step, W, opt) \ argument
133 #define mc_rep_funcs(name, bitd, step, W, opt) \ argument
138 #define mc_rep_func2(name, bitd, step1, step2, W, opt) \ argument
147 #define mc_rep_uni_func2(name, bitd, step1, step2, W, opt) \ argument
[all …]
Dvp9dsp_init.h34 #define decl_fpel_func(avg, sz, bpp, opt) \ argument
39 #define decl_mc_func(avg, sz, dir, opt, type, f_sz, bpp) \ argument
44 #define decl_mc_funcs(sz, opt, type, fsz, bpp) \ argument
50 #define decl_ipred_fn(type, sz, bpp, opt) \ argument
62 #define decl_itxfm_func(typea, typeb, size, bpp, opt) \ argument
68 #define decl_itxfm_funcs(size, bpp, opt) \ argument
74 #define mc_rep_func(avg, sz, hsz, hszb, dir, opt, type, f_sz, bpp) \ argument
86 #define mc_rep_funcs(sz, hsz, hszb, opt, type, fsz, bpp) \ argument
92 #define filter_8tap_1d_fn(op, sz, f, f_opt, fname, dir, dvar, bpp, opt) \ argument
101 #define filters_8tap_1d_fn(op, sz, dir, dvar, bpp, opt, f_opt) \ argument
[all …]
Dhevcdsp.h32 #define PEL_LINK(dst, idx1, idx2, idx3, name, D, opt) \ argument
40 #define PEL_PROTOTYPE(name, D, opt) \ argument
52 #define EPEL_PROTOTYPES(fname, bitd, opt) \ argument
63 #define QPEL_PROTOTYPES(fname, bitd, opt) \ argument
73 #define WEIGHTING_PROTOTYPE(width, bitd, opt) \ argument
77 #define WEIGHTING_PROTOTYPES(bitd, opt) \ argument
/third_party/ffmpeg/libavcodec/arm/
Dvp8dsp.h29 #define VP8_LF_Y(hv, inner, opt) \ argument
35 #define VP8_LF_UV(hv, inner, opt) \ argument
42 #define VP8_LF_SIMPLE(hv, opt) \ argument
47 #define VP8_LF_HV(inner, opt) \ argument
53 #define VP8_LF(opt) \ argument
59 #define VP8_MC(n, opt) \ argument
64 #define VP8_EPEL(w, opt) \ argument
75 #define VP8_BILIN(w, opt) \ argument
/third_party/ffmpeg/libavcodec/aarch64/
Dvp8dsp.h24 #define VP8_LF_Y(hv, inner, opt) \ argument
30 #define VP8_LF_UV(hv, inner, opt) \ argument
37 #define VP8_LF_SIMPLE(hv, opt) \ argument
42 #define VP8_LF_HV(inner, opt) \ argument
48 #define VP8_LF(opt) \ argument
54 #define VP8_MC(n, opt) \ argument
59 #define VP8_EPEL(w, opt) \ argument
70 #define VP8_BILIN(w, opt) \ argument
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DassignmentCompatWithObjectMembersOptionality.ts10 opt?: Base property
19 opt: Base; property
22 opt: Derived; property
25 opt?: Derived; property
52 opt: Base property
61 opt?: Base; property
64 opt?: Derived; property
67 opt: Derived; property
/third_party/cups-filters/filter/foomatic-rip/
Doptions.c249 static void free_option(option_t *opt) in free_option()
281 option_t *opt; in options_free() local
323 option_t *opt; in option_count() local
333 option_t *opt; in find_option() local
350 option_t *opt, *last; in assure_option() local
397 int option_has_name(option_t *opt, const char *name) in option_has_name()
408 int option_is_composite(option_t *opt) in option_is_composite()
413 int option_is_ps_command(option_t *opt) in option_is_ps_command()
418 int option_is_jcl_arg(option_t *opt) in option_is_jcl_arg()
423 int option_is_commandline_arg(option_t *opt) in option_is_commandline_arg()
[all …]
/third_party/elfutils/libdwfl/
Dargp-std.c129 struct parse_opt *opt = calloc (1, sizeof (*opt)); in parse_opt() local
142 struct parse_opt *opt = state->hook; in parse_opt() local
168 struct parse_opt *opt = state->hook; in parse_opt() local
188 struct parse_opt *opt = state->hook; in parse_opt() local
213 struct parse_opt *opt = state->hook; in parse_opt() local
226 struct parse_opt *opt = state->hook; in parse_opt() local
246 struct parse_opt *opt = state->hook; in parse_opt() local
263 struct parse_opt *opt = state->hook; in parse_opt() local
353 struct parse_opt *opt = state->hook; in parse_opt() local
365 struct parse_opt *opt = state->hook; in parse_opt() local
/third_party/ffmpeg/libswscale/aarch64/
Dswscale.c25 #define SCALE_FUNC(filter_n, from_bpc, to_bpc, opt) \ argument
31 #define SCALE_FUNCS(filter_n, opt) \ argument
33 #define ALL_SCALE_FUNCS(opt) \ argument
43 #define ASSIGN_SCALE_FUNC2(hscalefn, filtersize, opt) do { \ argument
50 #define ASSIGN_SCALE_FUNC(hscalefn, filtersize, opt) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Doptimizer_test.cpp24 namespace opt { namespace
44 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
61 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
76 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
90 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
112 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
122 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
132 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
256 Optimizer opt(SPV_ENV_VULKAN_1_1); in TEST() local
317 Optimizer opt(SPV_ENV_VULKAN_1_1); in TEST() local
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Doptimizer_test.cpp24 namespace opt { namespace
44 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
61 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
76 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
90 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
112 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
122 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
132 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
256 Optimizer opt(SPV_ENV_VULKAN_1_1); in TEST() local
317 Optimizer opt(SPV_ENV_VULKAN_1_1); in TEST() local
[all …]
/third_party/spirv-tools/test/opt/
Doptimizer_test.cpp24 namespace opt { namespace
44 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
61 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
76 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
90 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
112 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
122 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
132 Optimizer opt(SPV_ENV_UNIVERSAL_1_0); in TEST() local
256 Optimizer opt(SPV_ENV_VULKAN_1_1); in TEST() local
317 Optimizer opt(SPV_ENV_VULKAN_1_1); in TEST() local
[all …]
/third_party/libabigail/tests/
Dtest-cxx-compat.cc34 optional<bool> opt; variable
45 optional<std::string> opt; variable
61 optional<std::string> opt("asdf"); variable
/third_party/lwip/src/netif/ppp/
Dlcp.c351 printendpoint(opt, printer, arg) in printendpoint() argument
839 #define ADDCIVOID(opt, neg) \ in lcp_addci() argument
844 #define ADDCISHORT(opt, neg, val) \ in lcp_addci() argument
851 #define ADDCICHAP(opt, neg, val) \ in lcp_addci() argument
859 #define ADDCILONG(opt, neg, val) \ in lcp_addci() argument
866 #define ADDCILQR(opt, neg, val) \ in lcp_addci() argument
874 #define ADDCICHAR(opt, neg, val) \ in lcp_addci() argument
880 #define ADDCIENDP(opt, neg, class, val, len) \ in lcp_addci() argument
959 #define ACKCIVOID(opt, neg) \ in lcp_ackci() argument
969 #define ACKCISHORT(opt, neg, val) \ in lcp_ackci() argument
[all …]
/third_party/python/Lib/
Dgetopt.py44 opt = '' variable in GetoptError
46 def __init__(self, msg, opt=''): argument
149 def do_longs(opts, opt, longopts, args): argument
171 def long_has_args(opt, longopts): argument
207 def short_has_arg(opt, shortopts): argument
/third_party/ffmpeg/fftools/
Dopt_common.c75 int show_license(void *optctx, const char *opt, const char *arg) in show_license()
248 int show_version(void *optctx, const char *opt, const char *arg) in show_version()
257 int show_buildconf(void *optctx, const char *opt, const char *arg) in show_buildconf()
574 int show_help(void *optctx, const char *opt, const char *arg) in show_help()
667 int show_codecs(void *optctx, const char *opt, const char *arg) in show_codecs()
764 int show_decoders(void *optctx, const char *opt, const char *arg) in show_decoders()
770 int show_encoders(void *optctx, const char *opt, const char *arg) in show_encoders()
776 int show_bsfs(void *optctx, const char *opt, const char *arg) in show_bsfs()
788 int show_filters(void *optctx, const char *opt, const char *arg) in show_filters()
844 static int show_formats_devices(void *optctx, const char *opt, const char *arg, int device_only, in… in show_formats_devices()
[all …]
/third_party/libfuse/lib/
Dfuse_opt.c24 const struct fuse_opt *opt; member
100 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
115 static int add_opt_common(char **opts, const char *opt, int esc) in add_opt_common()
139 int fuse_opt_add_opt(char **opts, const char *opt) in fuse_opt_add_opt()
144 int fuse_opt_add_opt_escaped(char **opts, const char *opt) in fuse_opt_add_opt_escaped()
149 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
192 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, in find_opt()
201 int fuse_opt_match(const struct fuse_opt *opts, const char *opt) in fuse_opt_match()
229 const struct fuse_opt *opt, unsigned sep, in process_opt()
251 const struct fuse_opt *opt, unsigned sep, in process_opt_sep_arg()
[all …]
/third_party/rust/crates/clap/tests/derive/
Dsubcommands.rs352 let mut opt = Opt::Command1(Command1 { arg1: 12, arg2: 14 }); in update_subcommands() localVariable
361 let mut opt = Opt::Command1(Command1 { arg1: 12, arg2: 14 }); in update_subcommands() localVariable
369 let mut opt = Opt::Command1(Command1 { arg1: 12, arg2: 14 }); in update_subcommands() localVariable
399 let mut opt = Opt::Command1(Command1 { arg1: 12, arg2: 14 }); in update_subcommands_explicit_required() localVariable
439 let mut opt = Opt::Child1(Child1::Command1(Command1 { arg1: 12, arg2: 14 })); in update_sub_subcommands() localVariable
448 let mut opt = Opt::Child1(Child1::Command1(Command1 { arg1: 12, arg2: 14 })); in update_sub_subcommands() localVariable
457 let mut opt = Opt::Child1(Child1::Command1(Command1 { arg1: 12, arg2: 14 })); in update_sub_subcommands() localVariable
466 let mut opt = Opt::Child1(Child1::Command1(Command1 { arg1: 12, arg2: 14 })); in update_sub_subcommands() localVariable
498 let mut opt = Opt::Ext(vec!["12".into(), "14".into()]); in update_ext_subcommand() localVariable
506 let mut opt = Opt::Ext(vec!["12".into(), "14".into()]); in update_ext_subcommand() localVariable
[all …]
/third_party/popt/src/
Dpopthelp.c140 getTableTranslationDomain(const struct poptOption *opt) in getTableTranslationDomain()
155 getArgDescrip(const struct poptOption * opt, in getArgDescrip()
207 const struct poptOption * opt, in singleOptionDefaultValue()
285 const struct poptOption * opt, in singleOptionHelp()
488 static size_t maxArgWidth(const struct poptOption * opt, in maxArgWidth()
552 const struct poptOption * opt; in itemHelp() local
572 const struct poptOption * opt; in singleTableHelp() local
658 const struct poptOption * opt, in singleOptionUsage()
729 const struct poptOption * opt; in itemUsage() local
762 const struct poptOption * opt, in singleTableUsage()
[all …]
/third_party/ntfs-3g/libfuse-lite/
Dfuse_opt.c19 const struct fuse_opt *opt; member
84 static int next_arg(struct fuse_opt_context *ctx, const char *opt) in next_arg()
99 int fuse_opt_add_opt(char **opts, const char *opt) in fuse_opt_add_opt()
119 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt()
162 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, in find_opt()
171 int fuse_opt_match(const struct fuse_opt *opts, const char *opt) in fuse_opt_match()
197 const struct fuse_opt *opt, unsigned sep, in process_opt()
219 const struct fuse_opt *opt, unsigned sep, in process_opt_sep_arg()
245 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep); in process_gopt() local
/third_party/rust/crates/cxx/gen/lib/tests/
Dtest.rs17 let opt = Opt::default(); in test_positive() localVariable
26 let opt = Opt::default(); in test_negative() localVariable
/third_party/typescript/tests/baselines/reference/
DassignmentCompatWithObjectMembersOptionality2.js17 var b: typeof a = { opt: new Base() } property
59 var b = { opt: new Base() } property
134 var b = { opt: new Base() }; property
158 var b = { opt: new Base() }; property

12345678910>>...74