Searched refs:pre_processor_defs (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-utils/topology/ |
H A D | topology.c | 260 const char *pre_processor_defs, const char *include_path) in pre_process_run() 285 err = pre_process(*tplg_pp, config, config_size, pre_processor_defs, inc_path); in pre_process_run() 296 const char *pre_processor_defs, const char *include_path) in pre_process_conf() 302 pre_processor_defs, include_path); in pre_process_conf() 312 const char *pre_processor_defs, const char *include_path) in compile() 331 pre_processor_defs, include_path); in compile() 441 char *pre_processor_defs = NULL; in main() local 500 if (add_define(&pre_processor_defs, optarg)) { in main() 537 err = compile(source_file, output_file, cflags, pre_processor_defs, inc_path); in main() 543 err = pre_process_conf(source_file, output_file, pre_processor_defs, inc_pat in main() 258 pre_process_run(struct tplg_pre_processor **tplg_pp, const char *source_file, const char *output_file, const char *pre_processor_defs, const char *include_path) pre_process_run() argument 295 pre_process_conf(const char *source_file, const char *output_file, const char *pre_processor_defs, const char *include_path) pre_process_conf() argument 311 compile(const char *source_file, const char *output_file, int cflags, const char *pre_processor_defs, const char *include_path) compile() argument [all...] |
H A D | pre-processor.c | 347 static int pre_process_set_defines(struct tplg_pre_processor *tplg_pp, const char *pre_processor_defs) in pre_process_set_defines() argument 354 if (pre_processor_defs != NULL) { in pre_process_set_defines() 355 ret = snd_config_load_string(&tplg_pp->define_cfg, pre_processor_defs, 0); in pre_process_set_defines() 927 const char *pre_processor_defs, const char *inc_path) in pre_process() 957 err = pre_process_set_defines(tplg_pp, pre_processor_defs); in pre_process() 926 pre_process(struct tplg_pre_processor *tplg_pp, char *config, size_t config_size, const char *pre_processor_defs, const char *inc_path) pre_process() argument
|
H A D | topology.h | 35 const char *pre_processor_defs, const char *inc_path);
|
Completed in 3 milliseconds