Home
last modified time | relevance | path

Searched defs:opts (Results 451 - 475 of 922) sorted by relevance

1...<<11121314151617181920>>...37

/third_party/ffmpeg/libavutil/
H A Dhwcontext_d3d11va.c540 d3d11va_device_create(AVHWDeviceContext *ctx, const char *device, AVDictionary *opts, int flags) d3d11va_device_create() argument
H A Dhwcontext.c607 av_hwdevice_ctx_create(AVBufferRef **pdevice_ref, enum AVHWDeviceType type, const char *device, AVDictionary *opts, int flags) av_hwdevice_ctx_create() argument
/third_party/backends/backend/genesys/
H A Dregister.h76 RegisterContainer(Options opts) : RegisterContainer() in RegisterContainer() argument
219 Genesys_Register_Set(Options opts) : registers_{static_cast<ContainerType::Options>(opts)} in Genesys_Register_Set() argument
/third_party/curl/lib/
H A Dbufq.c213 bufq_init(struct bufq *q, struct bufc_pool *pool, size_t chunk_size, size_t max_chunks, int opts) bufq_init() argument
225 Curl_bufq_init2(struct bufq *q, size_t chunk_size, size_t max_chunks, int opts) Curl_bufq_init2() argument
236 Curl_bufq_initp(struct bufq *q, struct bufc_pool *pool, size_t max_chunks, int opts) Curl_bufq_initp() argument
/third_party/alsa-lib/src/pcm/
H A Dpcm_dshare.c656 snd_pcm_dshare_open(snd_pcm_t **pcmp, const char *name, struct snd_pcm_direct_open_conf *opts, struct slave_params *params, snd_config_t *root, snd_config_t *sconf, snd_pcm_stream_t stream, int mode) snd_pcm_dshare_open() argument
H A Dpcm_dsnoop.c528 snd_pcm_dsnoop_open(snd_pcm_t **pcmp, const char *name, struct snd_pcm_direct_open_conf *opts, struct slave_params *params, snd_config_t *root, snd_config_t *sconf, snd_pcm_stream_t stream, int mode) snd_pcm_dsnoop_open() argument
/third_party/libabigail/tools/
H A Dabidw.cc244 parse_command_line(int argc, char* argv[], options& opts) in parse_command_line() argument
457 maybe_check_suppression_files(const options& opts) maybe_check_suppression_files() argument
482 maybe_check_header_files(const options& opts) maybe_check_header_files() argument
506 set_suppressions(abigail::elf_based_reader& rdr, options& opts) set_suppressions() argument
542 set_generic_options(abigail::elf_based_reader& rdr, options& opts) set_generic_options() argument
565 load_corpus_and_write_abixml(char* argv[], environment& env, options& opts) load_corpus_and_write_abixml() argument
827 load_kernel_corpus_group_and_write_abixml(char* argv[], environment& env, options& opts) load_kernel_corpus_group_and_write_abixml() argument
941 options opts; main() local
[all...]
H A Dabicompat.cc144 parse_command_line(int argc, char* argv[], options& opts) in parse_command_line() argument
299 create_diff_context(const options& opts) create_diff_context() argument
354 perform_compat_check_in_normal_mode(options& opts, diff_context_sptr& ctxt, corpus_sptr app_corpus, corpus_sptr lib1_corpus, corpus_sptr lib2_corpus) perform_compat_check_in_normal_mode() argument
488 perform_compat_check_in_weak_mode(options& opts, diff_context_sptr& ctxt, corpus_sptr app_corpus, corpus_sptr lib_corpus) perform_compat_check_in_weak_mode() argument
656 read_corpus(options opts, abigail::fe_iface::status& status, const vector<char**> di_roots, environment &env, const string &path) read_corpus() argument
[all...]
H A Dabilint.cc508 parse_command_line(int argc, char* argv[], options& opts) in parse_command_line() argument
633 maybe_check_suppression_files(const options& opts) maybe_check_suppression_files() argument
661 set_suppressions(abigail::fe_iface& reader, const options& opts) set_suppressions() argument
683 options opts; main() local
[all...]
/third_party/libbpf/src/
H A Dringbuf.c480 user_ring_buffer__new(int map_fd, const struct user_ring_buffer_opts *opts) in user_ring_buffer__new() argument
190 ring_buffer__new(int map_fd, ring_buffer_sample_fn sample_cb, void *ctx, const struct ring_buffer_opts *opts) ring_buffer__new() argument
/third_party/libwebsockets/test-apps/
H A Dtest-client.c52 static unsigned int opts, rl_multi[3]; variable
H A Dtest-server.c425 uint64_t opts = 0; in main() local
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dprogram.cpp38 auto opts = std::string(p_opts ? p_opts : ""); in build_options() local
275 const auto opts = build_options(p_opts, "CLOVER_EXTRA_BUILD_OPTIONS"); in clBuildProgram() local
309 const auto opts = build_options(p_opts, "CLOVER_EXTRA_COMPILE_OPTIONS"); in clCompileProgram() local
348 validate_link_devices(const ref_vector<program> &progs, const ref_vector<device> &all_devs, const std::string &opts) validate_link_devices() argument
432 const auto opts = build_options(p_opts, "CLOVER_EXTRA_LINK_OPTIONS"); clLinkProgram() local
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp185 get_language_version(const std::vector<std::string> &opts, in get_language_version() argument
216 create_compiler_instance(const device &dev, const std::string& ir_target, const std::vector<std::string> &opts, std::string &r_log) create_compiler_instance() argument
293 compile(LLVMContext &ctx, clang::CompilerInstance &c, const std::string &name, const std::string &source, const header_map &headers, const device &dev, const std::string &opts, bool use_libclc, std::string &r_log) compile() argument
400 compile_program(const std::string &source, const header_map &headers, const device &dev, const std::string &opts, std::string &r_log) compile_program() argument
472 link_program(const std::vector<binary> &binaries, const device &dev, const std::string &opts, std::string &r_log) link_program() argument
508 compile_to_spirv(const std::string &source, const header_map &headers, const device &dev, const std::string &opts, std::string &r_log) compile_to_spirv() argument
[all...]
/third_party/node/src/
H A Dnode_options.cc1120 PerProcessOptions* opts = per_process::cli_options.get(); in GetCLIOptions() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsfallocate.c101 } opts; variable
[all...]
H A Dntfsls.c121 } opts; variable
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddebug.c151 static const struct option opts[] = { in set_verbose_flags() local
191 static const struct option opts[] = { in set_debug_flags() local
/third_party/libfuse/lib/
H A Dhelper.c149 struct fuse_cmdline_opts *opts = data; in fuse_helper_opt_proc() local
208 fuse_parse_cmdline_312(struct fuse_args *args, struct fuse_cmdline_opts *opts) fuse_parse_cmdline_312() argument
240 struct fuse_cmdline_opts opts; fuse_parse_cmdline_30() local
312 struct fuse_cmdline_opts opts; fuse_main_real() local
398 fuse_apply_conn_info_opts(struct fuse_conn_info_opts *opts, struct fuse_conn_info *conn) fuse_apply_conn_info_opts() argument
447 struct fuse_conn_info_opts *opts; fuse_parse_conn_info_opts() local
463 struct mount_opts *opts = NULL; fuse_open_channel() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_screen.h103 D3D12_FEATURE_DATA_D3D12_OPTIONS opts; member
/third_party/musl/Benchmark/musl/
H A Dbenchmark_framework.cpp106 bench_opts_t opts; in ParseOptions() local
289 void RegisterAllBenchmarks(const bench_opts_t &opts, std::map<std::string, args_vector> &presetArgs) in RegisterAllBenchmarks() argument
295 RegisterSingleBenchmark(bench_opts_t(), opts, entry.first, runArgs); in RegisterAllBenchmarks() local
300 RegisterSingleBenchmark(bench_opts_t(), opts, entr in RegisterAllBenchmarks() local
314 RegisterJsonBenchmarks(const bench_opts_t &opts, std::map<std::string, args_vector> &presetArgs) RegisterJsonBenchmarks() argument
414 bench_opts_t opts = ParseOptions(argc, argv); main() local
[all...]
/third_party/vk-gl-cts/executor/tools/
H A DxeBatchResultToXml.cpp91 de::cmdline::CommandLine opts; in parseCommandLine() local
H A DxeTestLogCompare.cpp370 de::cmdline::CommandLine opts; in parseCommandLine() local
/third_party/skia/src/codec/
H A DSkIcoCodec.cpp294 onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options& opts, int* rowsDecoded) onGetPixels() argument
H A DSkBmpStandardCodec.cpp172 void SkBmpStandardCodec::initializeSwizzler(const SkImageInfo& dstInfo, const Options& opts) { in initializeSwizzler() argument
37 onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options& opts, int* rowsDecoded) onGetPixels() argument
217 decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options& opts) decodeRows() argument

Completed in 24 milliseconds

1...<<11121314151617181920>>...37