/third_party/mbedtls/programs/ssl/ |
H A D | ssl_client2.c | 554 } opt; variable 578 if (opt.debug_level == 0) { in my_verify() 608 if (opt.transport != MBEDTLS_SSL_TRANSPORT_DATAGRAM) { in report_cid_usage() 631 if (opt.cid_enabled == MBEDTLS_SSL_CID_ENABLED) { in report_cid_usage() 727 ret = mbedtls_snprintf((char *) buf, buf_size, GET_REQUEST, opt.request_page); in build_http_request() 734 if (opt.request_size != DFL_REQUEST_SIZE) { in build_http_request() 735 request_size = (size_t) opt.request_size; in build_http_request() 744 /* Add padding to GET request to reach opt.request_size in length */ in build_http_request() 745 if (opt.request_size != DFL_REQUEST_SIZE && in build_http_request() 755 if (opt in build_http_request() [all...] |
H A D | ssl_server2.c | 711 } opt; variable 1343 if (opt.transport != MBEDTLS_SSL_TRANSPORT_DATAGRAM) { in report_cid_usage() 1357 if (opt.cid_enabled == MBEDTLS_SSL_CID_ENABLED) { in report_cid_usage() 1423 switch (opt.dummy_ticket % 11) { in dummy_ticket_parse() 1681 opt.buffer_size = DFL_IO_BUF_LEN; in main() 1682 opt.server_addr = DFL_SERVER_ADDR; in main() 1683 opt.server_port = DFL_SERVER_PORT; in main() 1684 opt.debug_level = DFL_DEBUG_LEVEL; in main() 1685 opt.event = DFL_EVENT; in main() 1686 opt in main() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_util.h | 24 #include "source/opt/basic_block.h" 25 #include "source/opt/instruction.h" 26 #include "source/opt/ir_context.h" 27 #include "source/opt/module.h" 40 using ModuleSupplier = std::function<std::unique_ptr<opt::IRContext>()>; 42 // Builds a new opt::IRContext object. Returns true if successful and changes 49 std::unique_ptr<spvtools::opt::IRContext>* ir_context); 52 bool IsFreshId(opt::IRContext* context, uint32_t id); 56 void UpdateModuleIdBound(opt::IRContext* context, uint32_t id); 60 opt [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_util.h | 24 #include "source/opt/basic_block.h" 25 #include "source/opt/instruction.h" 26 #include "source/opt/ir_context.h" 27 #include "source/opt/module.h" 40 using ModuleSupplier = std::function<std::unique_ptr<opt::IRContext>()>; 42 // Builds a new opt::IRContext object. Returns true if successful and changes 49 std::unique_ptr<spvtools::opt::IRContext>* ir_context); 52 bool IsFreshId(opt::IRContext* context, uint32_t id); 56 void UpdateModuleIdBound(opt::IRContext* context, uint32_t id); 60 opt [all...] |
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_util.h | 24 #include "source/opt/basic_block.h" 25 #include "source/opt/instruction.h" 26 #include "source/opt/ir_context.h" 27 #include "source/opt/module.h" 40 using ModuleSupplier = std::function<std::unique_ptr<opt::IRContext>()>; 42 // Builds a new opt::IRContext object. Returns true if successful and changes 49 std::unique_ptr<spvtools::opt::IRContext>* ir_context); 52 bool IsFreshId(opt::IRContext* context, uint32_t id); 56 void UpdateModuleIdBound(opt::IRContext* context, uint32_t id); 60 opt [all...] |
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | options.c | 249 static void free_option(option_t *opt) in free_option() argument 255 free(opt->custom_command); in free_option() 256 free(opt->proto); in free_option() 258 while (opt->valuelist) { in free_option() 259 value = opt->valuelist; in free_option() 260 opt->valuelist = opt->valuelist->next; in free_option() 263 while (opt->choicelist) { in free_option() 264 choice = opt->choicelist; in free_option() 265 opt in free_option() 281 option_t *opt; options_free() local 323 option_t *opt; option_count() local 333 option_t *opt; find_option() local 350 option_t *opt, *last; assure_option() local 397 option_has_name(option_t *opt, const char *name) option_has_name() argument 408 option_is_composite(option_t *opt) option_is_composite() argument 413 option_is_ps_command(option_t *opt) option_is_ps_command() argument 418 option_is_jcl_arg(option_t *opt) option_is_jcl_arg() argument 423 option_is_commandline_arg(option_t *opt) option_is_commandline_arg() argument 428 option_get_section(option_t *opt) option_get_section() argument 433 option_find_value(option_t *opt, int optionset) option_find_value() argument 447 option_assure_value(option_t *opt, int optionset) option_assure_value() argument 466 option_find_param_index(option_t *opt, const char *name, int *idx) option_find_param_index() argument 482 option_find_choice(option_t *opt, const char *name) option_find_choice() argument 493 free_paramvalues(option_t *opt, char **paramvalues) free_paramvalues() argument 503 get_valid_param_string(option_t *opt, param_t *param, const char *str) get_valid_param_string() argument 581 get_valid_param_string_int(option_t *opt, param_t *param, int value) get_valid_param_string_int() argument 588 get_valid_param_string_float(option_t *opt, param_t *param, float value) get_valid_param_string_float() argument 610 paramvalues_from_string(option_t *opt, const char *str) paramvalues_from_string() argument 685 paramvalues_to_string(option_t *opt, char **paramvalues) paramvalues_to_string() argument 718 get_valid_value_string(option_t *opt, const char *value) get_valid_value_string() argument 791 option_get_value(option_t *opt, int optionset) option_get_value() argument 799 option_use_foomatic_prototype(option_t *opt) option_use_foomatic_prototype() argument 813 build_foomatic_custom_command(dstr_t *cmd, option_t *opt, const char *values) build_foomatic_custom_command() argument 847 build_cups_custom_ps_command(dstr_t *cmd, option_t *opt, const char *values) build_cups_custom_ps_command() argument 860 build_cups_custom_jcl_command(dstr_t *cmd, option_t *opt, const char *values) build_cups_custom_jcl_command() argument 875 composite_get_command(dstr_t *cmd, option_t *opt, int optionset, int section) composite_get_command() argument 917 option_is_in_section(option_t *opt, int section) option_is_in_section() argument 926 option_is_custom_value(option_t *opt, const char *value) option_is_custom_value() argument 934 option_get_command(dstr_t *cmd, option_t *opt, int optionset, int section) option_get_command() argument 983 composite_set_values(option_t *opt, int optionset, const char *values) composite_set_values() argument 1019 option_set_value(option_t *opt, int optionset, const char *value) option_set_value() argument 1052 option_accepts_value(option_t *opt, const char *value) option_accepts_value() argument 1061 option_has_choice(option_t *opt, const char *choice) option_has_choice() argument 1066 option_text(option_t *opt) option_text() argument 1073 option_type(option_t *opt) option_type() argument 1078 option_set_order(option_t *opt, double order) option_set_order() argument 1111 option_set_from_string(option_t *opt, const char *str) option_set_from_string() argument 1129 option_assure_choice(option_t *opt, const char *name) option_assure_choice() argument 1304 option_set_choice(option_t *opt, const char *name, const char *text, const char *code) option_set_choice() argument 1365 option_set_custom_command(option_t *opt, const char *cmd) option_set_custom_command() argument 1373 option_add_custom_param_from_string(option_t *opt, const char *name, const char *text, const char *str) option_add_custom_param_from_string() argument 1436 option_assure_foomatic_param(option_t *opt) option_assure_foomatic_param() argument 1489 option_t *opt; optionset_copy_values() local 1504 option_t *opt; optionset_delete_values() local 1529 option_t *opt; optionset_equal() local 1566 option_t *opt, *current_opt = NULL; read_ppd_file() local 1892 option_t *opt; ppd_supports_pdf() local 1931 option_t *opt; build_commandline() local 2241 option_t *opt; set_options_for_page() local [all...] |
/third_party/spirv-tools/ |
H A D | Android.mk | 80 source/opt/aggressive_dead_code_elim_pass.cpp \ 81 source/opt/amd_ext_to_khr.cpp \ 82 source/opt/analyze_live_input_pass.cpp \ 83 source/opt/basic_block.cpp \ 84 source/opt/block_merge_pass.cpp \ 85 source/opt/block_merge_util.cpp \ 86 source/opt/build_module.cpp \ 87 source/opt/cfg.cpp \ 88 source/opt/cfg_cleanup_pass.cpp \ 89 source/opt/ccp_pas [all...] |
/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale.c | 184 #define YUV2YUVX_FUNC_MMX(opt, step) \ 185 void ff_yuv2yuvX_ ##opt(const int16_t *filter, int filterSize, int srcOffset, \ 188 static void yuv2yuvX_ ##opt(const int16_t *filter, int filterSize, \ 193 ff_yuv2yuvX_ ##opt(filter, filterSize - 1, 0, dest - offset, dstW + offset, dither, offset); \ 197 #define YUV2YUVX_FUNC(opt, step) \ 198 void ff_yuv2yuvX_ ##opt(const int16_t *filter, int filterSize, int srcOffset, \ 201 static void yuv2yuvX_ ##opt(const int16_t *filter, int filterSize, \ 212 ff_yuv2yuvX_ ##opt(filter, filterSize - 1, 0, dest - offset, pixelsProcessed + offset, dither, offset); \ 232 #define SCALE_FUNC(filter_n, from_bpc, to_bpc, opt) \ 233 void ff_hscale ## from_bpc ## to ## to_bpc ## _ ## filter_n ## _ ## opt( \ [all...] |
/third_party/backends/backend/ |
H A D | canon.c | 1136 memset (s->opt, 0, sizeof (s->opt)); in init_options() 1143 s->opt[i].size = sizeof (SANE_Word); in init_options() 1144 s->opt[i].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT; in init_options() 1147 s->opt[OPT_NUM_OPTS].title = SANE_TITLE_NUM_OPTIONS; in init_options() 1148 s->opt[OPT_NUM_OPTS].desc = SANE_DESC_NUM_OPTIONS; in init_options() 1149 s->opt[OPT_NUM_OPTS].type = SANE_TYPE_INT; in init_options() 1150 s->opt[OPT_NUM_OPTS].cap = SANE_CAP_SOFT_DETECT; in init_options() 1154 s->opt[OPT_MODE_GROUP].title = SANE_I18N("Scan mode"); in init_options() 1155 s->opt[OPT_MODE_GROU in init_options() [all...] |
H A D | kvs1025_opt.c | 488 return dev->opt + option; in kv_get_option_descriptor() 503 memset (dev->opt, 0, sizeof (dev->opt)); in kv_init_options() 508 dev->opt[i].size = sizeof (SANE_Word); in kv_init_options() 509 dev->opt[i].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT; in kv_init_options() 513 dev->opt[OPT_NUM_OPTS].name = ""; in kv_init_options() 514 dev->opt[OPT_NUM_OPTS].title = SANE_TITLE_NUM_OPTIONS; in kv_init_options() 515 dev->opt[OPT_NUM_OPTS].desc = SANE_DESC_NUM_OPTIONS; in kv_init_options() 516 dev->opt[OPT_NUM_OPTS].type = SANE_TYPE_INT; in kv_init_options() 517 dev->opt[OPT_NUM_OPT in kv_init_options() [all...] |
H A D | apple.c | 83 #define ENABLE(OPTION) s->opt[OPTION].cap &= ~SANE_CAP_INACTIVE 84 #define DISABLE(OPTION) s->opt[OPTION].cap |= SANE_CAP_INACTIVE 85 #define IS_ACTIVE(OPTION) (((s->opt[OPTION].cap) & SANE_CAP_INACTIVE) == 0) 1281 memset (s->opt, 0, sizeof (s->opt)); in init_options() 1286 s->opt[i].size = sizeof (SANE_Word); in init_options() 1287 s->opt[i].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT; in init_options() 1290 s->opt[OPT_NUM_OPTS].title = SANE_TITLE_NUM_OPTIONS; in init_options() 1291 s->opt[OPT_NUM_OPTS].desc = SANE_DESC_NUM_OPTIONS; in init_options() 1292 s->opt[OPT_NUM_OPT in init_options() [all...] |
H A D | fujitsu.c | 2605 memset (s->opt, 0, sizeof (s->opt)); in init_options() 2607 s->opt[i].name = "filler"; in init_options() 2608 s->opt[i].size = sizeof (SANE_Word); in init_options() 2609 s->opt[i].cap = SANE_CAP_INACTIVE; in init_options() 2612 /* go ahead and setup the first opt, because in init_options() 2616 s->opt[OPT_NUM_OPTS].name = SANE_NAME_NUM_OPTIONS; in init_options() 2617 s->opt[OPT_NUM_OPTS].title = SANE_TITLE_NUM_OPTIONS; in init_options() 2618 s->opt[OPT_NUM_OPTS].desc = SANE_DESC_NUM_OPTIONS; in init_options() 2619 s->opt[OPT_NUM_OPT in init_options() 2861 SANE_Option_Descriptor *opt = &s->opt[option]; sane_get_option_descriptor() local [all...] |
/third_party/popt/src/ |
H A D | popthelp.c | 137 * @param opt option(s) 140 getTableTranslationDomain(const struct poptOption *opt) in getTableTranslationDomain() argument 142 if (opt != NULL) in getTableTranslationDomain() 143 for (; opt->longName || opt->shortName || opt->arg; opt++) { in getTableTranslationDomain() 144 if (opt->argInfo == POPT_ARG_INTL_DOMAIN) in getTableTranslationDomain() 145 return opt->arg; in getTableTranslationDomain() 151 * @param opt optio 155 getArgDescrip(const struct poptOption * opt, const char * translation_domain) getArgDescrip() argument 206 singleOptionDefaultValue(size_t lineLength, const struct poptOption * opt, const char * translation_domain) singleOptionDefaultValue() argument 284 singleOptionHelp(FILE * fp, columns_t columns, const struct poptOption * opt, const char * translation_domain) singleOptionHelp() argument 488 maxArgWidth(const struct poptOption * opt, const char * translation_domain) maxArgWidth() argument 552 const struct poptOption * opt; itemHelp() local 572 const struct poptOption * opt; singleTableHelp() local 657 singleOptionUsage(FILE * fp, columns_t columns, const struct poptOption * opt, const char *translation_domain) singleOptionUsage() argument 729 const struct poptOption * opt; itemUsage() local 761 singleTableUsage(poptContext con, FILE * fp, columns_t columns, const struct poptOption * opt, const char * translation_domain, poptDone done) singleTableUsage() argument 810 showShortOptions(const struct poptOption * opt, FILE * fp, char * str) showShortOptions() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/ |
H A D | Android.mk | 76 source/opt/aggressive_dead_code_elim_pass.cpp \ 77 source/opt/amd_ext_to_khr.cpp \ 78 source/opt/basic_block.cpp \ 79 source/opt/block_merge_pass.cpp \ 80 source/opt/block_merge_util.cpp \ 81 source/opt/build_module.cpp \ 82 source/opt/cfg.cpp \ 83 source/opt/cfg_cleanup_pass.cpp \ 84 source/opt/ccp_pass.cpp \ 85 source/opt/code_sin [all...] |
/third_party/mbedtls/programs/x509/ |
H A D | cert_write.c | 205 } opt; variable 218 if (opt.format == FORMAT_DER) { in write_certificate() 347 opt.issuer_crt = DFL_ISSUER_CRT; in main() 348 opt.request_file = DFL_REQUEST_FILE; in main() 349 opt.subject_key = DFL_SUBJECT_KEY; in main() 350 opt.issuer_key = DFL_ISSUER_KEY; in main() 351 opt.subject_pwd = DFL_SUBJECT_PWD; in main() 352 opt.issuer_pwd = DFL_ISSUER_PWD; in main() 353 opt.output_file = DFL_OUTPUT_FILENAME; in main() 354 opt in main() [all...] |
H A D | cert_req.c | 108 } opt; variable 181 opt.filename = DFL_FILENAME; in main() 182 opt.password = DFL_PASSWORD; in main() 183 opt.debug_level = DFL_DEBUG_LEVEL; in main() 184 opt.output_file = DFL_OUTPUT_FILENAME; in main() 185 opt.subject_name = DFL_SUBJECT_NAME; in main() 186 opt.key_usage = DFL_KEY_USAGE; in main() 187 opt.force_key_usage = DFL_FORCE_KEY_USAGE; in main() 188 opt.ns_cert_type = DFL_NS_CERT_TYPE; in main() 189 opt in main() [all...] |
/third_party/backends/frontend/ |
H A D | tstbackend.c | 245 const SANE_Option_Descriptor *opt, in test_options_word_list() 253 check(FATAL, (opt->type == SANE_TYPE_INT || in test_options_word_list() 254 opt->type == SANE_TYPE_FIXED), in test_options_word_list() 255 "type must be SANE_TYPE_INT or SANE_TYPE_FIXED (%d)", opt->type); in test_options_word_list() 257 if (!SANE_OPTION_IS_SETTABLE(opt->cap)) return; in test_options_word_list() 259 for (i=1; i<opt->constraint.word_list[0]; i++) { in test_options_word_list() 263 val_int = opt->constraint.word_list[i]; in test_options_word_list() 282 if (!SANE_OPTION_IS_ACTIVE(opt->cap) || in test_options_word_list() 283 !SANE_OPTION_IS_SETTABLE(opt->cap)) in test_options_word_list() 292 const SANE_Option_Descriptor *opt, in test_options_string_list() 244 test_options_word_list(SANE_Device * device, int option_num, const SANE_Option_Descriptor *opt, int can_do_recursive) test_options_word_list() argument 291 test_options_string_list(SANE_Device * device, int option_num, const SANE_Option_Descriptor *opt, int can_do_recursive) test_options_string_list() argument 348 const SANE_Option_Descriptor *opt; test_options() local 862 const SANE_Option_Descriptor *opt; get_optdesc_by_name() local 887 set_min_value(SANE_Handle device, int option_num, const SANE_Option_Descriptor *opt) set_min_value() argument 938 set_max_value(SANE_Handle device, int option_num, const SANE_Option_Descriptor *opt) set_max_value() argument 990 set_random_value(SANE_Handle device, int option_num, const SANE_Option_Descriptor *opt) set_random_value() argument 1050 const SANE_Option_Descriptor *opt; get_option_value() local 1129 const SANE_Option_Descriptor *opt; test_scan() local [all...] |
/third_party/mbedtls/programs/test/ |
H A D | udp_proxy.c | 162 } opt; variable 181 opt.server_addr = DFL_SERVER_ADDR; in get_options() 182 opt.server_port = DFL_SERVER_PORT; in get_options() 183 opt.listen_addr = DFL_LISTEN_ADDR; in get_options() 184 opt.listen_port = DFL_LISTEN_PORT; in get_options() 185 opt.pack = DFL_PACK; in get_options() 188 opt.delay_cli_cnt = 0; in get_options() 189 opt.delay_srv_cnt = 0; in get_options() 190 memset(opt.delay_cli, 0, sizeof(opt in get_options() [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp8dsp.h | 29 #define VP8_LF_Y(hv, inner, opt) \ 30 void ff_vp8_##hv##_loop_filter16##inner##_##opt(uint8_t *dst, \ 35 #define VP8_LF_UV(hv, inner, opt) \ 36 void ff_vp8_##hv##_loop_filter8uv##inner##_##opt(uint8_t *dstU, \ 42 #define VP8_LF_SIMPLE(hv, opt) \ 43 void ff_vp8_##hv##_loop_filter16_simple_##opt(uint8_t *dst, \ 47 #define VP8_LF_HV(inner, opt) \ 48 VP8_LF_Y(h, inner, opt); \ 49 VP8_LF_Y(v, inner, opt); \ 50 VP8_LF_UV(h, inner, opt); \ [all...] |
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp8dsp.h | 24 #define VP8_LF_Y(hv, inner, opt) \ 25 void ff_vp8_##hv##_loop_filter16##inner##_##opt(uint8_t *dst, \ 30 #define VP8_LF_UV(hv, inner, opt) \ 31 void ff_vp8_##hv##_loop_filter8uv##inner##_##opt(uint8_t *dstU, \ 37 #define VP8_LF_SIMPLE(hv, opt) \ 38 void ff_vp8_##hv##_loop_filter16_simple_##opt(uint8_t *dst, \ 42 #define VP8_LF_HV(inner, opt) \ 43 VP8_LF_Y(h, inner, opt); \ 44 VP8_LF_Y(v, inner, opt); \ 45 VP8_LF_UV(h, inner, opt); \ [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | upgrade_memory_model_test.cpp | 24 using UpgradeMemoryModelTest = opt::PassTest<::testing::Test>; 34 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 47 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 60 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 76 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 100 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 124 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 151 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 178 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 204 SinglePassRunAndMatch<opt in TEST_F() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | upgrade_memory_model_test.cpp | 24 using UpgradeMemoryModelTest = opt::PassTest<::testing::Test>; 34 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 47 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 60 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 76 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 100 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 124 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 151 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 178 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 204 SinglePassRunAndMatch<opt in TEST_F() [all...] |
/third_party/spirv-tools/test/opt/ |
H A D | upgrade_memory_model_test.cpp | 23 using UpgradeMemoryModelTest = opt::PassTest<::testing::Test>; 33 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 46 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 59 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 75 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 99 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 123 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 150 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 177 SinglePassRunAndMatch<opt::UpgradeMemoryModel>(text, true); in TEST_F() 203 SinglePassRunAndMatch<opt in TEST_F() [all...] |
/third_party/python/Lib/ |
H A D | getopt.py | 13 GetoptError -- exception (class) raised with 'opt' attribute, which is the 44 opt = '' variable in GetoptError 46 def __init__(self, msg, opt=''): 48 self.opt = opt 49 Exception.__init__(self, msg, opt) 149 def do_longs(opts, opt, longopts, args): 151 i = opt.index('=') 155 opt, optarg = opt[ [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9dsp_init.h | 34 #define decl_fpel_func(avg, sz, bpp, opt) \ 35 void ff_vp9_##avg##sz##bpp##_##opt(uint8_t *dst, ptrdiff_t dst_stride, \ 39 #define decl_mc_func(avg, sz, dir, opt, type, f_sz, bpp) \ 40 void ff_vp9_##avg##_8tap_1d_##dir##_##sz##_##bpp##_##opt(uint8_t *dst, ptrdiff_t dst_stride, \ 44 #define decl_mc_funcs(sz, opt, type, fsz, bpp) \ 45 decl_mc_func(put, sz, h, opt, type, fsz, bpp); \ 46 decl_mc_func(avg, sz, h, opt, type, fsz, bpp); \ 47 decl_mc_func(put, sz, v, opt, type, fsz, bpp); \ 48 decl_mc_func(avg, sz, v, opt, type, fsz, bpp) 50 #define decl_ipred_fn(type, sz, bpp, opt) \ [all...] |