Home
last modified time | relevance | path

Searched refs:config (Results 1 - 25 of 11341) sorted by relevance

12345678910>>...454

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dconfig_enc.c15 #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 Dtool_cfgable.c33 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 Dtool_getparam.c377 {"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...]
/third_party/typescript/tests/baselines/reference/
H A DobjectSpreadRepeatedNullCheckPerf.js31 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 DSwiftConfig.cpp58 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 Dinitconfig.c634 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 Dpreconfig.c14 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/decimal.js/test/modules/
H A Dconfig.js3 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...]
/third_party/mbedtls/programs/test/
H A Dquery_config.c109 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...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dstat-display.c24 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 Dcoresight-etm4x-sysfs.c16 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 Dcoresight-etm3x-sysfs.c72 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 Dcoresight-etm4x-sysfs.c17 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 Dcoresight-etm3x-sysfs.c72 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 Dall.sh146 # 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/skia/third_party/externals/angle2/src/tests/test_expectations/
H A DGPUTestExpectationsTest.cpp23 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...]
/kernel/linux/linux-5.10/tools/power/cpupower/bench/
H A Dmain.c14 #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 Dmain.c14 #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...]
/third_party/python/Programs/
H A D_testembed.c49 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/node/deps/base64/base64/bin/
H A Dbase64.c36 // 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...]
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_text_config_capi.cpp25 void OH_TextConfig_Destroy(InputMethod_TextConfig *config) in OH_TextConfig_Destroy() argument
27 if (config == nullptr) { in OH_TextConfig_Destroy()
28 IMSA_HILOGE("config is nullptr"); in OH_TextConfig_Destroy()
32 delete config; in OH_TextConfig_Destroy()
34 InputMethod_ErrorCode OH_TextConfig_SetInputType(InputMethod_TextConfig *config, InputMethod_TextInputType inputType) in OH_TextConfig_SetInputType() argument
36 if (config == nullptr) { in OH_TextConfig_SetInputType()
37 IMSA_HILOGE("config is nullptr"); in OH_TextConfig_SetInputType()
40 config->inputType = inputType; in OH_TextConfig_SetInputType()
44 InputMethod_TextConfig *config, InputMethod_EnterKeyType enterKeyType) in OH_TextConfig_SetEnterKeyType()
46 if (config in OH_TextConfig_SetEnterKeyType()
43 OH_TextConfig_SetEnterKeyType( InputMethod_TextConfig *config, InputMethod_EnterKeyType enterKeyType) OH_TextConfig_SetEnterKeyType() argument
54 OH_TextConfig_SetPreviewTextSupport(InputMethod_TextConfig *config, bool supported) OH_TextConfig_SetPreviewTextSupport() argument
64 OH_TextConfig_SetSelection(InputMethod_TextConfig *config, int32_t start, int32_t end) OH_TextConfig_SetSelection() argument
74 OH_TextConfig_SetWindowId(InputMethod_TextConfig *config, int32_t windowId) OH_TextConfig_SetWindowId() argument
85 OH_TextConfig_GetInputType(InputMethod_TextConfig *config, InputMethod_TextInputType *inputType) OH_TextConfig_GetInputType() argument
99 OH_TextConfig_GetEnterKeyType( InputMethod_TextConfig *config, InputMethod_EnterKeyType *enterKeyType) OH_TextConfig_GetEnterKeyType() argument
114 OH_TextConfig_IsPreviewTextSupported(InputMethod_TextConfig *config, bool *supported) OH_TextConfig_IsPreviewTextSupported() argument
128 OH_TextConfig_GetCursorInfo(InputMethod_TextConfig *config, InputMethod_CursorInfo **cursorInfo) OH_TextConfig_GetCursorInfo() argument
142 OH_TextConfig_GetTextAvoidInfo( InputMethod_TextConfig *config, InputMethod_TextAvoidInfo **avoidInfo) OH_TextConfig_GetTextAvoidInfo() argument
157 OH_TextConfig_GetSelection(InputMethod_TextConfig *config, int32_t *start, int32_t *end) OH_TextConfig_GetSelection() argument
176 OH_TextConfig_GetWindowId(InputMethod_TextConfig *config, int32_t *windowId) OH_TextConfig_GetWindowId() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstat-display.c71 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...]
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreNdktestHvigor/entry/src/main/cpp/
H A Dnapi_init.cpp46 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); in OH_Rdb_CreateConfig_0100() local
47 NAPI_ASSERT(env, config != nullptr, "OH_Rdb_CreateConfig is fail."); in OH_Rdb_CreateConfig_0100()
48 errcode = OH_Rdb_DestroyConfig(config); in OH_Rdb_CreateConfig_0100()
59 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); in OH_Rdb_CreateConfig_0200() local
60 NAPI_ASSERT(env, config != nullptr, "OH_Rdb_CreateConfig is fail."); in OH_Rdb_CreateConfig_0200()
61 errcode = OH_Rdb_SetDatabaseDir(config, RDB_TEST_PATH); in OH_Rdb_CreateConfig_0200()
63 errcode = OH_Rdb_SetStoreName(config, "rdb_store_test.db"); in OH_Rdb_CreateConfig_0200()
65 errcode = OH_Rdb_SetBundleName(config, "com.ohos.example.distributedndk"); in OH_Rdb_CreateConfig_0200()
67 errcode = OH_Rdb_SetModuleName(config, "module"); in OH_Rdb_CreateConfig_0200()
69 errcode = OH_Rdb_SetEncrypted(config, fals in OH_Rdb_CreateConfig_0200()
89 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDbType_0100() local
120 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDbType_0300() local
146 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_GetSupportedDbType_0100() local
180 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDbType_SQLITE_0100() local
218 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDbType_SQLITE_0200() local
273 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDbType_SQLITE_0300() local
330 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDbType_SQLITE_Id_0100() local
379 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDbType_SQLITE_Id_0200() local
425 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDatabaseDir_Param_0100() local
440 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDatabaseDir_Param_0200() local
455 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDatabaseDir_Param_0300() local
470 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDatabaseDir_Param_0400() local
485 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDatabaseDir_Param_0500() local
512 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDatabaseDir_Param_0600() local
540 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDatabaseDir_Param_0700() local
568 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDatabaseDir_Param_0800() local
595 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDatabaseDir_Param_0900() local
622 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDatabaseDir_Param_1000() local
649 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetStoreName_Param_0100() local
664 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetStoreName_Param_0200() local
679 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetStoreName_Param_0300() local
694 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetStoreName_Param_0400() local
709 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetStoreName_Param_0500() local
736 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetStoreName_Param_0600() local
765 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetStoreName_Param_0700() local
792 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetStoreName_Param_0800() local
819 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetStoreName_Param_0900() local
846 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetStoreName_Param_1000() local
874 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetBundleName_0100() local
889 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetBundleName_0200() local
904 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetBundleName_0300() local
919 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetBundleName_0400() local
934 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetBundleName_0500() local
961 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetBundleName_0600() local
991 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetBundleName_0700() local
1018 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetBundleName_0800() local
1045 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetBundleName_0900() local
1072 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetBundleName_1000() local
1099 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetModuleName_0100() local
1114 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetModuleName_0200() local
1129 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetModuleName_0300() local
1144 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetModuleName_0400() local
1159 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetModuleName_0500() local
1186 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetModuleName_0600() local
1215 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetModuleName_0700() local
1242 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetModuleName_0800() local
1269 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetModuleName_0900() local
1296 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetModuleName_1000() local
1323 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetEncrypted_0100() local
1344 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetEncrypted_0200() local
1380 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetEncrypted_0300() local
1404 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetSecurityLevel_0100() local
1424 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetSecurityLevel_0200() local
1445 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetSecurityLevel_0300() local
1478 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetArea_0100() local
1492 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetArea_0200() local
1506 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetArea_0300() local
1520 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetArea_0400() local
1534 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetArea_0500() local
1548 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetArea_Param_0100() local
1568 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetArea_Param_0200() local
1594 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetArea_Param_0300() local
1617 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDbType_Param_0100() local
1632 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDbType_Param_0200() local
1649 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_SetDbType_Param_0300() local
1728 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_ExecuteByTrxId_Param_0100() local
1757 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_ExecuteByTrxId_Param_0200() local
1803 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_ExecuteByTrxId_Param_0300() local
1833 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_BeginTransWithTrxId_Param_0100() local
1860 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_BeginTransWithTrxId_Param_0200() local
1887 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_CommitByTrxId_Param_0100() local
1913 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_CommitByTrxId_Param_0200() local
1948 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_RollBackByTrxId_Param_0100() local
1973 OH_Rdb_ConfigV2 *config = OH_Rdb_CreateConfig(); OH_Rdb_RollBackByTrxId_Param_0200() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_backup_config.cpp20 void ConvertBackupCfgToDeviceCfg(const WifiBackupConfig &backupCfg, WifiDeviceConfig &config) in ConvertBackupCfgToDeviceCfg() argument
22 config.instanceId = backupCfg.instanceId; in ConvertBackupCfgToDeviceCfg()
23 config.uid = backupCfg.uid; in ConvertBackupCfgToDeviceCfg()
24 config.status = backupCfg.status; in ConvertBackupCfgToDeviceCfg()
25 config.bssid = backupCfg.bssid; in ConvertBackupCfgToDeviceCfg()
26 config.userSelectBssid = backupCfg.userSelectBssid; in ConvertBackupCfgToDeviceCfg()
27 config.ssid = backupCfg.ssid; in ConvertBackupCfgToDeviceCfg()
28 config.priority = backupCfg.priority; in ConvertBackupCfgToDeviceCfg()
29 config.hiddenSSID = backupCfg.hiddenSSID; in ConvertBackupCfgToDeviceCfg()
30 config in ConvertBackupCfgToDeviceCfg()
45 ConvertDeviceCfgToBackupCfg(const WifiDeviceConfig &config, WifiBackupConfig &backupCfg) ConvertDeviceCfgToBackupCfg() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/sm750fb/
H A Dddk750_sii164.c132 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...]

Completed in 25 milliseconds

12345678910>>...454