Home
last modified time | relevance | path

Searched defs:opts (Results 551 - 575 of 632) sorted by relevance

1...<<212223242526

/third_party/ffmpeg/libavformat/
H A Ddemux.c2780 AVDictionary *opts = NULL; in avformat_find_stream_info() local
H A Drtsp.c129 AVDictionary *opts = NULL; in map_to_opts() local
1519 AVDictionary *opts = map_to_opts(rt); in ff_rtsp_make_setup_request() local
1663 AVDictionary *opts = map_to_opts(rt); in ff_rtsp_make_setup_request() local
2421 AVDictionary *opts = map_to_opts(rt); sdp_read_header() local
2520 AVDictionary *opts = NULL; rtp_read_header() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dhwcontext_opencl.c333 AVDictionary *opts = context; in opencl_filter_platform() local
408 AVDictionary *opts = context; in opencl_filter_device() local
626 opencl_device_create(AVHWDeviceContext *hwdev, const char *device, AVDictionary *opts, int flags) opencl_device_create() argument
1202 opencl_device_derive(AVHWDeviceContext *hwdev, AVHWDeviceContext *src_ctx, AVDictionary *opts, int flags) opencl_device_derive() argument
/third_party/glslang/glslang/MachineIndependent/
H A DShaderLang.cpp2103 bool TProgram::buildReflection(int opts) in buildReflection() argument
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c2146 _snd_pcm_direct_new(snd_pcm_t **pcmp, snd_pcm_direct_t **_dmix, int type, const char *name, struct snd_pcm_direct_open_conf *opts, struct slave_params *params, snd_pcm_stream_t stream, int mode) global() argument
/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c1388 enum opts { enum
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c42 mbedtls_test_init_handshake_options( mbedtls_test_handshake_test_options *opts) mbedtls_test_init_handshake_options() argument
83 mbedtls_test_free_handshake_options( mbedtls_test_handshake_test_options *opts) mbedtls_test_free_handshake_options() argument
[all...]
/third_party/libabigail/tools/
H A Dabipkgdiff.cc655 load_elf_file_paths(options& opts) in load_elf_file_paths() argument
753 const options& opts; global() member
927 extract_rpm(const string& package_path, const string& extracted_package_dir_path, const options &opts) extract_rpm() argument
972 extract_deb(const string& package_path, const string& extracted_package_dir_path, const options &opts) extract_deb() argument
1015 extract_tar(const string& package_path, const string& extracted_package_dir_path, const options &opts) extract_tar() argument
1064 erase_created_temporary_directories(const package& first_package, const package& second_package, const options &opts) erase_created_temporary_directories() argument
1075 erase_created_temporary_directories_parent(const options &opts) erase_created_temporary_directories_parent() argument
1102 extract_package(const package& package, const options &opts) extract_package() argument
1177 maybe_check_suppression_files(const options& opts) maybe_check_suppression_files() argument
1201 set_diff_context_from_opts(diff_context_sptr ctxt, const options& opts) set_diff_context_from_opts() argument
1242 set_generic_options(abigail::elf_based_reader& rdr, const options& opts) set_generic_options() argument
1282 compare(const elf_file& elf1, const string& debug_dir1, const suppressions_type& priv_types_supprs1, const elf_file& elf2, const string& debug_dir2, const suppressions_type& priv_types_supprs2, const options& opts, abigail::ir::environment& env, corpus_diff_sptr& diff, diff_context_sptr& ctxt, abigail::fe_iface::status* detailed_error_status = 0) compare() argument
1586 compare_to_self(const elf_file& elf, const string& debug_dir, const options& opts, abigail::ir::environment& env, corpus_diff_sptr& diff, diff_context_sptr& ctxt, abigail::fe_iface::status* detailed_error_status = 0) compare_to_self() argument
1785 create_private_types_suppressions(const package& pkg, const options &opts) create_private_types_suppressions() argument
1831 maybe_create_public_dso_sonames_set(package& pkg, const options &opts) maybe_create_public_dso_sonames_set() argument
1849 must_compare_public_dso_only(package& pkg, options& opts) must_compare_public_dso_only() argument
1936 maybe_handle_kabi_whitelist_pkg(const package& pkg, options &opts) maybe_handle_kabi_whitelist_pkg() argument
1993 const options &opts; global() member in pkg_extraction_task
2034 options &opts; global() member in pkg_prepare_task
2229 maybe_update_package_content(const FTSENT *entry, options &opts, const string& file_name_to_look_for, unordered_set<string>& paths) maybe_update_package_content() argument
2273 get_interesting_files_under_dir(const string dir, const string& file_name_to_look_for, options& opts, vector<string>& interesting_files) get_interesting_files_under_dir() argument
2320 create_maps_of_package_content(package& package, options& opts) create_maps_of_package_content() argument
2493 extract_package_and_map_its_content(const package_sptr &pkg, options &opts) extract_package_and_map_its_content() argument
2569 prepare_packages(package_sptr &first_package, package_sptr &second_package, options &opts) prepare_packages() argument
2605 prepare_package(package_sptr& pkg, options &opts) prepare_package() argument
2695 maybe_erase_temp_dirs(package& first_package, package& second_package, options& opts) maybe_erase_temp_dirs() argument
2725 compare_prepared_userspace_packages(package& first_package, package& second_package, abi_diff& diff, options& opts) compare_prepared_userspace_packages() argument
2896 self_compare_prepared_userspace_package(package& pkg, abi_diff& diff, options& opts) self_compare_prepared_userspace_package() argument
3009 compare_prepared_linux_kernel_packages(package& first_package, package& second_package, options& opts) compare_prepared_linux_kernel_packages() argument
3115 compare_prepared_package(package& first_package, package& second_package, abi_diff& diff, options& opts) compare_prepared_package() argument
3148 self_compare_prepared_package(package& pkg, abi_diff& diff, options& opts) self_compare_prepared_package() argument
3175 compare(package_sptr& first_package, package_sptr& second_package, abi_diff& diff, options& opts) compare() argument
3200 compare_to_self(package_sptr& pkg, options& opts) compare_to_self() argument
3219 compare(package_sptr& first_package, package_sptr& second_package, options& opts) compare() argument
3238 parse_command_line(int argc, char* argv[], options& opts) parse_command_line() argument
[all...]
/third_party/libbpf/src/
H A Dbtf_dump.c148 btf_dump__new(const struct btf *btf, btf_dump_printf_fn_t printf_fn, void *ctx, const struct btf_dump_opts *opts) btf_dump__new() argument
1266 btf_dump__emit_type_decl(struct btf_dump *d, __u32 id, const struct btf_dump_emit_type_decl_opts *opts) btf_dump__emit_type_decl() argument
2507 btf_dump__dump_type_data(struct btf_dump *d, __u32 id, const void *data, size_t data_sz, const struct btf_dump_type_data_opts *opts) btf_dump__dump_type_data() argument
[all...]
H A Dlinker.c217 struct bpf_linker *bpf_linker__new(const char *filename, struct bpf_linker_opts *opts) in bpf_linker__new() argument
440 bpf_linker__add_file(struct bpf_linker *linker, const char *filename, const struct bpf_linker_file_opts *opts) bpf_linker__add_file() argument
538 linker_load_obj_file(struct bpf_linker *linker, const char *filename, const struct bpf_linker_file_opts *opts, struct src_obj *obj) linker_load_obj_file() argument
[all...]
H A Dlibbpf_internal.h327 static inline bool libbpf_validate_opts(const char *opts, in libbpf_validate_opts() argument
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-lexer.c914 lexer_parse_string(parser_context_t *context_p, lexer_string_options_t opts) lexer_parse_string() argument
2097 lexer_convert_literal_to_chars(parser_context_t *context_p, const lexer_lit_location_t *literal_p, uint8_t *local_byte_array_p, lexer_string_options_t opts) lexer_convert_literal_to_chars() argument
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects.c2055 ecma_op_object_get_property_names(ecma_object_t *obj_p, uint32_t opts) ecma_op_object_get_property_names() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsinfo.c96 } opts; variable
[all...]
/third_party/ntfs-3g/src/
H A Dntfs-3g.c177 static struct ntfs_options opts; variable
[all...]
/third_party/libfuse/example/
H A Dcxxopts.hpp1533 operator ()( const std::string& opts, const std::string& desc, std::shared_ptr<const Value> value, std::string arg_help ) operator ()() argument
/third_party/libinput/tools/
H A Dlibinput-debug-gui.c1899 static struct option opts[] = { in main() local
/third_party/ltp/testcases/kernel/mce-test/tools/
H A Dpage-types.c913 static const struct option opts[] = { variable
/third_party/lwip/src/api/
H A Dsockets.c2270 lwip_pollscan(struct pollfd *fds, nfds_t nfds, enum lwip_pollscan_opts opts) in lwip_pollscan() argument
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2540 const struct nir_lower_tex_options opts = { .lower_rect = true, }; in ttn_finalize_nir() local
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c935 nir_lower_blend_options opts = { in agx_update_shader() local
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c348 struct nir_to_dxil_options opts = { in dzn_pipeline_compile_shader() local
/third_party/mksh/
H A Dmisc.c141 int opts[NELEM(options)]; member
393 const char *opts = what == OF_CMDLINE || what == OF_FIRSTTIME ? in parse_args() local
1526 print_columns(struct columnise_opts *opts, unsigned int n, in print_columns() argument
[all...]
H A Dfuncs.c389 const char *opts = "AcelNnpRrsu,"; in c_print() local
1232 const char *opts, *var; in c_getopts() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.cpp1855 emit_alu_op2(const nir_alu_instr& alu, EAluOp opcode, Shader& shader, AluInstr::Op2Options opts) emit_alu_op2() argument
1893 emit_alu_op2_int(const nir_alu_instr& alu, EAluOp opcode, Shader& shader, AluInstr::Op2Options opts) emit_alu_op2_int() argument

Completed in 66 milliseconds

1...<<212223242526