/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | config_enc.c | 15 #include "src/webp/config.h" 24 int WebPConfigInitInternal(WebPConfig* config, in WebPConfigInitInternal() argument 29 if (config == NULL) return 0; in WebPConfigInitInternal() 31 config->quality = quality; in WebPConfigInitInternal() 32 config->target_size = 0; in WebPConfigInitInternal() 33 config->target_PSNR = 0.; in WebPConfigInitInternal() 34 config->method = 4; in WebPConfigInitInternal() 35 config->sns_strength = 50; in WebPConfigInitInternal() 36 config->filter_strength = 60; // mid-filtering in WebPConfigInitInternal() 37 config in WebPConfigInitInternal() 98 WebPValidateConfig(const WebPConfig* config) WebPValidateConfig() argument 149 WebPConfigLosslessPreset(WebPConfig* config, int level) WebPConfigLosslessPreset() argument [all...] |
/third_party/curl/src/ |
H A D | tool_cfgable.c | 33 void config_init(struct OperationConfig *config) in config_init() argument 35 memset(config, 0, sizeof(struct OperationConfig)); in config_init() 37 config->use_httpget = FALSE; in config_init() 38 config->create_dirs = FALSE; in config_init() 39 config->maxredirs = DEFAULT_MAXREDIRS; in config_init() 40 config->proto_present = FALSE; in config_init() 41 config->proto_redir_present = FALSE; in config_init() 42 config->proto_default = NULL; in config_init() 43 config->tcp_nodelay = TRUE; /* enabled by default */ in config_init() 44 config in config_init() 51 free_config_fields(struct OperationConfig *config) free_config_fields() argument 181 config_free(struct OperationConfig *config) config_free() argument [all...] |
H A D | tool_getparam.c | 377 {"config", ARG_FILE, 'K', C_CONFIG}, 608 {"trace-config", ARG_STRG, ' ', C_TRACE_CONFIG}, 936 struct OperationConfig *config, in sethttpver() 939 if(config->httpversion && in sethttpver() 940 (config->httpversion != httpversion)) in sethttpver() 943 config->httpversion = httpversion; in sethttpver() 947 const char *config) in set_trace_config() 953 tmp = strdup(config); in set_trace_config() 1030 struct OperationConfig *config) in url_query() 1048 if(config in url_query() 935 sethttpver(struct GlobalConfig *global, struct OperationConfig *config, long httpversion) sethttpver() argument 946 set_trace_config(struct GlobalConfig *global, const char *config) set_trace_config() argument 1028 url_query(char *nextarg, struct GlobalConfig *global, struct OperationConfig *config) url_query() argument 1064 set_data(cmdline_t cmd, char *nextarg, struct GlobalConfig *global, struct OperationConfig *config) set_data() argument 1207 getparameter(const char *flag, char *nextarg, argv_item_t cleararg, bool *usedarg, struct GlobalConfig *global, struct OperationConfig *config) getparameter() argument 2763 struct OperationConfig *config = global->first; parse_args() local [all...] |
H A D | tool_operate.c | 108 struct OperationConfig *config, 333 struct OperationConfig *config = per->config; /* for the macro below */ in pre_transfer() local 335 (void)config; in pre_transfer() 349 void single_transfer_cleanup(struct OperationConfig *config) in single_transfer_cleanup() argument 351 if(config) { in single_transfer_cleanup() 352 struct State *state = &config->state; in single_transfer_cleanup() 379 struct OperationConfig *config = per->config; in post_per_transfer() local 382 if(!curl || !config) in post_per_transfer() 694 url_proto(char **url, struct OperationConfig *config, char **scheme) url_proto() argument 736 single_transfer(struct GlobalConfig *global, struct OperationConfig *config, CURLSH *share, bool capath_from_env, bool *added) single_transfer() argument 2534 transfer_per_config(struct GlobalConfig *global, struct OperationConfig *config, CURLSH *share, bool *added) transfer_per_config() argument [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | objectSpreadRepeatedNullCheckPerf.js | 31 function parseWithSpread(config: Record<string, number>): Props { 33 ...config.a !== undefined && { a: config.a.toString() }, 34 ...config.b !== undefined && { b: config.b.toString() }, 35 ...config.c !== undefined && { c: config.c.toString() }, 36 ...config.d !== undefined && { d: config.d.toString() }, 37 ...config [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | SwiftConfig.cpp | 58 if(!config.disableServer) in SwiftConfig() 115 configuration = config; in getConfiguration() 212 if(config.disableServer) in respond() 274 html += "<option value='0'" + (config.pixelShaderVersion == 0 ? selected : empty) + ">0.0</option>\n"; in page() 275 html += "<option value='11'" + (config.pixelShaderVersion == 11 ? selected : empty) + ">1.1</option>\n"; in page() 276 html += "<option value='12'" + (config.pixelShaderVersion == 12 ? selected : empty) + ">1.2</option>\n"; in page() 277 html += "<option value='13'" + (config.pixelShaderVersion == 13 ? selected : empty) + ">1.3</option>\n"; in page() 278 html += "<option value='14'" + (config.pixelShaderVersion == 14 ? selected : empty) + ">1.4</option>\n"; in page() 279 html += "<option value='20'" + (config.pixelShaderVersion == 20 ? selected : empty) + ">2.0</option>\n"; in page() 280 html += "<option value='21'" + (config in page() [all...] |
/third_party/python/Python/ |
H A D | initconfig.c | 634 config_check_consistency(const PyConfig *config) in config_check_consistency() argument 636 /* Check config consistency */ in config_check_consistency() 637 assert(config->isolated >= 0); in config_check_consistency() 638 assert(config->use_environment >= 0); in config_check_consistency() 639 assert(config->dev_mode >= 0); in config_check_consistency() 640 assert(config->install_signal_handlers >= 0); in config_check_consistency() 641 assert(config->use_hash_seed >= 0); in config_check_consistency() 642 assert(config->hash_seed <= MAX_HASH_SEED); in config_check_consistency() 643 assert(config->faulthandler >= 0); in config_check_consistency() 644 assert(config in config_check_consistency() 695 PyConfig_Clear(PyConfig *config) PyConfig_Clear() argument 738 _PyConfig_InitCompatConfig(PyConfig *config) _PyConfig_InitCompatConfig() argument 789 config_init_defaults(PyConfig *config) config_init_defaults() argument 814 PyConfig_InitPythonConfig(PyConfig *config) PyConfig_InitPythonConfig() argument 825 PyConfig_InitIsolatedConfig(PyConfig *config) PyConfig_InitIsolatedConfig() argument 848 PyConfig_SetString(PyConfig *config, wchar_t **config_str, const wchar_t *str) PyConfig_SetString() argument 872 config_set_bytes_string(PyConfig *config, wchar_t **config_str, const char *str, const char *decode_err_msg) config_set_bytes_string() argument 910 PyConfig_SetBytesString(PyConfig *config, wchar_t **config_str, const char *str) PyConfig_SetBytesString() argument 918 _PyConfig_Copy(PyConfig *config, const PyConfig *config2) _PyConfig_Copy() argument 1018 _PyConfig_AsDict(const PyConfig *config) _PyConfig_AsDict() argument 1202 config_dict_get_wstr(PyObject *dict, const char *name, PyConfig *config, wchar_t **result) config_dict_get_wstr() argument 1234 config_dict_get_wstrlist(PyObject *dict, const char *name, PyConfig *config, PyWideStringList *result) config_dict_get_wstrlist() argument 1285 _PyConfig_FromDict(PyConfig *config, PyObject *dict) _PyConfig_FromDict() argument 1411 config_get_env(const PyConfig *config, const char *name) config_get_env() argument 1421 config_get_env_dup(PyConfig *config, wchar_t **dest, wchar_t *wname, char *name, const char *decode_err_msg) config_get_env_dup() argument 1459 config_get_global_vars(PyConfig *config) config_get_global_vars() argument 1501 config_set_global_vars(const PyConfig *config) config_set_global_vars() argument 1541 config_get_xoption(const PyConfig *config, wchar_t *name) config_get_xoption() argument 1547 config_get_xoption_value(const PyConfig *config, wchar_t *name) config_get_xoption_value() argument 1559 config_init_hash_seed(PyConfig *config) config_init_hash_seed() argument 1611 config_read_env_vars(PyConfig *config) config_read_env_vars() argument 1692 config_init_tracemalloc(PyConfig *config) config_init_tracemalloc() argument 1736 config_init_int_max_str_digits(PyConfig *config) config_init_int_max_str_digits() argument 1780 config_init_pycache_prefix(PyConfig *config) config_init_pycache_prefix() argument 1808 config_read_complex_options(PyConfig *config) config_read_complex_options() argument 1885 config_get_locale_encoding(PyConfig *config, const PyPreConfig *preconfig, wchar_t **locale_encoding) config_get_locale_encoding() argument 1905 config_init_stdio_encoding(PyConfig *config, const PyPreConfig *preconfig) config_init_stdio_encoding() argument 2010 config_get_fs_encoding(PyConfig *config, const PyPreConfig *preconfig, wchar_t **fs_encoding) config_get_fs_encoding() argument 2041 config_init_fs_encoding(PyConfig *config, const PyPreConfig *preconfig) config_init_fs_encoding() argument 2075 config_init_import(PyConfig *config, int compute_path_config) config_init_import() argument 2108 _PyConfig_InitImportConfig(PyConfig *config) _PyConfig_InitImportConfig() argument 2115 config_read(PyConfig *config, int compute_path_config) config_read() argument 2203 config_init_stdio(const PyConfig *config) config_init_stdio() argument 2244 _PyConfig_Write(const PyConfig *config, _PyRuntimeState *runtime) _PyConfig_Write() argument 2307 config_parse_cmdline(PyConfig *config, PyWideStringList *warnoptions, Py_ssize_t *opt_index) config_parse_cmdline() argument 2519 config_init_env_warnoptions(PyConfig *config, PyWideStringList *warnoptions) config_init_env_warnoptions() argument 2553 warnoptions_append(PyConfig *config, PyWideStringList *options, const wchar_t *option) warnoptions_append() argument 2573 warnoptions_extend(PyConfig *config, PyWideStringList *options, const PyWideStringList *options2) warnoptions_extend() argument 2590 config_init_warnoptions(PyConfig *config, const PyWideStringList *cmdline_warnoptions, const PyWideStringList *env_warnoptions, const PyWideStringList *sys_warnoptions) config_init_warnoptions() argument 2672 config_update_argv(PyConfig *config, Py_ssize_t opt_index) config_update_argv() argument 2723 core_read_precmdline(PyConfig *config, _PyPreCmdline *precmdline) core_read_precmdline() argument 2757 config_run_filename_abspath(PyConfig *config) config_run_filename_abspath() argument 2787 config_read_cmdline(PyConfig *config) config_read_cmdline() argument 2854 _PyConfig_SetPyArgv(PyConfig *config, const _PyArgv *args) _PyConfig_SetPyArgv() argument 2868 PyConfig_SetBytesArgv(PyConfig *config, Py_ssize_t argc, char * const *argv) PyConfig_SetBytesArgv() argument 2880 PyConfig_SetArgv(PyConfig *config, Py_ssize_t argc, wchar_t * const *argv) PyConfig_SetArgv() argument 2892 PyConfig_SetWideStringList(PyConfig *config, PyWideStringList *list, Py_ssize_t length, wchar_t **items) PyConfig_SetWideStringList() argument 2916 _PyConfig_Read(PyConfig *config, int compute_path_config) _PyConfig_Read() argument 2976 PyConfig_Read(PyConfig *config) PyConfig_Read() argument 3016 const PyConfig *config = _PyInterpreterState_GetConfig(interp); _Py_GetConfigsAsDict() local 3083 const PyConfig *config = _PyInterpreterState_GetConfig(tstate->interp); _Py_DumpPathConfig() local [all...] |
H A D | preconfig.c | 14 preconfig_copy(PyPreConfig *config, const PyPreConfig *config2); 125 precmdline_get_preconfig(_PyPreCmdline *cmdline, const PyPreConfig *config) in precmdline_get_preconfig() argument 128 if (config->ATTR != -1) { \ in precmdline_get_preconfig() 129 cmdline->ATTR = config->ATTR; \ in precmdline_get_preconfig() 141 precmdline_set_preconfig(const _PyPreCmdline *cmdline, PyPreConfig *config) in precmdline_set_preconfig() argument 144 config->ATTR = cmdline->ATTR in precmdline_set_preconfig() 155 _PyPreCmdline_SetConfig(const _PyPreCmdline *cmdline, PyConfig *config) in _PyPreCmdline_SetConfig() argument 158 config->ATTR = cmdline->ATTR in _PyPreCmdline_SetConfig() 160 PyStatus status = _PyWideStringList_Extend(&config->xoptions, &cmdline->xoptions); in _PyPreCmdline_SetConfig() 277 _PyPreConfig_InitCompatConfig(PyPreConfig *config) in _PyPreConfig_InitCompatConfig() argument 305 PyPreConfig_InitPythonConfig(PyPreConfig *config) PyPreConfig_InitPythonConfig() argument 326 PyPreConfig_InitIsolatedConfig(PyPreConfig *config) PyPreConfig_InitIsolatedConfig() argument 343 _PyPreConfig_InitFromPreConfig(PyPreConfig *config, const PyPreConfig *config2) _PyPreConfig_InitFromPreConfig() argument 353 _PyPreConfig_InitFromConfig(PyPreConfig *preconfig, const PyConfig *config) _PyPreConfig_InitFromConfig() argument 373 preconfig_copy(PyPreConfig *config, const PyPreConfig *config2) preconfig_copy() argument 396 _PyPreConfig_AsDict(const PyPreConfig *config) _PyPreConfig_AsDict() argument 442 _PyPreConfig_GetConfig(PyPreConfig *preconfig, const PyConfig *config) _PyPreConfig_GetConfig() argument 459 preconfig_get_global_vars(PyPreConfig *config) preconfig_get_global_vars() argument 490 preconfig_set_global_vars(const PyPreConfig *config) preconfig_set_global_vars() argument 590 preconfig_init_utf8_mode(PyPreConfig *config, const _PyPreCmdline *cmdline) preconfig_init_utf8_mode() argument 661 preconfig_init_coerce_c_locale(PyPreConfig *config) preconfig_init_coerce_c_locale() argument 708 preconfig_init_allocator(PyPreConfig *config) preconfig_init_allocator() argument 733 preconfig_read(PyPreConfig *config, _PyPreCmdline *cmdline) preconfig_read() argument 785 _PyPreConfig_Read(PyPreConfig *config, const _PyArgv *args) _PyPreConfig_Read() argument 935 PyPreConfig config; _PyPreConfig_Write() local [all...] |
/third_party/mbedtls/programs/test/ |
H A D | query_config.c | 109 int query_config(const char *config) in query_config() argument 112 if( strcmp( "MBEDTLS_CONFIG_VERSION", config ) == 0 ) in query_config() 120 if( strcmp( "MBEDTLS_HAVE_ASM", config ) == 0 ) in query_config() 128 if( strcmp( "MBEDTLS_NO_UDBL_DIVISION", config ) == 0 ) in query_config() 136 if( strcmp( "MBEDTLS_NO_64BIT_MULTIPLICATION", config ) == 0 ) in query_config() 144 if( strcmp( "MBEDTLS_HAVE_SSE2", config ) == 0 ) in query_config() 152 if( strcmp( "MBEDTLS_HAVE_TIME", config ) == 0 ) in query_config() 160 if( strcmp( "MBEDTLS_HAVE_TIME_DATE", config ) == 0 ) in query_config() 168 if( strcmp( "MBEDTLS_PLATFORM_MEMORY", config ) == 0 ) in query_config() 176 if( strcmp( "MBEDTLS_PLATFORM_NO_STD_FUNCTIONS", config ) in query_config() [all...] |
/third_party/decimal.js/test/modules/ |
H A D | config.js | 3 T('config', function () { 27 t(Decimal.config({}) === Decimal); 29 tx(function () {Decimal.config()}, "config()"); 30 tx(function () {Decimal.config(null)}, "config(null)"); 31 tx(function () {Decimal.config(undefined)}, "config(undefined)"); 32 tx(function () {Decimal.config(0)}, "config( [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | stat-display.c | 24 static void print_running(struct perf_stat_config *config, in print_running() argument 27 if (config->csv_output) { in print_running() 28 fprintf(config->output, "%s%" PRIu64 "%s%.2f", in print_running() 29 config->csv_sep, in print_running() 31 config->csv_sep, in print_running() 34 fprintf(config->output, " (%.2f%%)", 100.0 * run / ena); in print_running() 38 static void print_noise_pct(struct perf_stat_config *config, in print_noise_pct() argument 43 if (config->csv_output) in print_noise_pct() 44 fprintf(config->output, "%s%.2f%%", config in print_noise_pct() 49 print_noise(struct perf_stat_config *config, struct evsel *evsel, double avg) print_noise() argument 61 print_cgroup(struct perf_stat_config *config, struct evsel *evsel) print_cgroup() argument 70 aggr_printout(struct perf_stat_config *config, struct evsel *evsel, int id, int nr) aggr_printout() argument 161 do_new_line_std(struct perf_stat_config *config, struct outstate *os) do_new_line_std() argument 172 print_metric_std(struct perf_stat_config *config, void *ctx, const char *color, const char *fmt, const char *unit, double val) print_metric_std() argument 199 new_line_csv(struct perf_stat_config *config, void *ctx) new_line_csv() argument 256 print_metric_only(struct perf_stat_config *config, void *ctx, const char *color, const char *fmt, const char *unit, double val) print_metric_only() argument 304 print_metric_header(struct perf_stat_config *config, void *ctx, const char *color __maybe_unused, const char *fmt __maybe_unused, const char *unit, double val __maybe_unused) print_metric_header() argument 321 first_shadow_cpu(struct perf_stat_config *config, struct evsel *evsel, int id) first_shadow_cpu() argument 342 abs_printout(struct perf_stat_config *config, int id, int nr, struct evsel *evsel, double avg) abs_printout() argument 396 printout(struct perf_stat_config *config, int id, int nr, struct evsel *counter, double uval, char *prefix, u64 run, u64 ena, double noise, struct runtime_stat *st) printout() argument 496 aggr_update_shadow(struct perf_stat_config *config, struct evlist *evlist) aggr_update_shadow() argument 523 char *config; uniquify_event_name() local 548 collect_all_aliases(struct perf_stat_config *config, struct evsel *counter, void (*cb)(struct perf_stat_config *config, struct evsel *counter, void *data, bool first), void *data) collect_all_aliases() argument 571 collect_data(struct perf_stat_config *config, struct evsel *counter, void (*cb)(struct perf_stat_config *config, struct evsel *counter, void *data, bool first), void *data) collect_data() argument 593 aggr_cb(struct perf_stat_config *config, struct evsel *counter, void *data, bool first) aggr_cb() argument 624 print_counter_aggrdata(struct perf_stat_config *config, struct evsel *counter, int s, char *prefix, bool metric_only, bool *first, int cpu) print_counter_aggrdata() argument 659 print_aggr(struct perf_stat_config *config, struct evlist *evlist, char *prefix) print_aggr() argument 748 print_aggr_thread(struct perf_stat_config *config, struct target *_target, struct evsel *counter, char *prefix) print_aggr_thread() argument 803 print_counter_aggr(struct perf_stat_config *config, struct evsel *counter, char *prefix) print_counter_aggr() argument 839 print_counter(struct perf_stat_config *config, struct evsel *counter, char *prefix) print_counter() argument 867 print_no_aggr_metric(struct perf_stat_config *config, struct evlist *evlist, char *prefix) print_no_aggr_metric() argument 918 print_metric_headers(struct perf_stat_config *config, struct evlist *evlist, const char *prefix, bool no_indent) print_metric_headers() argument 956 print_interval(struct perf_stat_config *config, struct evlist *evlist, char *prefix, struct timespec *ts) print_interval() argument 1018 print_header(struct perf_stat_config *config, struct target *_target, int argc, const char **argv) print_header() argument 1058 print_table(struct perf_stat_config *config, FILE *output, int precision, double avg) print_table() argument 1091 print_footer(struct perf_stat_config *config) print_footer() argument 1141 print_percore_thread(struct perf_stat_config *config, struct evsel *counter, char *prefix) print_percore_thread() argument 1161 print_percore(struct perf_stat_config *config, struct evsel *counter, char *prefix) print_percore() argument 1189 perf_evlist__print_counters(struct evlist *evlist, struct perf_stat_config *config, struct target *_target, struct timespec *ts, int argc, const char **argv) perf_evlist__print_counters() argument [all...] |
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-sysfs.c | 16 struct etmv4_config *config = &drvdata->config; in etm4_set_mode_exclude() local 18 idx = config->addr_idx; in etm4_set_mode_exclude() 24 if (BMVAL(config->addr_acc[idx], 0, 1) == ETM_INSTR_ADDR) { in etm4_set_mode_exclude() 33 if (config->addr_type[idx] != ETM_ADDR_TYPE_RANGE || in etm4_set_mode_exclude() 34 config->addr_type[idx + 1] != ETM_ADDR_TYPE_RANGE) in etm4_set_mode_exclude() 42 config->viiectlr |= BIT(idx / 2 + 16); in etm4_set_mode_exclude() 43 config->viiectlr &= ~BIT(idx / 2); in etm4_set_mode_exclude() 49 config->viiectlr |= BIT(idx / 2); in etm4_set_mode_exclude() 50 config in etm4_set_mode_exclude() 171 struct etmv4_config *config = &drvdata->config; reset_store() local 282 struct etmv4_config *config = &drvdata->config; mode_show() local 294 struct etmv4_config *config = &drvdata->config; mode_store() local 448 struct etmv4_config *config = &drvdata->config; pe_show() local 460 struct etmv4_config *config = &drvdata->config; pe_store() local 483 struct etmv4_config *config = &drvdata->config; event_show() local 495 struct etmv4_config *config = &drvdata->config; event_store() local 532 struct etmv4_config *config = &drvdata->config; event_instren_show() local 544 struct etmv4_config *config = &drvdata->config; event_instren_store() local 583 struct etmv4_config *config = &drvdata->config; event_ts_show() local 595 struct etmv4_config *config = &drvdata->config; event_ts_store() local 613 struct etmv4_config *config = &drvdata->config; syncfreq_show() local 625 struct etmv4_config *config = &drvdata->config; syncfreq_store() local 643 struct etmv4_config *config = &drvdata->config; cyc_threshold_show() local 655 struct etmv4_config *config = &drvdata->config; cyc_threshold_store() local 676 struct etmv4_config *config = &drvdata->config; bb_ctrl_show() local 688 struct etmv4_config *config = &drvdata->config; bb_ctrl_store() local 716 struct etmv4_config *config = &drvdata->config; event_vinst_show() local 728 struct etmv4_config *config = &drvdata->config; event_vinst_store() local 748 struct etmv4_config *config = &drvdata->config; s_exlevel_vinst_show() local 760 struct etmv4_config *config = &drvdata->config; s_exlevel_vinst_store() local 782 struct etmv4_config *config = &drvdata->config; ns_exlevel_vinst_show() local 795 struct etmv4_config *config = &drvdata->config; ns_exlevel_vinst_store() local 817 struct etmv4_config *config = &drvdata->config; addr_idx_show() local 829 struct etmv4_config *config = &drvdata->config; addr_idx_store() local 854 struct etmv4_config *config = &drvdata->config; addr_instdatatype_show() local 875 struct etmv4_config *config = &drvdata->config; addr_instdatatype_store() local 900 struct etmv4_config *config = &drvdata->config; addr_single_show() local 921 struct etmv4_config *config = &drvdata->config; addr_single_store() local 948 struct etmv4_config *config = &drvdata->config; addr_range_show() local 977 struct etmv4_config *config = &drvdata->config; addr_range_store() local 1029 struct etmv4_config *config = &drvdata->config; addr_start_show() local 1052 struct etmv4_config *config = &drvdata->config; addr_start_store() local 1084 struct etmv4_config *config = &drvdata->config; addr_stop_show() local 1107 struct etmv4_config *config = &drvdata->config; addr_stop_store() local 1139 struct etmv4_config *config = &drvdata->config; addr_ctxtype_show() local 1159 struct etmv4_config *config = &drvdata->config; addr_ctxtype_store() local 1205 struct etmv4_config *config = &drvdata->config; addr_context_show() local 1222 struct etmv4_config *config = &drvdata->config; addr_context_store() local 1249 struct etmv4_config *config = &drvdata->config; addr_exlevel_s_ns_show() local 1265 struct etmv4_config *config = &drvdata->config; addr_exlevel_s_ns_store() local 1297 struct etmv4_config *config = &drvdata->config; addr_cmp_view_show() local 1340 struct etmv4_config *config = &drvdata->config; vinst_pe_cmp_start_stop_show() local 1353 struct etmv4_config *config = &drvdata->config; vinst_pe_cmp_start_stop_store() local 1373 struct etmv4_config *config = &drvdata->config; seq_idx_show() local 1385 struct etmv4_config *config = &drvdata->config; seq_idx_store() local 1409 struct etmv4_config *config = &drvdata->config; seq_state_show() local 1421 struct etmv4_config *config = &drvdata->config; seq_state_store() local 1440 struct etmv4_config *config = &drvdata->config; seq_event_show() local 1456 struct etmv4_config *config = &drvdata->config; seq_event_store() local 1476 struct etmv4_config *config = &drvdata->config; seq_reset_event_show() local 1488 struct etmv4_config *config = &drvdata->config; seq_reset_event_store() local 1506 struct etmv4_config *config = &drvdata->config; cntr_idx_show() local 1518 struct etmv4_config *config = &drvdata->config; cntr_idx_store() local 1543 struct etmv4_config *config = &drvdata->config; cntrldvr_show() local 1559 struct etmv4_config *config = &drvdata->config; cntrldvr_store() local 1581 struct etmv4_config *config = &drvdata->config; cntr_val_show() local 1597 struct etmv4_config *config = &drvdata->config; cntr_val_store() local 1619 struct etmv4_config *config = &drvdata->config; cntr_ctrl_show() local 1635 struct etmv4_config *config = &drvdata->config; cntr_ctrl_store() local 1654 struct etmv4_config *config = &drvdata->config; res_idx_show() local 1666 struct etmv4_config *config = &drvdata->config; res_idx_store() local 1695 struct etmv4_config *config = &drvdata->config; res_ctrl_show() local 1711 struct etmv4_config *config = &drvdata->config; res_ctrl_store() local 1733 struct etmv4_config *config = &drvdata->config; sshot_idx_show() local 1745 struct etmv4_config *config = &drvdata->config; sshot_idx_store() local 1765 struct etmv4_config *config = &drvdata->config; sshot_ctrl_show() local 1780 struct etmv4_config *config = &drvdata->config; sshot_ctrl_store() local 1800 struct etmv4_config *config = &drvdata->config; sshot_status_show() local 1815 struct etmv4_config *config = &drvdata->config; sshot_pe_ctrl_show() local 1830 struct etmv4_config *config = &drvdata->config; sshot_pe_ctrl_store() local 1851 struct etmv4_config *config = &drvdata->config; ctxid_idx_show() local 1863 struct etmv4_config *config = &drvdata->config; ctxid_idx_store() local 1888 struct etmv4_config *config = &drvdata->config; ctxid_pid_show() local 1911 struct etmv4_config *config = &drvdata->config; ctxid_pid_store() local 1949 struct etmv4_config *config = &drvdata->config; ctxid_masks_show() local 1972 struct etmv4_config *config = &drvdata->config; ctxid_masks_store() local 2077 struct etmv4_config *config = &drvdata->config; vmid_idx_show() local 2089 struct etmv4_config *config = &drvdata->config; vmid_idx_store() local 2113 struct etmv4_config *config = &drvdata->config; vmid_val_show() local 2125 struct etmv4_config *config = &drvdata->config; vmid_val_store() local 2148 struct etmv4_config *config = &drvdata->config; vmid_masks_show() local 2164 struct etmv4_config *config = &drvdata->config; vmid_masks_store() local [all...] |
H A D | coresight-etm3x-sysfs.c | 72 struct etm_config *config = &drvdata->config; in reset_store() local 80 memset(config, 0, sizeof(struct etm_config)); in reset_store() 81 config->mode = ETM_MODE_EXCLUDE; in reset_store() 82 config->trigger_event = ETM_DEFAULT_EVENT_VAL; in reset_store() 84 config->addr_type[i] = ETM_ADDR_TYPE_NONE; in reset_store() 87 etm_set_default(config); in reset_store() 100 struct etm_config *config = &drvdata->config; in mode_show() local 102 val = config in mode_show() 113 struct etm_config *config = &drvdata->config; mode_store() local 185 struct etm_config *config = &drvdata->config; trigger_event_show() local 198 struct etm_config *config = &drvdata->config; trigger_event_store() local 215 struct etm_config *config = &drvdata->config; enable_event_show() local 228 struct etm_config *config = &drvdata->config; enable_event_store() local 245 struct etm_config *config = &drvdata->config; fifofull_level_show() local 258 struct etm_config *config = &drvdata->config; fifofull_level_store() local 275 struct etm_config *config = &drvdata->config; addr_idx_show() local 288 struct etm_config *config = &drvdata->config; addr_idx_store() local 315 struct etm_config *config = &drvdata->config; addr_single_show() local 339 struct etm_config *config = &drvdata->config; addr_single_store() local 367 struct etm_config *config = &drvdata->config; addr_range_show() local 397 struct etm_config *config = &drvdata->config; addr_range_store() local 436 struct etm_config *config = &drvdata->config; addr_start_show() local 460 struct etm_config *config = &drvdata->config; addr_start_store() local 490 struct etm_config *config = &drvdata->config; addr_stop_show() local 514 struct etm_config *config = &drvdata->config; addr_stop_store() local 543 struct etm_config *config = &drvdata->config; addr_acctype_show() local 559 struct etm_config *config = &drvdata->config; addr_acctype_store() local 578 struct etm_config *config = &drvdata->config; cntr_idx_show() local 591 struct etm_config *config = &drvdata->config; cntr_idx_store() local 616 struct etm_config *config = &drvdata->config; cntr_rld_val_show() local 632 struct etm_config *config = &drvdata->config; cntr_rld_val_store() local 651 struct etm_config *config = &drvdata->config; cntr_event_show() local 667 struct etm_config *config = &drvdata->config; cntr_event_store() local 686 struct etm_config *config = &drvdata->config; cntr_rld_event_show() local 702 struct etm_config *config = &drvdata->config; cntr_rld_event_store() local 722 struct etm_config *config = &drvdata->config; cntr_val_show() local 748 struct etm_config *config = &drvdata->config; cntr_val_store() local 767 struct etm_config *config = &drvdata->config; seq_12_event_show() local 780 struct etm_config *config = &drvdata->config; seq_12_event_store() local 796 struct etm_config *config = &drvdata->config; seq_21_event_show() local 809 struct etm_config *config = &drvdata->config; seq_21_event_store() local 825 struct etm_config *config = &drvdata->config; seq_23_event_show() local 838 struct etm_config *config = &drvdata->config; seq_23_event_store() local 854 struct etm_config *config = &drvdata->config; seq_31_event_show() local 867 struct etm_config *config = &drvdata->config; seq_31_event_store() local 883 struct etm_config *config = &drvdata->config; seq_32_event_show() local 896 struct etm_config *config = &drvdata->config; seq_32_event_store() local 912 struct etm_config *config = &drvdata->config; seq_13_event_show() local 925 struct etm_config *config = &drvdata->config; seq_13_event_store() local 941 struct etm_config *config = &drvdata->config; seq_curr_state_show() local 968 struct etm_config *config = &drvdata->config; seq_curr_state_store() local 988 struct etm_config *config = &drvdata->config; ctxid_idx_show() local 1001 struct etm_config *config = &drvdata->config; ctxid_idx_store() local 1027 struct etm_config *config = &drvdata->config; ctxid_pid_show() local 1050 struct etm_config *config = &drvdata->config; ctxid_pid_store() local 1081 struct etm_config *config = &drvdata->config; ctxid_mask_show() local 1101 struct etm_config *config = &drvdata->config; ctxid_mask_store() local 1124 struct etm_config *config = &drvdata->config; sync_freq_show() local 1137 struct etm_config *config = &drvdata->config; sync_freq_store() local 1153 struct etm_config *config = &drvdata->config; timestamp_event_show() local 1166 struct etm_config *config = &drvdata->config; timestamp_event_store() local [all...] |
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-sysfs.c | 17 struct etmv4_config *config = &drvdata->config; in etm4_set_mode_exclude() local 19 idx = config->addr_idx; in etm4_set_mode_exclude() 25 if (FIELD_GET(TRCACATRn_TYPE_MASK, config->addr_acc[idx]) == TRCACATRn_TYPE_ADDR) { in etm4_set_mode_exclude() 34 if (config->addr_type[idx] != ETM_ADDR_TYPE_RANGE || in etm4_set_mode_exclude() 35 config->addr_type[idx + 1] != ETM_ADDR_TYPE_RANGE) in etm4_set_mode_exclude() 43 config->viiectlr |= BIT(idx / 2 + 16); in etm4_set_mode_exclude() 44 config->viiectlr &= ~BIT(idx / 2); in etm4_set_mode_exclude() 50 config->viiectlr |= BIT(idx / 2); in etm4_set_mode_exclude() 51 config in etm4_set_mode_exclude() 172 struct etmv4_config *config = &drvdata->config; reset_store() local 286 struct etmv4_config *config = &drvdata->config; mode_show() local 298 struct etmv4_config *config = &drvdata->config; mode_store() local 452 struct etmv4_config *config = &drvdata->config; pe_show() local 464 struct etmv4_config *config = &drvdata->config; pe_store() local 487 struct etmv4_config *config = &drvdata->config; event_show() local 499 struct etmv4_config *config = &drvdata->config; event_store() local 536 struct etmv4_config *config = &drvdata->config; event_instren_show() local 548 struct etmv4_config *config = &drvdata->config; event_instren_store() local 592 struct etmv4_config *config = &drvdata->config; event_ts_show() local 604 struct etmv4_config *config = &drvdata->config; event_ts_store() local 622 struct etmv4_config *config = &drvdata->config; syncfreq_show() local 634 struct etmv4_config *config = &drvdata->config; syncfreq_store() local 652 struct etmv4_config *config = &drvdata->config; cyc_threshold_show() local 664 struct etmv4_config *config = &drvdata->config; cyc_threshold_store() local 685 struct etmv4_config *config = &drvdata->config; bb_ctrl_show() local 697 struct etmv4_config *config = &drvdata->config; bb_ctrl_store() local 725 struct etmv4_config *config = &drvdata->config; event_vinst_show() local 737 struct etmv4_config *config = &drvdata->config; event_vinst_store() local 757 struct etmv4_config *config = &drvdata->config; s_exlevel_vinst_show() local 769 struct etmv4_config *config = &drvdata->config; s_exlevel_vinst_store() local 791 struct etmv4_config *config = &drvdata->config; ns_exlevel_vinst_show() local 804 struct etmv4_config *config = &drvdata->config; ns_exlevel_vinst_store() local 826 struct etmv4_config *config = &drvdata->config; addr_idx_show() local 838 struct etmv4_config *config = &drvdata->config; addr_idx_store() local 863 struct etmv4_config *config = &drvdata->config; addr_instdatatype_show() local 884 struct etmv4_config *config = &drvdata->config; addr_instdatatype_store() local 909 struct etmv4_config *config = &drvdata->config; addr_single_show() local 930 struct etmv4_config *config = &drvdata->config; addr_single_store() local 957 struct etmv4_config *config = &drvdata->config; addr_range_show() local 986 struct etmv4_config *config = &drvdata->config; addr_range_store() local 1038 struct etmv4_config *config = &drvdata->config; addr_start_show() local 1061 struct etmv4_config *config = &drvdata->config; addr_start_store() local 1093 struct etmv4_config *config = &drvdata->config; addr_stop_show() local 1116 struct etmv4_config *config = &drvdata->config; addr_stop_store() local 1148 struct etmv4_config *config = &drvdata->config; addr_ctxtype_show() local 1168 struct etmv4_config *config = &drvdata->config; addr_ctxtype_store() local 1214 struct etmv4_config *config = &drvdata->config; addr_context_show() local 1231 struct etmv4_config *config = &drvdata->config; addr_context_store() local 1258 struct etmv4_config *config = &drvdata->config; addr_exlevel_s_ns_show() local 1274 struct etmv4_config *config = &drvdata->config; addr_exlevel_s_ns_store() local 1306 struct etmv4_config *config = &drvdata->config; addr_cmp_view_show() local 1349 struct etmv4_config *config = &drvdata->config; vinst_pe_cmp_start_stop_show() local 1362 struct etmv4_config *config = &drvdata->config; vinst_pe_cmp_start_stop_store() local 1382 struct etmv4_config *config = &drvdata->config; seq_idx_show() local 1394 struct etmv4_config *config = &drvdata->config; seq_idx_store() local 1418 struct etmv4_config *config = &drvdata->config; seq_state_show() local 1430 struct etmv4_config *config = &drvdata->config; seq_state_store() local 1449 struct etmv4_config *config = &drvdata->config; seq_event_show() local 1465 struct etmv4_config *config = &drvdata->config; seq_event_store() local 1485 struct etmv4_config *config = &drvdata->config; seq_reset_event_show() local 1497 struct etmv4_config *config = &drvdata->config; seq_reset_event_store() local 1515 struct etmv4_config *config = &drvdata->config; cntr_idx_show() local 1527 struct etmv4_config *config = &drvdata->config; cntr_idx_store() local 1552 struct etmv4_config *config = &drvdata->config; cntrldvr_show() local 1568 struct etmv4_config *config = &drvdata->config; cntrldvr_store() local 1590 struct etmv4_config *config = &drvdata->config; cntr_val_show() local 1606 struct etmv4_config *config = &drvdata->config; cntr_val_store() local 1628 struct etmv4_config *config = &drvdata->config; cntr_ctrl_show() local 1644 struct etmv4_config *config = &drvdata->config; cntr_ctrl_store() local 1663 struct etmv4_config *config = &drvdata->config; res_idx_show() local 1675 struct etmv4_config *config = &drvdata->config; res_idx_store() local 1704 struct etmv4_config *config = &drvdata->config; res_ctrl_show() local 1720 struct etmv4_config *config = &drvdata->config; res_ctrl_store() local 1745 struct etmv4_config *config = &drvdata->config; sshot_idx_show() local 1757 struct etmv4_config *config = &drvdata->config; sshot_idx_store() local 1777 struct etmv4_config *config = &drvdata->config; sshot_ctrl_show() local 1792 struct etmv4_config *config = &drvdata->config; sshot_ctrl_store() local 1812 struct etmv4_config *config = &drvdata->config; sshot_status_show() local 1827 struct etmv4_config *config = &drvdata->config; sshot_pe_ctrl_show() local 1842 struct etmv4_config *config = &drvdata->config; sshot_pe_ctrl_store() local 1863 struct etmv4_config *config = &drvdata->config; ctxid_idx_show() local 1875 struct etmv4_config *config = &drvdata->config; ctxid_idx_store() local 1900 struct etmv4_config *config = &drvdata->config; ctxid_pid_show() local 1923 struct etmv4_config *config = &drvdata->config; ctxid_pid_store() local 1961 struct etmv4_config *config = &drvdata->config; ctxid_masks_show() local 1984 struct etmv4_config *config = &drvdata->config; ctxid_masks_store() local 2089 struct etmv4_config *config = &drvdata->config; vmid_idx_show() local 2101 struct etmv4_config *config = &drvdata->config; vmid_idx_store() local 2125 struct etmv4_config *config = &drvdata->config; vmid_val_show() local 2146 struct etmv4_config *config = &drvdata->config; vmid_val_store() local 2176 struct etmv4_config *config = &drvdata->config; vmid_masks_show() local 2199 struct etmv4_config *config = &drvdata->config; vmid_masks_store() local [all...] |
H A D | coresight-etm3x-sysfs.c | 72 struct etm_config *config = &drvdata->config; in reset_store() local 80 memset(config, 0, sizeof(struct etm_config)); in reset_store() 81 config->mode = ETM_MODE_EXCLUDE; in reset_store() 82 config->trigger_event = ETM_DEFAULT_EVENT_VAL; in reset_store() 84 config->addr_type[i] = ETM_ADDR_TYPE_NONE; in reset_store() 87 etm_set_default(config); in reset_store() 101 struct etm_config *config = &drvdata->config; in mode_show() local 103 val = config in mode_show() 114 struct etm_config *config = &drvdata->config; mode_store() local 186 struct etm_config *config = &drvdata->config; trigger_event_show() local 199 struct etm_config *config = &drvdata->config; trigger_event_store() local 216 struct etm_config *config = &drvdata->config; enable_event_show() local 229 struct etm_config *config = &drvdata->config; enable_event_store() local 246 struct etm_config *config = &drvdata->config; fifofull_level_show() local 259 struct etm_config *config = &drvdata->config; fifofull_level_store() local 276 struct etm_config *config = &drvdata->config; addr_idx_show() local 289 struct etm_config *config = &drvdata->config; addr_idx_store() local 316 struct etm_config *config = &drvdata->config; addr_single_show() local 340 struct etm_config *config = &drvdata->config; addr_single_store() local 368 struct etm_config *config = &drvdata->config; addr_range_show() local 398 struct etm_config *config = &drvdata->config; addr_range_store() local 437 struct etm_config *config = &drvdata->config; addr_start_show() local 461 struct etm_config *config = &drvdata->config; addr_start_store() local 491 struct etm_config *config = &drvdata->config; addr_stop_show() local 515 struct etm_config *config = &drvdata->config; addr_stop_store() local 544 struct etm_config *config = &drvdata->config; addr_acctype_show() local 560 struct etm_config *config = &drvdata->config; addr_acctype_store() local 579 struct etm_config *config = &drvdata->config; cntr_idx_show() local 592 struct etm_config *config = &drvdata->config; cntr_idx_store() local 617 struct etm_config *config = &drvdata->config; cntr_rld_val_show() local 633 struct etm_config *config = &drvdata->config; cntr_rld_val_store() local 652 struct etm_config *config = &drvdata->config; cntr_event_show() local 668 struct etm_config *config = &drvdata->config; cntr_event_store() local 687 struct etm_config *config = &drvdata->config; cntr_rld_event_show() local 703 struct etm_config *config = &drvdata->config; cntr_rld_event_store() local 723 struct etm_config *config = &drvdata->config; cntr_val_show() local 749 struct etm_config *config = &drvdata->config; cntr_val_store() local 768 struct etm_config *config = &drvdata->config; seq_12_event_show() local 781 struct etm_config *config = &drvdata->config; seq_12_event_store() local 797 struct etm_config *config = &drvdata->config; seq_21_event_show() local 810 struct etm_config *config = &drvdata->config; seq_21_event_store() local 826 struct etm_config *config = &drvdata->config; seq_23_event_show() local 839 struct etm_config *config = &drvdata->config; seq_23_event_store() local 855 struct etm_config *config = &drvdata->config; seq_31_event_show() local 868 struct etm_config *config = &drvdata->config; seq_31_event_store() local 884 struct etm_config *config = &drvdata->config; seq_32_event_show() local 897 struct etm_config *config = &drvdata->config; seq_32_event_store() local 913 struct etm_config *config = &drvdata->config; seq_13_event_show() local 926 struct etm_config *config = &drvdata->config; seq_13_event_store() local 942 struct etm_config *config = &drvdata->config; seq_curr_state_show() local 969 struct etm_config *config = &drvdata->config; seq_curr_state_store() local 989 struct etm_config *config = &drvdata->config; ctxid_idx_show() local 1002 struct etm_config *config = &drvdata->config; ctxid_idx_store() local 1028 struct etm_config *config = &drvdata->config; ctxid_pid_show() local 1051 struct etm_config *config = &drvdata->config; ctxid_pid_store() local 1082 struct etm_config *config = &drvdata->config; ctxid_mask_show() local 1102 struct etm_config *config = &drvdata->config; ctxid_mask_store() local 1125 struct etm_config *config = &drvdata->config; sync_freq_show() local 1138 struct etm_config *config = &drvdata->config; sync_freq_store() local 1154 struct etm_config *config = &drvdata->config; timestamp_event_show() local 1167 struct etm_config *config = &drvdata->config; timestamp_event_store() local [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | all.sh | 146 # Files clobbered by config.py 311 # Remove built files as well as the cmake cache/config. 857 # can be either "default" to start with the default config, or a name 858 # supported by scripts/config.py (for example, "full"). This selects 868 # 2d. On top of psa/crypto_config.h, the driver library uses its own config 872 # calling scripts/config.py on this file remains the only option. 894 scripts/config.py "$base_config" 897 # Enable PSA-based config (necessary to use drivers) 898 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG 902 scripts/config [all...] |
/third_party/python/Programs/ |
H A D | _testembed.c | 49 static void config_set_string(PyConfig *config, wchar_t **config_str, const wchar_t *str) in config_set_string() argument 51 PyStatus status = PyConfig_SetString(config, config_str, str); in config_set_string() 53 PyConfig_Clear(config); in config_set_string() 59 static void config_set_program_name(PyConfig *config) in config_set_program_name() argument 62 config_set_string(config, &config->program_name, program_name); in config_set_program_name() 66 static void init_from_config_clear(PyConfig *config) in init_from_config_clear() argument 68 PyStatus status = Py_InitializeFromConfig(config); in init_from_config_clear() 69 PyConfig_Clear(config); in init_from_config_clear() 78 PyConfig config; in _testembed_Py_InitializeFromConfig() local 449 config_set_argv(PyConfig *config, Py_ssize_t argc, wchar_t * const *argv) config_set_argv() argument 460 config_set_wide_string_list(PyConfig *config, PyWideStringList *list, Py_ssize_t length, wchar_t **items) config_set_wide_string_list() argument 485 PyConfig config; check_init_compat_config() local 575 PyConfig config; test_init_from_config() local 719 PyConfig config; check_init_parse_argv() local 802 PyConfig config; test_init_python_env() local 850 PyConfig config; test_init_isolated_flag() local 883 PyConfig config; test_preinit_isolated1() local 910 PyConfig config; test_preinit_isolated2() local 947 PyConfig config; test_preinit_dont_parse_argv() local 966 PyConfig config; test_preinit_parse_argv() local 1031 PyConfig config; check_preinit_isolated_config() local 1084 PyConfig config; check_init_python_config() local 1122 PyConfig config; test_init_dont_configure_locale() local 1136 PyConfig config; test_init_dev_mode() local 1364 PyConfig config; run_audit_run_test() local 1410 PyConfig config; test_init_read_set() local 1456 PyConfig config; test_init_sys_add() local 1544 PyConfig config; test_init_setpath_config() local 1595 PyConfig config; test_init_is_python_build() local 1627 PyConfig config; test_init_warnoptions() local 1675 PyConfig config; tune_config() local 1697 PyConfig config; test_init_set_config() local 1722 configure_init_main(PyConfig *config) configure_init_main() argument 1739 PyConfig config; test_init_run_main() local 1751 PyConfig config; test_init_main() local 1778 PyConfig config; test_run_main() local 1809 PyConfig config; test_get_argc_argv() local 1861 PyConfig config; check_use_frozen_modules() local 1961 PyConfig config; test_repeated_init_and_inittab() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
H A D | GPUTestExpectationsTest.cpp | 23 void validateConfigBase(const GPUTestConfig &config) in validateConfigBase() argument 25 EXPECT_EQ(IsWindows(), config.getConditions()[GPUTestConfig::kConditionWin]); in validateConfigBase() 26 EXPECT_EQ(IsOSX(), config.getConditions()[GPUTestConfig::kConditionMac]); in validateConfigBase() 27 EXPECT_EQ(IsIOS(), config.getConditions()[GPUTestConfig::kConditionIOS]); in validateConfigBase() 28 EXPECT_EQ(IsLinux(), config.getConditions()[GPUTestConfig::kConditionLinux]); in validateConfigBase() 29 EXPECT_EQ(IsAndroid(), config.getConditions()[GPUTestConfig::kConditionAndroid]); in validateConfigBase() 30 EXPECT_EQ(IsNexus5X(), config.getConditions()[GPUTestConfig::kConditionNexus5X]); in validateConfigBase() 32 config.getConditions()[GPUTestConfig::kConditionPixel2OrXL]); in validateConfigBase() 33 EXPECT_EQ(IsIntel(), config.getConditions()[GPUTestConfig::kConditionIntel]); in validateConfigBase() 34 EXPECT_EQ(IsAMD(), config in validateConfigBase() 43 validateConfigAPI(const GPUTestConfig &config, const GPUTestConfig::API &api, uint32_t preRotation) validateConfigAPI() argument 118 GPUTestConfig config; TEST_P() local [all...] |
/third_party/node/deps/base64/base64/bin/ |
H A D | base64.c | 36 // Global config structure. 37 struct config { struct 122 buffer_alloc (const struct config *config, struct buffer *buf) in buffer_alloc() argument 128 config->name, strerror(errno)); in buffer_alloc() 143 writev_retry (const struct config *config, struct iovec *iov, size_t nvec) in writev_retry() argument 163 config->name, strerror(errno)); in writev_retry() 194 iov_append (const struct config *config, struc argument 213 write_stdout(const struct config *config, const char *buf, size_t len) write_stdout() argument 241 write_wrapped(const struct config *config, char *buf, size_t len) write_wrapped() argument 300 encode(const struct config *config, struct buffer *buf) encode() argument 357 decode(const struct config *config, struct buffer *buf) decode() argument 427 usage(FILE *fp, const struct config *config) usage() argument 443 get_wrap(struct config *config, const char *str) get_wrap() argument 470 parse_opts(int argc, char **argv, struct config *config) parse_opts() argument 549 struct config config = { main() local [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | stat-display.c | 71 static void print_running_std(struct perf_stat_config *config, u64 run, u64 ena) in print_running_std() argument 74 fprintf(config->output, " (%.2f%%)", 100.0 * run / ena); in print_running_std() 77 static void print_running_csv(struct perf_stat_config *config, u64 run, u64 ena) in print_running_csv() argument 83 fprintf(config->output, "%s%" PRIu64 "%s%.2f", in print_running_csv() 84 config->csv_sep, run, config->csv_sep, enabled_percent); in print_running_csv() 87 static void print_running_json(struct perf_stat_config *config, u64 run, u64 ena) in print_running_json() argument 93 fprintf(config->output, "\"event-runtime\" : %" PRIu64 ", \"pcnt-running\" : %.2f, ", in print_running_json() 97 static void print_running(struct perf_stat_config *config, in print_running() argument 100 if (config in print_running() 112 print_noise_pct_std(struct perf_stat_config *config, double pct) print_noise_pct_std() argument 119 print_noise_pct_csv(struct perf_stat_config *config, double pct) print_noise_pct_csv() argument 125 print_noise_pct_json(struct perf_stat_config *config, double pct) print_noise_pct_json() argument 131 print_noise_pct(struct perf_stat_config *config, double total, double avg, bool before_metric) print_noise_pct() argument 148 print_noise(struct perf_stat_config *config, struct evsel *evsel, double avg, bool before_metric) print_noise() argument 160 print_cgroup_std(struct perf_stat_config *config, const char *cgrp_name) print_cgroup_std() argument 165 print_cgroup_csv(struct perf_stat_config *config, const char *cgrp_name) print_cgroup_csv() argument 170 print_cgroup_json(struct perf_stat_config *config, const char *cgrp_name) print_cgroup_json() argument 175 print_cgroup(struct perf_stat_config *config, struct cgroup *cgrp) print_cgroup() argument 189 print_aggr_id_std(struct perf_stat_config *config, struct evsel *evsel, struct aggr_cpu_id id, int aggr_nr) print_aggr_id_std() argument 239 print_aggr_id_csv(struct perf_stat_config *config, struct evsel *evsel, struct aggr_cpu_id id, int aggr_nr) print_aggr_id_csv() argument 289 print_aggr_id_json(struct perf_stat_config *config, struct evsel *evsel, struct aggr_cpu_id id, int aggr_nr) print_aggr_id_json() argument 337 aggr_printout(struct perf_stat_config *config, struct evsel *evsel, struct aggr_cpu_id id, int aggr_nr) aggr_printout() argument 368 __new_line_std_csv(struct perf_stat_config *config, struct outstate *os) __new_line_std_csv() argument 382 do_new_line_std(struct perf_stat_config *config, struct outstate *os) do_new_line_std() argument 391 print_metric_std(struct perf_stat_config *config, void *ctx, const char *color, const char *fmt, const char *unit, double val) print_metric_std() argument 418 new_line_csv(struct perf_stat_config *config, void *ctx) new_line_csv() argument 464 new_line_json(struct perf_stat_config *config, void *ctx) new_line_json() argument 474 print_metricgroup_header_json(struct perf_stat_config *config, void *ctx, const char *metricgroup_name) print_metricgroup_header_json() argument 485 print_metricgroup_header_csv(struct perf_stat_config *config, void *ctx, const char *metricgroup_name) print_metricgroup_header_csv() argument 505 print_metricgroup_header_std(struct perf_stat_config *config, void *ctx, const char *metricgroup_name) print_metricgroup_header_std() argument 545 print_metric_only(struct perf_stat_config *config, void *ctx, const char *color, const char *fmt, const char *unit, double val) print_metric_only() argument 619 print_metric_header(struct perf_stat_config *config, void *ctx, const char *color __maybe_unused, const char *fmt __maybe_unused, const char *unit, double val __maybe_unused) print_metric_header() argument 647 print_counter_value_std(struct perf_stat_config *config, struct evsel *evsel, double avg, bool ok) print_counter_value_std() argument 671 print_counter_value_csv(struct perf_stat_config *config, struct evsel *evsel, double avg, bool ok) print_counter_value_csv() argument 691 print_counter_value_json(struct perf_stat_config *config, struct evsel *evsel, double avg, bool ok) print_counter_value_json() argument 708 print_counter_value(struct perf_stat_config *config, struct evsel *evsel, double avg, bool ok) print_counter_value() argument 719 abs_printout(struct perf_stat_config *config, struct aggr_cpu_id id, int aggr_nr, struct evsel *evsel, double avg, bool ok) abs_printout() argument 767 printout(struct perf_stat_config *config, struct outstate *os, double uval, u64 run, u64 ena, double noise, int aggr_idx) printout() argument 861 char *config; uniquify_event_name() local 894 hybrid_uniquify(struct evsel *evsel, struct perf_stat_config *config) hybrid_uniquify() argument 899 uniquify_counter(struct perf_stat_config *config, struct evsel *counter) uniquify_counter() argument 921 should_skip_zero_counter(struct perf_stat_config *config, struct evsel *counter, const struct aggr_cpu_id *id) should_skip_zero_counter() argument 955 print_counter_aggrdata(struct perf_stat_config *config, struct evsel *counter, int aggr_idx, struct outstate *os) print_counter_aggrdata() argument 1006 print_metric_begin(struct perf_stat_config *config, struct evlist *evlist, struct outstate *os, int aggr_idx) print_metric_begin() argument 1031 print_metric_end(struct perf_stat_config *config, struct outstate *os) print_metric_end() argument 1046 print_aggr(struct perf_stat_config *config, struct evlist *evlist, struct outstate *os) print_aggr() argument 1070 print_aggr_cgroup(struct perf_stat_config *config, struct evlist *evlist, struct outstate *os) print_aggr_cgroup() argument 1100 print_counter(struct perf_stat_config *config, struct evsel *counter, struct outstate *os) print_counter() argument 1114 print_no_aggr_metric(struct perf_stat_config *config, struct evlist *evlist, struct outstate *os) print_no_aggr_metric() argument 1152 print_metric_headers_std(struct perf_stat_config *config, bool no_indent) print_metric_headers_std() argument 1167 print_metric_headers_csv(struct perf_stat_config *config, bool no_indent __maybe_unused) print_metric_headers_csv() argument 1181 print_metric_headers(struct perf_stat_config *config, struct evlist *evlist, bool no_indent) print_metric_headers() argument 1222 prepare_interval(struct perf_stat_config *config, char *prefix, size_t len, struct timespec *ts) prepare_interval() argument 1239 print_header_interval_std(struct perf_stat_config *config, struct target *_target __maybe_unused, struct evlist *evlist, int argc __maybe_unused, const char **argv __maybe_unused) print_header_interval_std() argument 1286 print_header_std(struct perf_stat_config *config, struct target *_target, struct evlist *evlist, int argc, const char **argv) print_header_std() argument 1319 print_header_csv(struct perf_stat_config *config, struct target *_target __maybe_unused, struct evlist *evlist, int argc __maybe_unused, const char **argv __maybe_unused) print_header_csv() argument 1328 print_header_json(struct perf_stat_config *config, struct target *_target __maybe_unused, struct evlist *evlist, int argc __maybe_unused, const char **argv __maybe_unused) print_header_json() argument 1338 print_header(struct perf_stat_config *config, struct target *_target, struct evlist *evlist, int argc, const char **argv) print_header() argument 1373 print_table(struct perf_stat_config *config, FILE *output, int precision, double avg) print_table() argument 1406 print_footer(struct perf_stat_config *config) print_footer() argument 1459 print_percore(struct perf_stat_config *config, struct evsel *counter, struct outstate *os) print_percore() argument 1507 print_cgroup_counter(struct perf_stat_config *config, struct evlist *evlist, struct outstate *os) print_cgroup_counter() argument 1527 evlist__print_counters(struct evlist *evlist, struct perf_stat_config *config, struct target *_target, struct timespec *ts, int argc, const char **argv) evlist__print_counters() argument [all...] |
/kernel/linux/linux-5.10/tools/power/cpupower/bench/ |
H A D | main.c | 14 #include "config.h" 67 struct config *config = NULL; in main() local 69 config = prepare_default_config(); in main() 71 if (config == NULL) in main() 82 if (config->output != NULL) in main() 83 fclose(config->output); in main() 85 config->output = prepare_output(optarg); in main() 87 if (config->output == NULL) in main() 93 sscanf(optarg, "%li", &config in main() [all...] |
/kernel/linux/linux-6.6/tools/power/cpupower/bench/ |
H A D | main.c | 14 #include "config.h" 67 struct config *config = NULL; in main() local 69 config = prepare_default_config(); in main() 71 if (config == NULL) in main() 82 if (config->output != NULL) in main() 83 fclose(config->output); in main() 85 config->output = prepare_output(optarg); in main() 87 if (config->output == NULL) in main() 93 sscanf(optarg, "%li", &config in main() [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | daemon.sh | 115 local config=$1 118 line=`perf daemon --config ${config} -x: | head -1` 126 perf daemon stop --config ${config} 134 local config=$1 137 perf daemon start --config ${config} 140 trap 'echo "FAILED: Signal caught"; daemon_exit "${config}"; exit 1' SIGINT SIGTERM 146 state=`perf daemon ping --config [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config_file.c | 19 #include "config.h" 26 #include "utils/config.h" 304 static int wpa_config_process_blob(struct wpa_config *config, FILE *f, in wpa_config_process_blob() argument 324 wpa_config_set_blob(config, blob); in wpa_config_process_blob() 337 struct wpa_config *config; in wpa_config_read() local 344 config = cfgp; in wpa_config_read() 346 config = wpa_config_alloc_empty(NULL, NULL); in wpa_config_read() 347 if (config == NULL) { in wpa_config_read() 348 wpa_printf(MSG_ERROR, "Failed to allocate config file " in wpa_config_read() 352 tail = head = config in wpa_config_read() 1128 wpa_config_write_global(FILE *f, struct wpa_config *config) wpa_config_write_global() argument 1623 wpa_config_write(const char *name, struct wpa_config *config) wpa_config_write() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/sm750fb/ |
H A D | ddk750_sii164.c | 132 unsigned char config; in sii164InitChip() local 151 config = SII164_CONFIGURATION_LATCH_FALLING; in sii164InitChip() 153 config = SII164_CONFIGURATION_LATCH_RISING; in sii164InitChip() 157 config |= SII164_CONFIGURATION_BUS_12BITS; in sii164InitChip() 159 config |= SII164_CONFIGURATION_BUS_24BITS; in sii164InitChip() 163 config |= SII164_CONFIGURATION_CLOCK_SINGLE; in sii164InitChip() 165 config |= SII164_CONFIGURATION_CLOCK_DUAL; in sii164InitChip() 169 config |= SII164_CONFIGURATION_HSYNC_FORCE_LOW; in sii164InitChip() 171 config |= SII164_CONFIGURATION_HSYNC_AS_IS; in sii164InitChip() 175 config | in sii164InitChip() 284 unsigned char config; sii164SetPower() local [all...] |