Home
last modified time | relevance | path

Searched refs:params (Results 601 - 625 of 9444) sorted by relevance

1...<<21222324252627282930>>...378

/third_party/backends/include/sane/
H A Dsanei_magic.h72 * @param params describes image
81 sanei_magic_despeck (SANE_Parameters * params, SANE_Byte * buffer,
86 * @param params describes image
101 sanei_magic_findSkew(SANE_Parameters * params, SANE_Byte * buffer,
106 * @param params describes image
119 sanei_magic_rotate (SANE_Parameters * params, SANE_Byte * buffer,
124 * @param params describes image
139 sanei_magic_findEdges(SANE_Parameters * params, SANE_Byte * buffer,
144 * @param params describes image
157 sanei_magic_crop(SANE_Parameters * params, SANE_Byt
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmain_winmain.c27 struct wpa_params params; in WinMain() local
33 os_memset(&params, 0, sizeof(params)); in WinMain()
34 params.wpa_debug_level = MSG_MSGDUMP; in WinMain()
35 params.wpa_debug_file_path = "\\Temp\\wpa_supplicant-log.txt"; in WinMain()
36 params.wpa_debug_show_keys = 1; in WinMain()
48 global = wpa_supplicant_init(&params); in WinMain()
58 if (iface_count == 1 && (params.ctrl_interface || in WinMain()
59 params.dbus_ctrl_interface)) in WinMain()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmain_winmain.c27 struct wpa_params params; in WinMain() local
33 os_memset(&params, 0, sizeof(params)); in WinMain()
34 params.wpa_debug_level = MSG_MSGDUMP; in WinMain()
35 params.wpa_debug_file_path = "\\Temp\\wpa_supplicant-log.txt"; in WinMain()
36 params.wpa_debug_show_keys = 1; in WinMain()
48 global = wpa_supplicant_init(&params); in WinMain()
58 if (iface_count == 1 && (params.ctrl_interface || in WinMain()
59 params.dbus_ctrl_interface)) in WinMain()
/kernel/linux/linux-5.10/drivers/dma/
H A Ddmatest.c128 * @params: test parameters
137 struct dmatest_params params; member
281 struct dmatest_params *params = &info->params; in dmatest_wait_get() local
283 if (params->iterations) in dmatest_wait_get()
296 static bool dmatest_match_channel(struct dmatest_params *params, in dmatest_match_channel() argument
299 if (params->channel[0] == '\0') in dmatest_match_channel()
301 return strcmp(dma_chan_name(chan), params->channel) == 0; in dmatest_match_channel()
304 static bool dmatest_match_device(struct dmatest_params *params, in dmatest_match_device() argument
307 if (params in dmatest_match_device()
573 struct dmatest_params *params; dmatest_func() local
956 struct dmatest_params *params = &info->params; dmatest_add_threads() local
1072 struct dmatest_params *params = &info->params; request_channels() local
1091 struct dmatest_params *params = &info->params; add_threaded_test() local
1325 struct dmatest_params *params = &info->params; dmatest_init() local
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Ddmatest.c127 * @params: test parameters
136 struct dmatest_params params; member
280 struct dmatest_params *params = &info->params; in dmatest_wait_get() local
282 if (params->iterations) in dmatest_wait_get()
295 static bool dmatest_match_channel(struct dmatest_params *params, in dmatest_match_channel() argument
298 if (params->channel[0] == '\0') in dmatest_match_channel()
300 return strcmp(dma_chan_name(chan), params->channel) == 0; in dmatest_match_channel()
303 static bool dmatest_match_device(struct dmatest_params *params, in dmatest_match_device() argument
306 if (params in dmatest_match_device()
572 struct dmatest_params *params; dmatest_func() local
958 struct dmatest_params *params = &info->params; dmatest_add_threads() local
1074 struct dmatest_params *params = &info->params; request_channels() local
1093 struct dmatest_params *params = &info->params; add_threaded_test() local
1327 struct dmatest_params *params = &info->params; dmatest_init() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_drv_ops.c290 struct wpa_bss_params params; in hostapd_set_drv_ieee8021x() local
291 os_memset(&params, 0, sizeof(params)); in hostapd_set_drv_ieee8021x()
292 params.ifname = ifname; in hostapd_set_drv_ieee8021x()
293 params.enabled = enabled; in hostapd_set_drv_ieee8021x()
295 params.wpa = hapd->conf->wpa; in hostapd_set_drv_ieee8021x()
296 params.ieee802_1x = hapd->conf->ieee802_1x; in hostapd_set_drv_ieee8021x()
297 params.wpa_group = hapd->conf->wpa_group; in hostapd_set_drv_ieee8021x()
300 params.wpa_pairwise = hapd->conf->wpa_pairwise | in hostapd_set_drv_ieee8021x()
303 params in hostapd_set_drv_ieee8021x()
359 struct wpa_driver_sta_auth_params params; hostapd_sta_auth() local
421 struct hostapd_sta_add_params params; hostapd_sta_add() local
515 hostapd_set_ieee8021x(struct hostapd_data *hapd, struct wpa_bss_params *params) hostapd_set_ieee8021x() argument
648 hostapd_driver_scan(struct hostapd_data *hapd, struct wpa_driver_scan_params *params) hostapd_driver_scan() argument
880 struct drv_acs_params params; hostapd_drv_do_acs() local
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_ldm.c31 * settings in params. */
32 static void ZSTD_ldm_gear_init(ldmRollingHashState_t* state, ldmParams_t const* params) in ZSTD_ldm_gear_init() argument
34 unsigned maxBitsInMask = MIN(params->minMatchLength, 64); in ZSTD_ldm_gear_init()
35 unsigned hashRateLog = params->hashRateLog; in ZSTD_ldm_gear_init()
135 void ZSTD_ldm_adjustParameters(ldmParams_t* params, in ZSTD_ldm_adjustParameters() argument
138 params->windowLog = cParams->windowLog; in ZSTD_ldm_adjustParameters()
141 if (!params->bucketSizeLog) params->bucketSizeLog = LDM_BUCKET_SIZE_LOG; in ZSTD_ldm_adjustParameters()
142 if (!params->minMatchLength) params in ZSTD_ldm_adjustParameters()
155 ZSTD_ldm_getTableSize(ldmParams_t params) ZSTD_ldm_getTableSize() argument
165 ZSTD_ldm_getMaxNbSeq(ldmParams_t params, size_t maxChunkSize) ZSTD_ldm_getMaxNbSeq() argument
267 ZSTD_ldm_fillHashTable( ldmState_t* ldmState, const BYTE* ip, const BYTE* iend, ldmParams_t const* params) ZSTD_ldm_fillHashTable() argument
321 ZSTD_ldm_generateSequences_internal( ldmState_t* ldmState, rawSeqStore_t* rawSeqStore, ldmParams_t const* params, void const* src, size_t srcSize) ZSTD_ldm_generateSequences_internal() argument
505 ZSTD_ldm_generateSequences( ldmState_t* ldmState, rawSeqStore_t* sequences, ldmParams_t const* params, void const* src, size_t srcSize) ZSTD_ldm_generateSequences() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_rdma.c170 /* Allocate a struct with device params and fill it */ in qed_rdma_alloc()
175 /* Allocate a struct with port params and fill it */ in qed_rdma_alloc()
426 struct qed_rdma_start_in_params *params) in qed_rdma_init_events()
432 events->unaffiliated_event = params->events->unaffiliated_event; in qed_rdma_init_events()
433 events->affiliated_event = params->events->affiliated_event; in qed_rdma_init_events()
434 events->context = params->events->context; in qed_rdma_init_events()
438 struct qed_rdma_start_in_params *params) in qed_rdma_init_devinfo()
499 if (params->cq_mode == QED_RDMA_CQ_MODE_32_BITS) in qed_rdma_init_devinfo()
578 struct qed_rdma_start_in_params *params, in qed_rdma_start_fw()
594 p_hwfn->p_rdma_info->num_cnqs = params in qed_rdma_start_fw()
425 qed_rdma_init_events(struct qed_hwfn *p_hwfn, struct qed_rdma_start_in_params *params) qed_rdma_init_events() argument
437 qed_rdma_init_devinfo(struct qed_hwfn *p_hwfn, struct qed_rdma_start_in_params *params) qed_rdma_init_devinfo() argument
577 qed_rdma_start_fw(struct qed_hwfn *p_hwfn, struct qed_rdma_start_in_params *params, struct qed_ptt *p_ptt) qed_rdma_start_fw() argument
687 qed_rdma_setup(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, struct qed_rdma_start_in_params *params) qed_rdma_setup() argument
1052 qed_rdma_create_cq(void *rdma_cxt, struct qed_rdma_create_cq_in_params *params, u16 *icid) qed_rdma_create_cq() argument
1372 qed_rdma_modify_qp(void *rdma_cxt, struct qed_rdma_qp *qp, struct qed_rdma_modify_qp_in_params *params) qed_rdma_modify_qp() argument
1489 qed_rdma_register_tid(void *rdma_cxt, struct qed_rdma_register_tid_in_params *params) qed_rdma_register_tid() argument
1914 qed_rdma_start(void *rdma_cxt, struct qed_rdma_start_in_params *params) qed_rdma_start() argument
1950 qed_rdma_init(struct qed_dev *cdev, struct qed_rdma_start_in_params *params) qed_rdma_init() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_rdma.c170 /* Allocate a struct with device params and fill it */ in qed_rdma_alloc()
175 /* Allocate a struct with port params and fill it */ in qed_rdma_alloc()
397 struct qed_rdma_start_in_params *params) in qed_rdma_init_events()
403 events->unaffiliated_event = params->events->unaffiliated_event; in qed_rdma_init_events()
404 events->affiliated_event = params->events->affiliated_event; in qed_rdma_init_events()
405 events->context = params->events->context; in qed_rdma_init_events()
409 struct qed_rdma_start_in_params *params) in qed_rdma_init_devinfo()
472 if (params->cq_mode == QED_RDMA_CQ_MODE_32_BITS) in qed_rdma_init_devinfo()
551 struct qed_rdma_start_in_params *params, in qed_rdma_start_fw()
567 p_hwfn->p_rdma_info->num_cnqs = params in qed_rdma_start_fw()
396 qed_rdma_init_events(struct qed_hwfn *p_hwfn, struct qed_rdma_start_in_params *params) qed_rdma_init_events() argument
408 qed_rdma_init_devinfo(struct qed_hwfn *p_hwfn, struct qed_rdma_start_in_params *params) qed_rdma_init_devinfo() argument
550 qed_rdma_start_fw(struct qed_hwfn *p_hwfn, struct qed_rdma_start_in_params *params, struct qed_ptt *p_ptt) qed_rdma_start_fw() argument
660 qed_rdma_setup(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, struct qed_rdma_start_in_params *params) qed_rdma_setup() argument
1025 qed_rdma_create_cq(void *rdma_cxt, struct qed_rdma_create_cq_in_params *params, u16 *icid) qed_rdma_create_cq() argument
1345 qed_rdma_modify_qp(void *rdma_cxt, struct qed_rdma_qp *qp, struct qed_rdma_modify_qp_in_params *params) qed_rdma_modify_qp() argument
1462 qed_rdma_register_tid(void *rdma_cxt, struct qed_rdma_register_tid_in_params *params) qed_rdma_register_tid() argument
1886 qed_rdma_start(void *rdma_cxt, struct qed_rdma_start_in_params *params) qed_rdma_start() argument
1922 qed_rdma_init(struct qed_dev *cdev, struct qed_rdma_start_in_params *params) qed_rdma_init() argument
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dencode.c66 BrotliEncoderParams params; member
132 return (size_t)1 << s->params.lgblock; in InputBlockSize()
153 state->params.mode = (BrotliEncoderMode)value; in BrotliEncoderSetParameter()
157 state->params.quality = (int)value; in BrotliEncoderSetParameter()
161 state->params.lgwin = (int)value; in BrotliEncoderSetParameter()
165 state->params.lgblock = (int)value; in BrotliEncoderSetParameter()
170 state->params.disable_literal_context_modeling = TO_BROTLI_BOOL(!!value); in BrotliEncoderSetParameter()
174 state->params.size_hint = value; in BrotliEncoderSetParameter()
178 state->params.large_window = TO_BROTLI_BOOL(!!value); in BrotliEncoderSetParameter()
182 state->params in BrotliEncoderSetParameter()
541 ChooseContextMode(const BrotliEncoderParams* params, const uint8_t* data, const size_t pos, const size_t mask, const size_t length) ChooseContextMode() argument
553 WriteMetaBlockInternal(MemoryManager* m, const uint8_t* data, const size_t mask, const uint64_t last_flush_pos, const size_t bytes, const BROTLI_BOOL is_last, ContextType literal_context_mode, const BrotliEncoderParams* params, const uint8_t prev_byte, const uint8_t prev_byte2, const size_t num_literals, const size_t num_commands, Command* commands, const int* saved_dist_cache, int* dist_cache, size_t* storage_ix, uint8_t* storage) WriteMetaBlockInternal() argument
662 ChooseDistanceParams(BrotliEncoderParams* params) ChooseDistanceParams() argument
739 BrotliEncoderInitParams(BrotliEncoderParams* params) BrotliEncoderInitParams() argument
1222 BrotliEncoderParams params; BrotliCompressBufferQuality10() local
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dencode.c66 BrotliEncoderParams params; member
132 return (size_t)1 << s->params.lgblock; in InputBlockSize()
153 state->params.mode = (BrotliEncoderMode)value; in BrotliEncoderSetParameter()
157 state->params.quality = (int)value; in BrotliEncoderSetParameter()
161 state->params.lgwin = (int)value; in BrotliEncoderSetParameter()
165 state->params.lgblock = (int)value; in BrotliEncoderSetParameter()
170 state->params.disable_literal_context_modeling = TO_BROTLI_BOOL(!!value); in BrotliEncoderSetParameter()
174 state->params.size_hint = value; in BrotliEncoderSetParameter()
178 state->params.large_window = TO_BROTLI_BOOL(!!value); in BrotliEncoderSetParameter()
182 state->params in BrotliEncoderSetParameter()
541 ChooseContextMode(const BrotliEncoderParams* params, const uint8_t* data, const size_t pos, const size_t mask, const size_t length) ChooseContextMode() argument
553 WriteMetaBlockInternal(MemoryManager* m, const uint8_t* data, const size_t mask, const uint64_t last_flush_pos, const size_t bytes, const BROTLI_BOOL is_last, ContextType literal_context_mode, const BrotliEncoderParams* params, const uint8_t prev_byte, const uint8_t prev_byte2, const size_t num_literals, const size_t num_commands, Command* commands, const int* saved_dist_cache, int* dist_cache, size_t* storage_ix, uint8_t* storage) WriteMetaBlockInternal() argument
662 ChooseDistanceParams(BrotliEncoderParams* params) ChooseDistanceParams() argument
739 BrotliEncoderInitParams(BrotliEncoderParams* params) BrotliEncoderInitParams() argument
1222 BrotliEncoderParams params; BrotliCompressBufferQuality10() local
[all...]
/kernel/linux/linux-5.10/sound/core/
H A Dpcm_native.c267 struct snd_pcm_hw_params *params) in constrain_mask_params()
277 m = hw_param_mask(params, k); in constrain_mask_params()
282 if (!(params->rmask & PARAM_MASK_BIT(k))) in constrain_mask_params()
296 params->cmask |= PARAM_MASK_BIT(k); in constrain_mask_params()
303 struct snd_pcm_hw_params *params) in constrain_interval_params()
313 i = hw_param_interval(params, k); in constrain_interval_params()
318 if (!(params->rmask & PARAM_MASK_BIT(k))) in constrain_interval_params()
332 params->cmask |= PARAM_MASK_BIT(k); in constrain_interval_params()
339 struct snd_pcm_hw_params *params) in constrain_params_by_rules()
374 vstamps[k] = (params in constrain_params_by_rules()
266 constrain_mask_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) constrain_mask_params() argument
302 constrain_interval_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) constrain_interval_params() argument
338 constrain_params_by_rules(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) constrain_params_by_rules() argument
459 fixup_unreferenced_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) fixup_unreferenced_params() argument
504 snd_pcm_hw_refine(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) snd_pcm_hw_refine() argument
539 struct snd_pcm_hw_params *params; snd_pcm_hw_refine_user() local
618 snd_pcm_hw_params_choose(struct snd_pcm_substream *pcm, struct snd_pcm_hw_params *params) snd_pcm_hw_params_choose() argument
694 snd_pcm_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) snd_pcm_hw_params() argument
831 struct snd_pcm_hw_params *params; snd_pcm_hw_params_user() local
894 snd_pcm_sw_params(struct snd_pcm_substream *substream, struct snd_pcm_sw_params *params) snd_pcm_sw_params() argument
952 struct snd_pcm_sw_params params; snd_pcm_sw_params_user() local
2347 snd_pcm_hw_rule_mul(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_mul() argument
2356 snd_pcm_hw_rule_div(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_div() argument
2365 snd_pcm_hw_rule_muldivk(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_muldivk() argument
2375 snd_pcm_hw_rule_mulkdiv(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_mulkdiv() argument
2385 snd_pcm_hw_rule_format(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_format() argument
2407 snd_pcm_hw_rule_sample_bits(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_sample_bits() argument
2447 snd_pcm_hw_rule_rate(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_rate() argument
2456 snd_pcm_hw_rule_buffer_bytes_max(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_buffer_bytes_max() argument
3945 snd_pcm_hw_convert_from_old_params(struct snd_pcm_hw_params *params, struct snd_pcm_hw_params_old *oparams) snd_pcm_hw_convert_from_old_params() argument
3964 snd_pcm_hw_convert_to_old_params(struct snd_pcm_hw_params_old *oparams, struct snd_pcm_hw_params *params) snd_pcm_hw_convert_to_old_params() argument
3986 struct snd_pcm_hw_params *params; snd_pcm_hw_refine_old_user() local
4021 struct snd_pcm_hw_params *params; snd_pcm_hw_params_old_user() local
[all...]
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_native.c285 struct snd_pcm_hw_params *params) in constrain_mask_params()
295 m = hw_param_mask(params, k); in constrain_mask_params()
300 if (!(params->rmask & PARAM_MASK_BIT(k))) in constrain_mask_params()
314 params->cmask |= PARAM_MASK_BIT(k); in constrain_mask_params()
321 struct snd_pcm_hw_params *params) in constrain_interval_params()
331 i = hw_param_interval(params, k); in constrain_interval_params()
336 if (!(params->rmask & PARAM_MASK_BIT(k))) in constrain_interval_params()
350 params->cmask |= PARAM_MASK_BIT(k); in constrain_interval_params()
357 struct snd_pcm_hw_params *params) in constrain_params_by_rules()
392 vstamps[k] = (params in constrain_params_by_rules()
284 constrain_mask_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) constrain_mask_params() argument
320 constrain_interval_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) constrain_interval_params() argument
356 constrain_params_by_rules(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) constrain_params_by_rules() argument
477 fixup_unreferenced_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) fixup_unreferenced_params() argument
522 snd_pcm_hw_refine(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) snd_pcm_hw_refine() argument
557 struct snd_pcm_hw_params *params; snd_pcm_hw_refine_user() local
636 snd_pcm_hw_params_choose(struct snd_pcm_substream *pcm, struct snd_pcm_hw_params *params) snd_pcm_hw_params_choose() argument
712 snd_pcm_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) snd_pcm_hw_params() argument
850 struct snd_pcm_hw_params *params; snd_pcm_hw_params_user() local
913 snd_pcm_sw_params(struct snd_pcm_substream *substream, struct snd_pcm_sw_params *params) snd_pcm_sw_params() argument
971 struct snd_pcm_sw_params params; snd_pcm_sw_params_user() local
2364 snd_pcm_hw_rule_mul(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_mul() argument
2373 snd_pcm_hw_rule_div(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_div() argument
2382 snd_pcm_hw_rule_muldivk(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_muldivk() argument
2392 snd_pcm_hw_rule_mulkdiv(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_mulkdiv() argument
2402 snd_pcm_hw_rule_format(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_format() argument
2424 snd_pcm_hw_rule_sample_bits(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_sample_bits() argument
2464 snd_pcm_hw_rule_rate(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_rate() argument
2473 snd_pcm_hw_rule_buffer_bytes_max(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule *rule) snd_pcm_hw_rule_buffer_bytes_max() argument
3987 snd_pcm_hw_convert_from_old_params(struct snd_pcm_hw_params *params, struct snd_pcm_hw_params_old *oparams) snd_pcm_hw_convert_from_old_params() argument
4006 snd_pcm_hw_convert_to_old_params(struct snd_pcm_hw_params_old *oparams, struct snd_pcm_hw_params *params) snd_pcm_hw_convert_to_old_params() argument
4028 struct snd_pcm_hw_params *params; snd_pcm_hw_refine_old_user() local
4063 struct snd_pcm_hw_params *params; snd_pcm_hw_params_old_user() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp179 UpdateContentPositionParams params = { in Layout() local
188 UpdateContentPosition(params, content); in Layout()
209 void TextInputLayoutAlgorithm::UpdateContentPosition(const UpdateContentPositionParams &params, in UpdateContentPosition() argument
213 params.offsetBase + Alignment::GetAlignPosition(params.size, params.contentSize, params.align); in UpdateContentPosition()
214 auto offsetBaseX = params.offsetBase.GetX(); in UpdateContentPosition()
215 if (params.isRTL) { in UpdateContentPosition()
216 if (params in UpdateContentPosition()
226 UpdateTextRect(const UpdateTextRectParams& params) UpdateTextRect() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Du_uac1_legacy.c39 static int _snd_pcm_hw_param_set(struct snd_pcm_hw_params *params, in _snd_pcm_hw_param_set() argument
45 struct snd_mask *m = hw_param_mask(params, var); in _snd_pcm_hw_param_set()
55 hw_param_mask(params, var), val); in _snd_pcm_hw_param_set()
58 struct snd_interval *i = hw_param_interval(params, var); in _snd_pcm_hw_param_set()
82 params->cmask |= 1 << var; in _snd_pcm_hw_param_set()
83 params->rmask |= 1 << var; in _snd_pcm_hw_param_set()
90 * Set default hardware params
95 struct snd_pcm_hw_params *params; in playback_default_hw_params() local
109 params = kzalloc(sizeof(*params), GFP_KERNE in playback_default_hw_params()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Du_uac1_legacy.c39 static int _snd_pcm_hw_param_set(struct snd_pcm_hw_params *params, in _snd_pcm_hw_param_set() argument
45 struct snd_mask *m = hw_param_mask(params, var); in _snd_pcm_hw_param_set()
55 hw_param_mask(params, var), val); in _snd_pcm_hw_param_set()
58 struct snd_interval *i = hw_param_interval(params, var); in _snd_pcm_hw_param_set()
82 params->cmask |= 1 << var; in _snd_pcm_hw_param_set()
83 params->rmask |= 1 << var; in _snd_pcm_hw_param_set()
90 * Set default hardware params
95 struct snd_pcm_hw_params *params; in playback_default_hw_params() local
109 params = kzalloc(sizeof(*params), GFP_KERNE in playback_default_hw_params()
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dcfg.c27 struct vif_params *params) in ieee80211_set_mu_mimo_follow()
32 if (params->vht_mumimo_groups) { in ieee80211_set_mu_mimo_follow()
38 params->vht_mumimo_groups, WLAN_MEMBERSHIP_LEN); in ieee80211_set_mu_mimo_follow()
40 params->vht_mumimo_groups + WLAN_MEMBERSHIP_LEN, in ieee80211_set_mu_mimo_follow()
44 memcpy(&membership, params->vht_mumimo_groups, in ieee80211_set_mu_mimo_follow()
49 if (params->vht_mumimo_follow_addr) { in ieee80211_set_mu_mimo_follow()
51 is_valid_ether_addr(params->vht_mumimo_follow_addr); in ieee80211_set_mu_mimo_follow()
53 params->vht_mumimo_follow_addr); in ieee80211_set_mu_mimo_follow()
60 struct vif_params *params) in ieee80211_set_mon_options()
66 if (params in ieee80211_set_mon_options()
26 ieee80211_set_mu_mimo_follow(struct ieee80211_sub_if_data *sdata, struct vif_params *params) ieee80211_set_mu_mimo_follow() argument
59 ieee80211_set_mon_options(struct ieee80211_sub_if_data *sdata, struct vif_params *params) ieee80211_set_mon_options() argument
114 ieee80211_add_iface(struct wiphy *wiphy, const char *name, unsigned char name_assign_type, enum nl80211_iftype type, struct vif_params *params) ieee80211_add_iface() argument
149 ieee80211_change_iface(struct wiphy *wiphy, struct net_device *dev, enum nl80211_iftype type, struct vif_params *params) ieee80211_change_iface() argument
403 ieee80211_add_key(struct wiphy *wiphy, struct net_device *dev, u8 key_idx, bool pairwise, const u8 *mac_addr, struct key_params *params) ieee80211_add_key() argument
563 ieee80211_get_key(struct wiphy *wiphy, struct net_device *dev, u8 key_idx, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback)(void *cookie, struct key_params *params)) ieee80211_get_key() argument
572 struct key_params params; ieee80211_get_key() local
863 ieee80211_set_fils_discovery(struct ieee80211_sub_if_data *sdata, struct cfg80211_fils_discovery *params) ieee80211_set_fils_discovery() argument
891 ieee80211_set_unsol_bcast_probe_resp(struct ieee80211_sub_if_data *sdata, struct cfg80211_unsol_bcast_probe_resp *params) ieee80211_set_unsol_bcast_probe_resp() argument
958 ieee80211_assign_beacon(struct ieee80211_sub_if_data *sdata, struct cfg80211_beacon_data *params, const struct ieee80211_csa_settings *csa) ieee80211_assign_beacon() argument
1057 ieee80211_start_ap(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_ap_settings *params) ieee80211_start_ap() argument
1230 ieee80211_change_beacon(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_beacon_data *params) ieee80211_change_beacon() argument
1406 sta_apply_mesh_params(struct ieee80211_local *local, struct sta_info *sta, struct station_parameters *params) sta_apply_mesh_params() argument
1471 sta_apply_parameters(struct ieee80211_local *local, struct sta_info *sta, struct station_parameters *params) sta_apply_parameters() argument
1671 ieee80211_add_station(struct wiphy *wiphy, struct net_device *dev, const u8 *mac, struct station_parameters *params) ieee80211_add_station() argument
1733 ieee80211_del_station(struct wiphy *wiphy, struct net_device *dev, struct station_del_parameters *params) ieee80211_del_station() argument
1747 ieee80211_change_station(struct wiphy *wiphy, struct net_device *dev, const u8 *mac, struct station_parameters *params) ieee80211_change_station() argument
2296 ieee80211_change_bss(struct wiphy *wiphy, struct net_device *dev, struct bss_parameters *params) ieee80211_change_bss() argument
2381 ieee80211_set_txq_params(struct wiphy *wiphy, struct net_device *dev, struct ieee80211_txq_params *params) ieee80211_set_txq_params() argument
2536 ieee80211_join_ibss(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_ibss_params *params) ieee80211_join_ibss() argument
3272 ieee80211_set_csa_beacon(struct ieee80211_sub_if_data *sdata, struct cfg80211_csa_settings *params, u32 *changed) ieee80211_set_csa_beacon() argument
3403 __ieee80211_channel_switch(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_csa_settings *params) __ieee80211_channel_switch() argument
3500 ieee80211_channel_switch(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_csa_settings *params) ieee80211_channel_switch() argument
[all...]
/third_party/ffmpeg/libavfilter/tests/
H A Ddnn-layer-avgpool.c51 AvgPoolParams params; in test_with_same() local
82 params.strides = 1; in test_with_same()
83 params.kernel_size = 2; in test_with_same()
84 params.padding_method = SAME; in test_with_same()
94 ff_dnn_execute_layer_avg_pool(operands, input_indexes, 1, &params, NULL); in test_with_same()
134 AvgPoolParams params; in test_with_valid() local
162 params.strides = 1; in test_with_valid()
163 params.kernel_size = 2; in test_with_valid()
164 params.padding_method = VALID; in test_with_valid()
174 ff_dnn_execute_layer_avg_pool(operands, input_indexes, 1, &params, NUL in test_with_valid()
[all...]
/third_party/ffmpeg/tests/dnn/
H A Ddnn-layer-avgpool-test.c51 AvgPoolParams params; in test_with_same() local
82 params.strides = 1; in test_with_same()
83 params.kernel_size = 2; in test_with_same()
84 params.padding_method = SAME; in test_with_same()
94 ff_dnn_execute_layer_avg_pool(operands, input_indexes, 1, &params, NULL); in test_with_same()
134 AvgPoolParams params; in test_with_valid() local
162 params.strides = 1; in test_with_valid()
163 params.kernel_size = 2; in test_with_valid()
164 params.padding_method = VALID; in test_with_valid()
174 ff_dnn_execute_layer_avg_pool(operands, input_indexes, 1, &params, NUL in test_with_valid()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp333 void checkRequirements (Context& context, TestParams params) in checkRequirements() argument
344 if ((limits.framebufferColorSampleCounts & params.numColorSamples) == 0u) in checkRequirements()
347 if ((isIntFormat(params.colorFormat) || isUintFormat(params.colorFormat))) in checkRequirements()
349 if ((limits.sampledImageIntegerSampleCounts & params.numColorSamples) == 0u) in checkRequirements()
354 if ((limits.sampledImageColorSampleCounts & params.numColorSamples) == 0u) in checkRequirements()
359 const bool requireFragmentStores = (params.sampleSource == SAMPLE_SOURCE_SUBPASS_INPUT); in checkRequirements()
367 checkPipelineConstructionRequirements(vki, physicalDevice, params.pipelineConstructionType); in checkRequirements()
391 void initPrograms (SourceCollections& programCollection, const TestParams params) in initPrograms() argument
399 switch (params in initPrograms()
616 drawAndSampleInputAttachment(Context& context, const TestParams& params, WorkingData& wd) drawAndSampleInputAttachment() argument
933 draw(Context& context, const TestParams& params, WorkingData& wd) draw() argument
1141 dispatchSampleImage(Context& context, const TestParams& params, WorkingData& wd, const std::string& shaderName) dispatchSampleImage() argument
1215 getSingleSampledAccess(const void* const imageData, const TestParams& params, const deUint32 sampleNdx, const deUint32 layerNdx) getSingleSampledAccess() argument
1231 test(Context& context, const TestParams params) test() argument
1374 TestParams params; createShaderFragmentMaskTestsInGroup() local
[all...]
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra210_mbdrc.c307 struct tegra_soc_bytes *params = (void *)kcontrol->private_value; in tegra210_mbdrc_band_params_get() local
311 u32 regs = params->soc.base; in tegra210_mbdrc_band_params_get()
312 u32 mask = params->soc.mask; in tegra210_mbdrc_band_params_get()
313 u32 shift = params->shift; in tegra210_mbdrc_band_params_get()
316 for (i = 0; i < params->soc.num_regs; i++, regs += cmpnt->val_bytes) { in tegra210_mbdrc_band_params_get()
328 struct tegra_soc_bytes *params = (void *)kcontrol->private_value; in tegra210_mbdrc_band_params_put() local
332 u32 regs = params->soc.base; in tegra210_mbdrc_band_params_put()
333 u32 mask = params->soc.mask; in tegra210_mbdrc_band_params_put()
334 u32 shift = params->shift; in tegra210_mbdrc_band_params_put()
338 for (i = 0; i < params in tegra210_mbdrc_band_params_put()
353 struct tegra_soc_bytes *params = (void *)kcontrol->private_value; tegra210_mbdrc_threshold_get() local
381 struct tegra_soc_bytes *params = (void *)kcontrol->private_value; tegra210_mbdrc_threshold_put() local
414 struct tegra_soc_bytes *params = (void *)kcontrol->private_value; tegra210_mbdrc_biquad_coeffs_get() local
426 struct tegra_soc_bytes *params = (void *)kcontrol->private_value; tegra210_mbdrc_biquad_coeffs_put() local
442 struct soc_bytes *params = (void *)kcontrol->private_value; tegra210_mbdrc_param_info() local
784 const struct tegra210_mbdrc_band_params *params = tegra210_mbdrc_hw_params() local
847 const struct tegra210_mbdrc_band_params *params = tegra210_mbdrc_component_init() local
[all...]
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_operation.cpp145 PlayerParams params; in PlayVideo() local
147 params.surface = rsSurfaceNode_ ? rsSurfaceNode_->GetSurface() : nullptr; in PlayVideo()
149 params.resPath = path; in PlayVideo()
154 params.callback = &callback_; in PlayVideo()
155 params.screenId = currentScreenId_; in PlayVideo()
156 params.soundEnabled = isSoundEnabled_; in PlayVideo()
157 videoPlayer_ = std::make_shared<BootVideoPlayer>(params); in PlayVideo()
170 PlayerParams params; in PlayPicture() local
171 params.screenId = currentScreenId_; in PlayPicture()
172 params in PlayPicture()
181 PlayerParams params; PlaySound() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5.c86 size_t ivlen, const OSSL_PARAM params[]) in rc4_hmac_md5_einit()
90 return rc4_hmac_md5_set_ctx_params(ctx, params); in rc4_hmac_md5_einit()
95 size_t ivlen, const OSSL_PARAM params[]) in rc4_hmac_md5_dinit()
99 return rc4_hmac_md5_set_ctx_params(ctx, params); in rc4_hmac_md5_dinit()
114 static int rc4_hmac_md5_get_ctx_params(void *vctx, OSSL_PARAM params[]) in rc4_hmac_md5_get_ctx_params() argument
119 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_KEYLEN); in rc4_hmac_md5_get_ctx_params()
125 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IVLEN); in rc4_hmac_md5_get_ctx_params()
130 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD_PAD); in rc4_hmac_md5_get_ctx_params()
150 static int rc4_hmac_md5_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in rc4_hmac_md5_set_ctx_params() argument
156 if (params in rc4_hmac_md5_set_ctx_params()
84 rc4_hmac_md5_einit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) rc4_hmac_md5_einit() argument
93 rc4_hmac_md5_dinit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) rc4_hmac_md5_dinit() argument
215 rc4_hmac_md5_get_params(OSSL_PARAM params[]) rc4_hmac_md5_get_params() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DVulkanBarriersPerf.cpp54 std::ostream &operator<<(std::ostream &os, const VulkanBarriersPerfParams &params) in operator <<() argument
56 os << params.backendAndStory().substr(1); in operator <<()
187 const auto &params = GetParam(); in createTexture() local
193 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, params.kImageSizes[sizeIndex], in createTexture()
194 params.kImageSizes[sizeIndex], 0, GL_RGBA, GL_UNSIGNED_BYTE, nullptr); in createTexture()
203 const auto &params = GetParam(); in createUniformBuffer() local
206 glBufferData(GL_UNIFORM_BUFFER, params.kBufferSize, nullptr, GL_DYNAMIC_COPY); in createUniformBuffer()
208 glBufferData(GL_UNIFORM_BUFFER, params.kBufferSize, nullptr, GL_DYNAMIC_COPY); in createUniformBuffer()
225 const auto &params = GetParam(); in createResources() local
227 mProgram.makeRaster(kVS, params in createResources()
285 const auto &params = GetParam(); drawBenchmark() local
[all...]
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5.c76 size_t ivlen, const OSSL_PARAM params[]) in rc4_hmac_md5_einit()
80 return rc4_hmac_md5_set_ctx_params(ctx, params); in rc4_hmac_md5_einit()
85 size_t ivlen, const OSSL_PARAM params[]) in rc4_hmac_md5_dinit()
89 return rc4_hmac_md5_set_ctx_params(ctx, params); in rc4_hmac_md5_dinit()
104 static int rc4_hmac_md5_get_ctx_params(void *vctx, OSSL_PARAM params[]) in rc4_hmac_md5_get_ctx_params() argument
109 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_KEYLEN); in rc4_hmac_md5_get_ctx_params()
115 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IVLEN); in rc4_hmac_md5_get_ctx_params()
120 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD_PAD); in rc4_hmac_md5_get_ctx_params()
140 static int rc4_hmac_md5_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in rc4_hmac_md5_set_ctx_params() argument
146 if (params in rc4_hmac_md5_set_ctx_params()
74 rc4_hmac_md5_einit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) rc4_hmac_md5_einit() argument
83 rc4_hmac_md5_dinit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) rc4_hmac_md5_dinit() argument
205 rc4_hmac_md5_get_params(OSSL_PARAM params[]) rc4_hmac_md5_get_params() argument
[all...]

Completed in 25 milliseconds

1...<<21222324252627282930>>...378