Home
last modified time | relevance | path

Searched defs:opts (Results 276 - 300 of 676) sorted by relevance

1...<<11121314151617181920>>...28

/third_party/exfatprogs/mkfs/
H A Dmkfs.c390 static const struct option opts[] = { variable
/third_party/ffmpeg/fftools/
H A Dcmdutils.h246 Option *opts; member
/third_party/eudev/src/scsi_id/
H A Dscsi_id.c145 static int argc_count(char *opts) in argc_count() argument
/third_party/ffmpeg/libavfilter/
H A Dgraphparser.c185 char *opts = NULL; in parse_filter() local
H A Dvf_chromaber_vulkan.c41 } opts; member
[all...]
H A Daf_resample.c51 static av_cold int init(AVFilterContext *ctx, AVDictionary **opts) in init() argument
H A Daf_rubberband.c132 int opts = s->transients|s->detector|s->phase|s->window| in config_input() local
H A Dvf_mcdeint.c108 AVDictionary *opts = NULL; in config_props() local
/third_party/ffmpeg/libavutil/
H A Dhwcontext_cuda.c379 cuda_flags_from_opts(AVHWDeviceContext *device_ctx, AVDictionary *opts, int *flags) cuda_flags_from_opts() argument
395 cuda_device_create(AVHWDeviceContext *device_ctx, const char *device, AVDictionary *opts, int flags) cuda_device_create() argument
435 cuda_device_derive(AVHWDeviceContext *device_ctx, AVHWDeviceContext *src_ctx, AVDictionary *opts, int flags) cuda_device_derive() argument
/third_party/glslang/glslang/MachineIndependent/
H A Dreflection.h58 TReflection(EShReflectionOptions opts, EShLanguage first, EShLanguage last) in TReflection() argument
/third_party/gn/src/gn/
H A Dcompile_commands_writer.cc234 EscapeOptions opts; in OutputJSON() local
71 SetupCompileFlags(const Target* target, PathOutput& path_output, EscapeOptions opts, CompileFlags& flags) SetupCompileFlags() argument
150 WriteCommand(const Target* target, const SourceFile& source, const CompileFlags& flags, std::vector<OutputFile>& tool_outputs, PathOutput& path_output, SourceFile::Type source_type, const char* tool_name, EscapeOptions opts, std::ostream& out) WriteCommand() argument
H A Dninja_binary_target_writer.cc29 EscapeOptions opts; in GetFlagOptions() local
H A Dninja_target_writer.cc197 EscapeOptions opts; in WriteEscapedSubstitution() local
312 EscapeOptions opts; in WriteCCompilerVars() local
417 EscapeOptions opts; WriteRustCompilerVars() local
[all...]
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c179 AVDictionary *opts = NULL; in LLVMFuzzerTestOneInput() local
[all...]
/third_party/glslang/StandAlone/
H A Dspirv-remap.cpp388 int opts; in main() local
196 execute(const std::vector<std::string>& inputFiles, const std::vector<std::string>& outputDirOrFiles, const bool isSingleOutputDir, const std::string& whiteListFile, int opts, int verbosity) execute() argument
/third_party/cups-filters/filter/foomatic-rip/
H A Drenderer.c235 static const char * jcl_options_find_keyword(char **opts, const char *line, in jcl_options_find_keyword() argument
265 write_merged_jcl_options(FILE *stream, char **original_opts, char **opts, size_t readbinarybytes, const char *jclstr) write_merged_jcl_options() argument
[all...]
/third_party/curl/docs/examples/
H A Dcrawler.c122 int opts = HTML_PARSE_NOBLANKS | HTML_PARSE_NOERROR | \ in follow_links() local
/third_party/curl/lib/
H A Ddynhds.c136 void Curl_dynhds_set_opts(struct dynhds *dynhds, int opts) in Curl_dynhds_set_opts() argument
40 entry_new(const char *name, size_t namelen, const char *value, size_t valuelen, int opts) entry_new() argument
/third_party/cups-filters/backend/
H A Dserial.c101 struct termios opts; /* Serial port options */ in main() local
[all...]
H A Dparallel.c66 struct termios opts; /* Parallel port options */ in main() local
/third_party/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.h81 QuickCheckPerfFunction(QuickCheckFn func, ULine* srcLines,int32_t srcNumLines, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { in QuickCheckPerfFunction() argument
91 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { in QuickCheckPerfFunction() argument
150 NormPerfFunction(NormFn func, int32_t opts, ULine* srcLines,int32_t srcNumLines,UBool _uselen) : options(opts) { in NormPerfFunction() argument
161 NormPerfFunction(NormFn func, int32_t opts, const UChar* source,int32_t sourceLen,UBool _uselen) : options(opts) { in NormPerfFunction() argument
/third_party/libbpf/src/
H A Dskel_internal.h309 static inline int bpf_load_and_run(struct bpf_load_and_run_opts *opts) in bpf_load_and_run() argument
[all...]
H A Dlibbpf_probes.c205 libbpf_probe_bpf_prog_type(enum bpf_prog_type prog_type, const void *opts) libbpf_probe_bpf_prog_type() argument
392 libbpf_probe_bpf_map_type(enum bpf_map_type map_type, const void *opts) libbpf_probe_bpf_map_type() argument
403 libbpf_probe_bpf_helper(enum bpf_prog_type prog_type, enum bpf_func_id helper_id, const void *opts) libbpf_probe_bpf_helper() argument
[all...]
/third_party/libabigail/tools/
H A Dkmidiff.cc145 parse_command_line(int argc, char* argv[], options& opts) in parse_command_line() argument
299 maybe_check_suppression_files(const options& opts) maybe_check_suppression_files() argument
323 set_diff_context(diff_context_sptr ctxt, const options& opts) set_diff_context() argument
354 print_kernel_dist_binary_paths_under(const string& root, const options &opts) print_kernel_dist_binary_paths_under() argument
382 options opts; main() local
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dmain.cpp214 const struct option opts[] = { in main() local

Completed in 18 milliseconds

1...<<11121314151617181920>>...28