Home
last modified time | relevance | path

Searched refs:config (Results 401 - 425 of 9244) sorted by relevance

1...<<11121314151617181920>>...370

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_vmid.c73 void dcn20_vmid_setup(struct dcn20_vmid *vmid, const struct dcn_vmid_page_table_config *config) in dcn20_vmid_setup() argument
76 VM_CONTEXT0_START_LOGICAL_PAGE_NUMBER_HI4, (config->page_table_start_addr >> 32) & 0xF); in dcn20_vmid_setup()
78 VM_CONTEXT0_START_LOGICAL_PAGE_NUMBER_LO32, config->page_table_start_addr & 0xFFFFFFFF); in dcn20_vmid_setup()
81 VM_CONTEXT0_END_LOGICAL_PAGE_NUMBER_HI4, (config->page_table_end_addr >> 32) & 0xF); in dcn20_vmid_setup()
83 VM_CONTEXT0_END_LOGICAL_PAGE_NUMBER_LO32, config->page_table_end_addr & 0xFFFFFFFF); in dcn20_vmid_setup()
86 VM_CONTEXT0_PAGE_TABLE_DEPTH, config->depth, in dcn20_vmid_setup()
87 VM_CONTEXT0_PAGE_TABLE_BLOCK_SIZE, config->block_size); in dcn20_vmid_setup()
90 VM_CONTEXT0_PAGE_DIRECTORY_ENTRY_HI32, (config->page_table_base_addr >> 32) & 0xFFFFFFFF); in dcn20_vmid_setup()
93 VM_CONTEXT0_PAGE_DIRECTORY_ENTRY_LO32, config->page_table_base_addr & 0xFFFFFFFF); in dcn20_vmid_setup()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_debugfs.c243 if ((sh_bank != 0xFFFFFFFF && sh_bank >= adev->gfx.config.max_sh_per_se) || in amdgpu_debugfs_process_reg_op()
244 (se_bank != 0xFFFFFFFF && se_bank >= adev->gfx.config.max_shader_engines)) { in amdgpu_debugfs_process_reg_op()
691 * amdgpu_debugfs_gca_config_read - Read from gfx config data
710 uint32_t *config, no_regs = 0; in amdgpu_debugfs_gca_config_read() local
715 config = kmalloc_array(256, sizeof(*config), GFP_KERNEL); in amdgpu_debugfs_gca_config_read()
716 if (!config) in amdgpu_debugfs_gca_config_read()
720 config[no_regs++] = 3; in amdgpu_debugfs_gca_config_read()
721 config[no_regs++] = adev->gfx.config in amdgpu_debugfs_gca_config_read()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_drv.c207 struct adv7511_video_config config; in adv7511_set_config_csc() local
212 config.hdmi_mode = hdmi_mode; in adv7511_set_config_csc()
214 hdmi_avi_infoframe_init(&config.avi_infoframe); in adv7511_set_config_csc()
216 config.avi_infoframe.scan_mode = HDMI_SCAN_MODE_UNDERSCAN; in adv7511_set_config_csc()
219 config.csc_enable = false; in adv7511_set_config_csc()
220 config.avi_infoframe.colorspace = HDMI_COLORSPACE_RGB; in adv7511_set_config_csc()
222 config.csc_scaling_factor = ADV7511_CSC_SCALING_4; in adv7511_set_config_csc()
223 config.csc_coefficents = adv7511_csc_ycbcr_to_rgb; in adv7511_set_config_csc()
227 config.hdmi_mode) { in adv7511_set_config_csc()
228 config in adv7511_set_config_csc()
282 adv7511_set_link_config(struct adv7511 *adv7511, const struct adv7511_link_config *config) adv7511_set_link_config() argument
1106 adv7511_parse_dt(struct device_node *np, struct adv7511_link_config *config) adv7511_parse_dt() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_drv.c207 struct adv7511_video_config config; in adv7511_set_config_csc() local
212 config.hdmi_mode = hdmi_mode; in adv7511_set_config_csc()
214 hdmi_avi_infoframe_init(&config.avi_infoframe); in adv7511_set_config_csc()
216 config.avi_infoframe.scan_mode = HDMI_SCAN_MODE_UNDERSCAN; in adv7511_set_config_csc()
219 config.csc_enable = false; in adv7511_set_config_csc()
220 config.avi_infoframe.colorspace = HDMI_COLORSPACE_RGB; in adv7511_set_config_csc()
222 config.csc_scaling_factor = ADV7511_CSC_SCALING_4; in adv7511_set_config_csc()
223 config.csc_coefficents = adv7511_csc_ycbcr_to_rgb; in adv7511_set_config_csc()
227 config.hdmi_mode) { in adv7511_set_config_csc()
228 config in adv7511_set_config_csc()
282 adv7511_set_link_config(struct adv7511 *adv7511, const struct adv7511_link_config *config) adv7511_set_link_config() argument
1110 adv7511_parse_dt(struct device_node *np, struct adv7511_link_config *config) adv7511_parse_dt() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_10nm.c87 * struct dsi_phy_10nm_tuning_cfg - Holds 10nm PHY tuning config parameters.
104 static void dsi_pll_setup_config(struct dsi_pll_config *config) in dsi_pll_setup_config() argument
106 config->ssc_freq = 31500; in dsi_pll_setup_config()
107 config->ssc_offset = 5000; in dsi_pll_setup_config()
108 config->ssc_adj_per = 2; in dsi_pll_setup_config()
110 config->enable_ssc = false; in dsi_pll_setup_config()
111 config->ssc_center = false; in dsi_pll_setup_config()
114 static void dsi_pll_calc_dec_frac(struct dsi_pll_10nm *pll, struct dsi_pll_config *config) in dsi_pll_calc_dec_frac() argument
132 config->pll_prop_gain_rate = 8; in dsi_pll_calc_dec_frac()
134 config in dsi_pll_calc_dec_frac()
149 dsi_pll_calc_ssc(struct dsi_pll_10nm *pll, struct dsi_pll_config *config) dsi_pll_calc_ssc() argument
183 dsi_pll_ssc_commit(struct dsi_pll_10nm *pll, struct dsi_pll_config *config) dsi_pll_ssc_commit() argument
236 dsi_pll_commit(struct dsi_pll_10nm *pll, struct dsi_pll_config *config) dsi_pll_commit() argument
260 struct dsi_pll_config config; dsi_pll_10nm_vco_set_rate() local
[all...]
/kernel/linux/linux-6.6/drivers/phy/amlogic/
H A Dphy-meson-axg-mipi-dphy.c173 struct phy_configure_opts_mipi_dphy config; member
213 memcpy(&priv->config, opts, sizeof(priv->config)); in phy_meson_axg_mipi_dphy_configure()
244 temp = (1000000 * 100) / (priv->config.hs_clk_rate / 1000); in phy_meson_axg_mipi_dphy_power_on()
248 DIV_ROUND_UP(priv->config.clk_trail, temp) | in phy_meson_axg_mipi_dphy_power_on()
249 (DIV_ROUND_UP(priv->config.clk_post + in phy_meson_axg_mipi_dphy_power_on()
250 priv->config.hs_trail, temp) << 8) | in phy_meson_axg_mipi_dphy_power_on()
251 (DIV_ROUND_UP(priv->config.clk_zero, temp) << 16) | in phy_meson_axg_mipi_dphy_power_on()
252 (DIV_ROUND_UP(priv->config.clk_prepare, temp) << 24)); in phy_meson_axg_mipi_dphy_power_on()
254 DIV_ROUND_UP(priv->config in phy_meson_axg_mipi_dphy_power_on()
[all...]
/third_party/node/tools/icu/
H A Dicutrim.py7 # This tool slims down an ICU data (.dat) file according to a config file.
162 ## STEP 0 - read in json config
164 config = json.load(fi) variable
167 config["variables"] = config.get("variables", {})
168 config["variables"]["locales"] = config["variables"].get("locales", {})
169 config["variables"]["locales"]["only"] = options.locales.split(',')
172 print(config)
174 if "comment" in config
[all...]
/kernel/linux/linux-6.6/drivers/clk/qcom/
H A Dclk-alpha-pll.c352 const struct alpha_pll_config *config) in clk_alpha_pll_configure()
356 regmap_write(regmap, PLL_L_VAL(pll), config->l); in clk_alpha_pll_configure()
357 regmap_write(regmap, PLL_ALPHA_VAL(pll), config->alpha); in clk_alpha_pll_configure()
358 regmap_write(regmap, PLL_CONFIG_CTL(pll), config->config_ctl_val); in clk_alpha_pll_configure()
362 config->config_ctl_hi_val); in clk_alpha_pll_configure()
365 regmap_write(regmap, PLL_ALPHA_VAL_U(pll), config->alpha_hi); in clk_alpha_pll_configure()
367 val = config->main_output_mask; in clk_alpha_pll_configure()
368 val |= config->aux_output_mask; in clk_alpha_pll_configure()
369 val |= config->aux2_output_mask; in clk_alpha_pll_configure()
370 val |= config in clk_alpha_pll_configure()
351 clk_alpha_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) clk_alpha_pll_configure() argument
1159 clk_fabia_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) clk_fabia_pll_configure() argument
1546 clk_trion_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) clk_trion_pll_configure() argument
1709 clk_agera_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) clk_agera_pll_configure() argument
1942 clk_zonda_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) clk_zonda_pll_configure() argument
2095 clk_lucid_evo_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) clk_lucid_evo_pll_configure() argument
2313 clk_rivian_evo_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) clk_rivian_evo_pll_configure() argument
2371 clk_stromer_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, const struct alpha_pll_config *config) clk_stromer_pll_configure() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstat.c189 int evlist__alloc_stats(struct perf_stat_config *config, in evlist__alloc_stats() argument
195 if (config && config->aggr_map) in evlist__alloc_stats()
196 nr_aggr = config->aggr_map->nr; in evlist__alloc_stats()
278 void evlist__copy_res_stats(struct perf_stat_config *config, struct evlist *evlist) in evlist__copy_res_stats() argument
282 if (config->aggr_mode != AGGR_GLOBAL) in evlist__copy_res_stats()
368 struct perf_stat_config *config) in evsel__count_has_error()
375 if (config->aggr_mode == AGGR_GLOBAL) in evsel__count_has_error()
386 process_counter_values(struct perf_stat_config *config, struct evsel *evsel, in process_counter_values() argument
404 perf_counts_values__scale(count, config in process_counter_values()
366 evsel__count_has_error(struct evsel *evsel, struct perf_counts_values *count, struct perf_stat_config *config) evsel__count_has_error() argument
461 process_counter_maps(struct perf_stat_config *config, struct evsel *counter) process_counter_maps() argument
479 perf_stat_process_counter(struct perf_stat_config *config, struct evsel *counter) perf_stat_process_counter() argument
574 evsel__should_merge_hybrid(const struct evsel *evsel, const struct perf_stat_config *config) evsel__should_merge_hybrid() argument
580 evsel__merge_stats(struct evsel *evsel, struct perf_stat_config *config) evsel__merge_stats() argument
591 perf_stat_merge_counters(struct perf_stat_config *config, struct evlist *evlist) perf_stat_merge_counters() argument
662 perf_stat_process_percore(struct perf_stat_config *config, struct evlist *evlist) perf_stat_process_percore() argument
745 create_perf_stat_counter(struct evsel *evsel, struct perf_stat_config *config, struct target *target, int cpu_map_idx) create_perf_stat_counter() argument
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Doh_yara_driver.py81 self.config = None
89 def __check_config__(self, config):
96 request.config.report_path, "result",
98 self.config = request.config
99 self.config.device = request.config.environment.devices[0]
107 self.config.device.set_device_report_path(request.config.report_path)
118 result = self.config
[all...]
/test/xts/acts/communication_lite/wifiservice_hal/src/
H A Dwifiservice_func_test.c243 // check device config in WifiServiceFuncTestSuiteSetUp()
244 WifiDeviceConfig config[WIFI_MAX_CONFIG_SIZE] = {0}; in WifiServiceFuncTestSuiteSetUp() local
246 error = GetDeviceConfigs(config, &size); in WifiServiceFuncTestSuiteSetUp()
248 printf("[Setup]there is device config, clear now...\n"); in WifiServiceFuncTestSuiteSetUp()
251 if (&config[i] != NULL) { in WifiServiceFuncTestSuiteSetUp()
252 RemoveDevice(config[i].netId); in WifiServiceFuncTestSuiteSetUp()
365 WifiDeviceConfig config = {0}; variable
367 int ret = strncpy_s(config.ssid, WIFI_MAX_SSID_LEN, ssid, strlen(ssid));
370 config.securityType = WIFI_SEC_TYPE_OPEN;
371 WifiErrorCode error = AddDeviceConfig(&config,
399 WifiDeviceConfig config = {0}; global() variable
459 HotspotConfig config = {0}; global() variable
502 HotspotConfig config = {0}; global() variable
[all...]
/third_party/mesa3d/src/glx/
H A Ddri_common.c143 struct glx_config *config, const __DRIconfig *driConfig) in driConfigEqual()
165 if (glxValue != config->renderType) in driConfigEqual()
177 if (config->bindToTextureTargets != GLX_DONT_CARE && in driConfigEqual()
178 glxValue != config->bindToTextureTargets) in driConfigEqual()
190 if (!scalarEqual(config, attrib, glxValue)) in driConfigEqual()
205 if (glxValue != config->visualRating) { in driConfigEqual()
206 if (config->visualRating == GLX_NONE) { in driConfigEqual()
219 if (!scalarEqual(config, attrib, value)) { in driConfigEqual()
225 config->numAuxBuffers = 0; in driConfigEqual()
230 if (!scalarEqual(config, attri in driConfigEqual()
142 driConfigEqual(const __DRIcoreExtension *core, struct glx_config *config, const __DRIconfig *driConfig) driConfigEqual() argument
250 createDriMode(const __DRIcoreExtension * core, struct glx_config *config, const __DRIconfig **driConfigs) createDriMode() argument
346 struct glx_config *config = gc->config; driFetchDrawable() local
725 char *config; global() member
751 char *config = NULL; get_driver_config() local
[all...]
/build/hb/services/
H A Dninja.py24 from resources.config import Config
34 self.config = Config()
45 '-C', self.config.out_path] + self._convert_args()
46 LogUtil.write_log(self.config.log_path,
52 self.config.root_path,
54 self.config.product,
63 self.config.log_path,
71 self.config.log_path,
74 log_mode=self.config.log_mode
97 ninja_path = os.path.join(self.config
[all...]
/kernel/linux/linux-5.10/drivers/base/regmap/
H A Dregmap-sdw.c38 static int regmap_sdw_config_check(const struct regmap_config *config) in regmap_sdw_config_check() argument
41 if (config->val_bits != 8) in regmap_sdw_config_check()
45 if (config->reg_bits != 32) in regmap_sdw_config_check()
48 if (config->pad_bits != 0) in regmap_sdw_config_check()
55 const struct regmap_config *config, in __regmap_init_sdw()
61 ret = regmap_sdw_config_check(config); in __regmap_init_sdw()
66 &sdw->dev, config, lock_key, lock_name); in __regmap_init_sdw()
71 const struct regmap_config *config, in __devm_regmap_init_sdw()
77 ret = regmap_sdw_config_check(config); in __devm_regmap_init_sdw()
82 &sdw->dev, config, lock_ke in __devm_regmap_init_sdw()
54 __regmap_init_sdw(struct sdw_slave *sdw, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) __regmap_init_sdw() argument
70 __devm_regmap_init_sdw(struct sdw_slave *sdw, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) __devm_regmap_init_sdw() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/
H A Dia_css_csc.host.c117 const struct ia_css_cc_config *config, in ia_css_cc_config_debug_dtrace()
121 "config.m[0]=%d, config.m[1]=%d, config.m[2]=%d, config.m[3]=%d, config.m[4]=%d, config.m[5]=%d, config.m[6]=%d, config.m[7]=%d, config in ia_css_cc_config_debug_dtrace()
116 ia_css_cc_config_debug_dtrace( const struct ia_css_cc_config *config, unsigned int level) ia_css_cc_config_debug_dtrace() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/
H A Dia_css_csc.host.c117 const struct ia_css_cc_config *config, in ia_css_cc_config_debug_dtrace()
121 "config.m[0]=%d, config.m[1]=%d, config.m[2]=%d, config.m[3]=%d, config.m[4]=%d, config.m[5]=%d, config.m[6]=%d, config.m[7]=%d, config in ia_css_cc_config_debug_dtrace()
116 ia_css_cc_config_debug_dtrace( const struct ia_css_cc_config *config, unsigned int level) ia_css_cc_config_debug_dtrace() argument
[all...]
/kernel/linux/linux-6.6/drivers/base/regmap/
H A Dregmap-sdw-mbq.c52 static int regmap_sdw_mbq_config_check(const struct regmap_config *config) in regmap_sdw_mbq_config_check() argument
55 if (config->val_bits != 16) in regmap_sdw_mbq_config_check()
59 if (config->reg_bits != 32) in regmap_sdw_mbq_config_check()
62 if (config->pad_bits != 0) in regmap_sdw_mbq_config_check()
69 const struct regmap_config *config, in __regmap_init_sdw_mbq()
75 ret = regmap_sdw_mbq_config_check(config); in __regmap_init_sdw_mbq()
80 &sdw->dev, config, lock_key, lock_name); in __regmap_init_sdw_mbq()
85 const struct regmap_config *config, in __devm_regmap_init_sdw_mbq()
91 ret = regmap_sdw_mbq_config_check(config); in __devm_regmap_init_sdw_mbq()
96 &sdw->dev, config, lock_ke in __devm_regmap_init_sdw_mbq()
68 __regmap_init_sdw_mbq(struct sdw_slave *sdw, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) __regmap_init_sdw_mbq() argument
84 __devm_regmap_init_sdw_mbq(struct sdw_slave *sdw, const struct regmap_config *config, struct lock_class_key *lock_key, const char *lock_name) __devm_regmap_init_sdw_mbq() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/mdio/
H A Dmdio-regmap.c53 const struct mdio_regmap_config *config) in devm_mdio_regmap_register()
59 if (!config->parent) in devm_mdio_regmap_register()
62 mii = devm_mdiobus_alloc_size(config->parent, sizeof(*mr)); in devm_mdio_regmap_register()
67 mr->regmap = config->regmap; in devm_mdio_regmap_register()
68 mr->valid_addr = config->valid_addr; in devm_mdio_regmap_register()
71 strscpy(mii->id, config->name, MII_BUS_ID_SIZE); in devm_mdio_regmap_register()
72 mii->parent = config->parent; in devm_mdio_regmap_register()
76 if (config->autoscan) in devm_mdio_regmap_register()
77 mii->phy_mask = ~BIT(config->valid_addr); in devm_mdio_regmap_register()
83 dev_err(config in devm_mdio_regmap_register()
52 devm_mdio_regmap_register(struct device *dev, const struct mdio_regmap_config *config) devm_mdio_regmap_register() argument
[all...]
/build/hb/util/
H A Dproduct_util.py24 from resources.config import Config
34 config = Config()
36 _ext_scan_path = os.path.join(config.root_path,
46 config_path = os.path.join(p_config_path, 'config.json')
53 config.root_path, info.get('product_path'))
72 'config': config_path,
86 'config': config_path,
89 if config.vendor_path != '':
90 for company in os.listdir(config.vendor_path):
91 company_path = os.path.join(config
[all...]
/kernel/linux/linux-5.10/sound/isa/galaxy/
H A Dgalaxy.c185 u32 config; member
191 static u32 config[SNDRV_CARDS]; variable
204 config[n] |= GALAXY_CONFIG_SBA_220; in snd_galaxy_match()
207 config[n] |= GALAXY_CONFIG_SBA_240; in snd_galaxy_match()
210 config[n] |= GALAXY_CONFIG_SBA_260; in snd_galaxy_match()
213 config[n] |= GALAXY_CONFIG_SBA_280; in snd_galaxy_match()
225 config[n] |= GALAXY_CONFIG_WSS_ENABLE | GALAXY_CONFIG_WSSA_530; in snd_galaxy_match()
228 config[n] |= GALAXY_CONFIG_WSS_ENABLE | GALAXY_CONFIG_WSSA_604; in snd_galaxy_match()
231 config[n] |= GALAXY_CONFIG_WSS_ENABLE | GALAXY_CONFIG_WSSA_E80; in snd_galaxy_match()
234 config[ in snd_galaxy_match()
428 galaxy_set_config(struct snd_galaxy *galaxy, u32 config) galaxy_set_config() argument
442 galaxy_config(struct snd_galaxy *galaxy, u32 config) galaxy_config() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dvirtio_config.h38 * @generation: config generation counter (optional)
40 * Returns the config generation counter
50 * Device must not be reset from its vq/config callbacks, or in
216 int err = vdev->config->find_vqs(vdev, 1, &vq, callbacks, names, NULL, in virtio_find_single_vq()
229 return vdev->config->find_vqs(vdev, nvqs, vqs, callbacks, names, NULL, desc); in virtio_find_vqs()
238 return vdev->config->find_vqs(vdev, nvqs, vqs, callbacks, names, ctx, in virtio_find_vqs_ctx()
249 if (dev->config->synchronize_cbs) { in virtio_synchronize_cbs()
250 dev->config->synchronize_cbs(dev); in virtio_synchronize_cbs()
272 unsigned status = dev->config->get_status(dev); in virtio_device_ready()
297 dev->config in virtio_device_ready()
[all...]
/kernel/linux/linux-6.6/sound/isa/galaxy/
H A Dgalaxy.c185 u32 config; member
191 static u32 config[SNDRV_CARDS]; variable
204 config[n] |= GALAXY_CONFIG_SBA_220; in snd_galaxy_match()
207 config[n] |= GALAXY_CONFIG_SBA_240; in snd_galaxy_match()
210 config[n] |= GALAXY_CONFIG_SBA_260; in snd_galaxy_match()
213 config[n] |= GALAXY_CONFIG_SBA_280; in snd_galaxy_match()
225 config[n] |= GALAXY_CONFIG_WSS_ENABLE | GALAXY_CONFIG_WSSA_530; in snd_galaxy_match()
228 config[n] |= GALAXY_CONFIG_WSS_ENABLE | GALAXY_CONFIG_WSSA_604; in snd_galaxy_match()
231 config[n] |= GALAXY_CONFIG_WSS_ENABLE | GALAXY_CONFIG_WSSA_E80; in snd_galaxy_match()
234 config[ in snd_galaxy_match()
428 galaxy_set_config(struct snd_galaxy *galaxy, u32 config) galaxy_set_config() argument
442 galaxy_config(struct snd_galaxy *galaxy, u32 config) galaxy_config() argument
[all...]
/third_party/curl/src/
H A Dtool_paramhlp.c44 struct getout *new_getout(struct OperationConfig *config) in new_getout() argument
47 struct getout *last = config->url_last; in new_getout()
55 config->url_list = node; /* first node */ in new_getout()
58 config->url_last = node; in new_getout()
60 node->flags = config->default_node_flags; in new_getout()
328 ParameterError proto2num(struct OperationConfig *config, in proto2num() argument
421 warnf(config->global, "unrecognized protocol '%s'", token); in proto2num()
560 int ftpfilemethod(struct OperationConfig *config, const char *str) in ftpfilemethod() argument
569 warnf(config->global, "unrecognized ftp file method '%s', using default", in ftpfilemethod()
575 int ftpcccmethod(struct OperationConfig *config, cons argument
588 delegation(struct OperationConfig *config, const char *str) delegation() argument
633 get_args(struct OperationConfig *config, const size_t i) get_args() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dwebp_enc.c70 // Mapping from config->method_ to coding tools used.
96 const WebPConfig* const config = enc->config_; in MapConfigToTools() local
97 const int method = config->method; in MapConfigToTools()
98 const int limit = 100 - config->partition_limit; in MapConfigToTools()
112 enc->thread_level_ = config->thread_level; in MapConfigToTools()
114 enc->do_search_ = (config->target_size > 0 || config->target_PSNR > 0); in MapConfigToTools()
115 if (!config->low_memory) { in MapConfigToTools()
144 static VP8Encoder* InitVP8Encoder(const WebPConfig* const config, in InitVP8Encoder() argument
148 (config in InitVP8Encoder()
328 WebPEncode(const WebPConfig* config, WebPPicture* pic) WebPEncode() argument
[all...]
/third_party/vk-gl-cts/scripts/
H A Drun_nightly.py24 from ctsbuild.config import *
150 def parseAsCSV (logPath, config):
151 args = [config.getBinaryPath(LOG_TO_CSV_PATH), "--mode=all", "--format=csv", logPath]
274 def runNightly (config):
275 build(config.buildConfig, config.generator)
279 logDir = os.path.join(BASE_LOGS_DIR, config.name)
283 compareLogPath = os.path.join(BASE_REFS_DIR, config.name + ".csv")
293 binaryName = config.generator.getBinaryPath(config
477 config = None global() variable
483 config = curCfg global() variable
[all...]

Completed in 18 milliseconds

1...<<11121314151617181920>>...370