Searched refs:params (Results 1 - 25 of 476) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_fuchsia.cpp31 } params = {callback, argument}; local
35 auto params = reinterpret_cast<Params *>(data);
36 params->callback(SuspendedThreadsListFuchsia(), params->argument);
38 &params);
/openbsd-current/usr.bin/ssh/
H A Dxmss_wots.c33 wots_set_params(wots_params *params, int n, int w) argument
35 params->n = n;
36 params->w = w;
37 params->log_w = wots_log2(params->w);
38 params->len_1 = (CHAR_BIT * n) / params->log_w;
39 params->len_2 = (wots_log2(params->len_1 * (w - 1)) / params
49 expand_seed(unsigned char *outseeds, const unsigned char *inseed, const wots_params *params) argument
66 gen_chain(unsigned char *out, const unsigned char *in, unsigned int start, unsigned int steps, const wots_params *params, const unsigned char *pub_seed, uint32_t addr[8]) argument
83 base_w(int *output, const int out_len, const unsigned char *input, const wots_params *params) argument
103 wots_pkgen(unsigned char *pk, const unsigned char *sk, const wots_params *params, const unsigned char *pub_seed, uint32_t addr[8]) argument
114 wots_sign(unsigned char *sig, const unsigned char *msg, const unsigned char *sk, const wots_params *params, const unsigned char *pub_seed, uint32_t addr[8]) argument
153 wots_pkFromSig(unsigned char *pk, const unsigned char *sig, const unsigned char *msg, const wots_params *params, const unsigned char *pub_seed, uint32_t addr[8]) argument
[all...]
H A Dxmss_wots.h34 void wots_set_params(wots_params *params, int n, int w);
40 * params, must have been initialized before using wots_set params for params ! This is not done in this function
44 void wots_pkgen(unsigned char *pk, const unsigned char *sk, const wots_params *params, const unsigned char *pub_seed, uint32_t addr[8]);
50 int wots_sign(unsigned char *sig, const unsigned char *msg, const unsigned char *sk, const wots_params *params, const unsigned char *pub_seed, uint32_t addr[8]);
56 int wots_pkFromSig(unsigned char *pk, const unsigned char *sig, const unsigned char *msg, const wots_params *params, const unsigned char *pub_seed, uint32_t addr[8]);
H A Dxmss_fast.h62 int xmss_set_params(xmss_params *params, int n, int h, int w, int k);
69 int xmssmt_set_params(xmssmt_params *params, int n, int h, int d, int w, int k);
75 int xmss_keypair(unsigned char *pk, unsigned char *sk, bds_state *state, xmss_params *params);
83 int xmss_sign(unsigned char *sk, bds_state *state, unsigned char *sig_msg, unsigned long long *sig_msg_len, const unsigned char *msg,unsigned long long msglen, const xmss_params *params);
89 int xmss_sign_open(unsigned char *msg,unsigned long long *msglen, const unsigned char *sig_msg,unsigned long long sig_msg_len, const unsigned char *pk, const xmss_params *params);
96 int xmssmt_keypair(unsigned char *pk, unsigned char *sk, bds_state *states, unsigned char *wots_sigs, xmssmt_params *params);
104 int xmssmt_sign(unsigned char *sk, bds_state *state, unsigned char *wots_sigs, unsigned char *sig_msg, unsigned long long *sig_msg_len, const unsigned char *msg, unsigned long long msglen, const xmssmt_params *params);
108 int xmssmt_sign_open(unsigned char *msg, unsigned long long *msglen, const unsigned char *sig_msg, unsigned long long sig_msg_len, const unsigned char *pk, const xmssmt_params *params);
H A Dxmss_fast.c44 * Initialize xmss params struct
48 int xmss_set_params(xmss_params *params, int n, int h, int w, int k) argument
54 params->h = h;
55 params->n = n;
56 params->k = k;
59 params->wots_par = wots_par;
85 int xmssmt_set_params(xmssmt_params *params, int n, int h, int d, int w, int k) argument
91 params->h = h;
92 params->d = d;
93 params
106 l_tree(unsigned char *leaf, unsigned char *wots_pk, const xmss_params *params, const unsigned char *pub_seed, uint32_t addr[8]) argument
147 gen_leaf_wots(unsigned char *leaf, const unsigned char *sk_seed, const xmss_params *params, const unsigned char *pub_seed, uint32_t ltree_addr[8], uint32_t ots_addr[8]) argument
158 treehash_minheight_on_stack(bds_state* state, const xmss_params *params, const treehash_inst *treehash) argument
173 treehash_setup(unsigned char *node, int height, int index, bds_state *state, const unsigned char *sk_seed, const xmss_params *params, const unsigned char *pub_seed, const uint32_t addr[8]) argument
244 treehash_update(treehash_inst *treehash, bds_state *state, const unsigned char *sk_seed, const xmss_params *params, const unsigned char *pub_seed, const uint32_t addr[8]) argument
291 validate_authpath(unsigned char *root, const unsigned char *leaf, unsigned long leafidx, const unsigned char *authpath, const xmss_params *params, const unsigned char *pub_seed, uint32_t addr[8]) argument
340 bds_treehash_update(bds_state *state, unsigned int updates, const unsigned char *sk_seed, const xmss_params *params, unsigned char *pub_seed, const uint32_t addr[8]) argument
378 bds_state_update(bds_state *state, const unsigned char *sk_seed, const xmss_params *params, unsigned char *pub_seed, const uint32_t addr[8]) argument
441 bds_round(bds_state *state, const unsigned long leaf_idx, const unsigned char *sk_seed, const xmss_params *params, unsigned char *pub_seed, uint32_t addr[8]) argument
517 xmss_keypair(unsigned char *pk, unsigned char *sk, bds_state *state, xmss_params *params) argument
546 xmss_sign(unsigned char *sk, bds_state *state, unsigned char *sig_msg, unsigned long long *sig_msg_len, const unsigned char *msg, unsigned long long msglen, const xmss_params *params) argument
658 xmss_sign_open(unsigned char *msg, unsigned long long *msglen, const unsigned char *sig_msg, unsigned long long sig_msg_len, const unsigned char *pk, const xmss_params *params) argument
745 xmssmt_keypair(unsigned char *pk, unsigned char *sk, bds_state *states, unsigned char *wots_sigs, xmssmt_params *params) argument
782 xmssmt_sign(unsigned char *sk, bds_state *states, unsigned char *wots_sigs, unsigned char *sig_msg, unsigned long long *sig_msg_len, const unsigned char *msg, unsigned long long msglen, const xmssmt_params *params) argument
965 xmssmt_sign_open(unsigned char *msg, unsigned long long *msglen, const unsigned char *sig_msg, unsigned long long sig_msg_len, const unsigned char *pk, const xmssmt_params *params) argument
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/bios/
H A Dcommand_table.c37 #define EXEC_BIOS_CMD_TABLE(command, params)\
40 (uint32_t *)&params) == 0)
200 DIG_ENCODER_CONTROL_PARAMETERS_V2 params = {0}; local
202 bp->cmd_helper->assign_control_parameter(bp->cmd_helper, cntl, &params);
204 if (EXEC_BIOS_CMD_TABLE(DIG1EncoderControl, params))
215 DIG_ENCODER_CONTROL_PARAMETERS_V2 params = {0}; local
217 bp->cmd_helper->assign_control_parameter(bp->cmd_helper, cntl, &params);
219 if (EXEC_BIOS_CMD_TABLE(DIG2EncoderControl, params))
230 DIG_ENCODER_CONTROL_PARAMETERS_V3 params = {0}; local
233 params
276 DIG_ENCODER_CONTROL_PARAMETERS_V4 params = {0}; local
322 ENCODER_STREAM_SETUP_PARAMETERS_V5 params = {0}; local
435 DIG_TRANSMITTER_CONTROL_PARAMETERS_V2 params; local
556 DIG_TRANSMITTER_CONTROL_PARAMETERS_V3 params; local
690 DIG_TRANSMITTER_CONTROL_PARAMETERS_V4 params; local
814 DIG_TRANSMITTER_CONTROL_PARAMETERS_V1_5 params; local
875 DIG_TRANSMITTER_CONTROL_PARAMETERS_V1_6 params; local
979 PIXEL_CLOCK_PARAMETERS_V3 *params; local
1325 ENABLE_SPREAD_SPECTRUM_ON_PPLL params; local
1369 ENABLE_SPREAD_SPECTRUM_ON_PPLL_V2 params; local
1421 ENABLE_SPREAD_SPECTRUM_ON_PPLL_V3 params; local
1521 ADJUST_DISPLAY_PLL_PS_ALLOCATION params = { 0 }; local
1564 ADJUST_DISPLAY_PLL_PS_ALLOCATION_V3 params; local
1651 dac_encoder_control_prepare_params( DAC_ENCODER_CONTROL_PS_ALLOCATION *params, bool enable, uint32_t pixel_clock, uint8_t dac_standard) argument
1676 DAC_ENCODER_CONTROL_PS_ALLOCATION params; local
1697 DAC_ENCODER_CONTROL_PS_ALLOCATION params; local
1749 DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION params; local
1766 DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION params; local
1828 SET_CRTC_TIMING_PARAMETERS_PS_ALLOCATION params = {0}; local
1901 SET_CRTC_USING_DTD_TIMING_PARAMETERS params = {0}; local
2010 ENABLE_CRTC_PARAMETERS params = {0}; local
2060 ENABLE_CRTC_PARAMETERS params = {0}; local
2118 SET_PIXEL_CLOCK_PS_ALLOCATION_V5 params; local
2149 SET_PIXEL_CLOCK_PS_ALLOCATION_V6 params; local
2215 EXTERNAL_ENCODER_CONTROL_PS_ALLOCATION_V3 params; local
2345 ENABLE_DISP_POWER_GATING_PS_ALLOCATION params = {0}; local
2393 SET_DCE_CLOCK_PS_ALLOCATION_V2_1 params; local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A DMakefile.PL11 my %params = (
61 if ($params{TEST_REQUIRES} and !eval { ExtUtils::MakeMaker->VERSION(6.64) }) {
62 $params{BUILD_REQUIRES} = {
63 %{$params{BUILD_REQUIRES} || {}},
64 %{delete $params{TEST_REQUIRES}},
67 if ($params{BUILD_REQUIRES} and !eval { ExtUtils::MakeMaker->VERSION(6.5503) }) {
68 $params{PREREQ_PM} = {
69 %{$params{PREREQ_PM} || {}},
70 %{delete $params{BUILD_REQUIRES}},
74 WriteMakefile(%params);
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Win32API-File/
H A DMakefile.PL164 my %params=@_;
167 die "EXTRA_META is deprecated" if exists $params{EXTRA_META};
168 die "License not specified" if not exists $params{LICENSE};
169 if ($params{AUTHOR} and ref($params{AUTHOR}) eq 'ARRAY' and $eumm_version < 6.5705) {
170 $params{META_ADD}->{author}=$params{AUTHOR};
171 $params{AUTHOR}=join(', ',@{$params{AUTHOR}});
173 if ($params{TEST_REQUIRE
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_mmhubbub.c77 struct mcif_buf_params *params,
83 REG_UPDATE(MCIF_WB_BUFMGR_SW_CONTROL, MCIF_WB_BUFMGR_SW_LOCK, params->swlock);
86 REG_UPDATE(MCIF_WB_BUF_1_ADDR_Y, MCIF_WB_BUF_1_ADDR_Y, MCIF_ADDR(params->luma_address[0]));
87 REG_UPDATE(MCIF_WB_BUF_1_ADDR_Y_HIGH, MCIF_WB_BUF_1_ADDR_Y_HIGH, MCIF_ADDR_HIGH(params->luma_address[0]));
92 REG_UPDATE(MCIF_WB_BUF_1_ADDR_C, MCIF_WB_BUF_1_ADDR_C, MCIF_ADDR(params->chroma_address[0]));
93 REG_UPDATE(MCIF_WB_BUF_1_ADDR_C_HIGH, MCIF_WB_BUF_1_ADDR_C_HIGH, MCIF_ADDR_HIGH(params->chroma_address[0]));
98 REG_UPDATE(MCIF_WB_BUF_2_ADDR_Y, MCIF_WB_BUF_2_ADDR_Y, MCIF_ADDR(params->luma_address[1]));
99 REG_UPDATE(MCIF_WB_BUF_2_ADDR_Y_HIGH, MCIF_WB_BUF_2_ADDR_Y_HIGH, MCIF_ADDR_HIGH(params->luma_address[1]));
104 REG_UPDATE(MCIF_WB_BUF_2_ADDR_C, MCIF_WB_BUF_2_ADDR_C, MCIF_ADDR(params->chroma_address[1]));
105 REG_UPDATE(MCIF_WB_BUF_2_ADDR_C_HIGH, MCIF_WB_BUF_2_ADDR_C_HIGH, MCIF_ADDR_HIGH(params
76 mmhubbub2_config_mcif_buf(struct mcif_wb *mcif_wb, struct mcif_buf_params *params, unsigned int dest_height) argument
153 mmhubbub2_config_mcif_arb(struct mcif_wb *mcif_wb, struct mcif_arb_params *params) argument
207 mmhubbub2_config_mcif_irq(struct mcif_wb *mcif_wb, struct mcif_irq_params *params) argument
[all...]
H A Ddcn20_dwb.c72 void dwb2_config_dwb_cnv(struct dwbc *dwbc, struct dc_dwb_params *params) argument
78 REG_UPDATE_2(CNV_SOURCE_SIZE, CNV_SOURCE_WIDTH, params->cnv_params.src_width,
79 CNV_SOURCE_HEIGHT, params->cnv_params.src_height);
82 if (params->cnv_params.crop_en) {
84 REG_UPDATE(CNV_WINDOW_START, CNV_WINDOW_START_X, params->cnv_params.crop_x);
85 REG_UPDATE(CNV_WINDOW_START, CNV_WINDOW_START_Y, params->cnv_params.crop_y);
86 REG_UPDATE(CNV_WINDOW_SIZE, CNV_WINDOW_WIDTH, params->cnv_params.crop_width);
87 REG_UPDATE(CNV_WINDOW_SIZE, CNV_WINDOW_HEIGHT, params->cnv_params.crop_height);
93 REG_UPDATE(CNV_MODE, CNV_FRAME_CAPTURE_RATE, params->capture_rate);
96 REG_UPDATE(CNV_MODE, CNV_OUT_BPC, params
99 dwb2_enable(struct dwbc *dwbc, struct dc_dwb_params *params) argument
158 dwb2_update(struct dwbc *dwbc, struct dc_dwb_params *params) argument
250 dwb2_set_scaler(struct dwbc *dwbc, struct dc_dwb_params *params) argument
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common_fuchsia.cpp77 } params = {{}, callback, argument}; local
81 auto params = static_cast<const Params *>(data);
84 ScanGlobalRange(begin, end, &params->argument->frontier);
89 auto params = static_cast<const Params *>(data);
92 ScanRangeForPointers(begin, end, &params->argument->frontier, "STACK",
98 auto params = static_cast<const Params *>(data);
101 ScanRangeForPointers(begin, end, &params->argument->frontier, "REGISTERS",
108 GetAllThreadAllocatorCachesLocked(&params.allocator_caches);
109 __sanitizer::Sort(params.allocator_caches.data(),
110 params
143 auto params = static_cast<const Params *>(data); local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_mmhubbub.c77 struct mcif_warmup_params *params)
80 union large_integer start_address_shift = {.quad_part = params->start_address.quad_part >> 5};
85 REG_SET(MMHUBBUB_WARMUP_ADDR_REGION, 0, MMHUBBUB_WARMUP_ADDR_REGION, params->region_size >> 5);
86 // REG_SET(MMHUBBUB_WARMUP_P_VMID, 0, MMHUBBUB_WARMUP_P_VMID, params->p_vmid);
91 MMHUBBUB_WARMUP_INC_ADDR, params->address_increment >> 5);
104 struct mcif_buf_params *params,
110 REG_UPDATE(MCIF_WB_BUF_1_ADDR_Y, MCIF_WB_BUF_1_ADDR_Y, MCIF_ADDR(params->luma_address[0]));
111 REG_UPDATE(MCIF_WB_BUF_1_ADDR_Y_HIGH, MCIF_WB_BUF_1_ADDR_Y_HIGH, MCIF_ADDR_HIGH(params->luma_address[0]));
114 REG_UPDATE(MCIF_WB_BUF_1_ADDR_C, MCIF_WB_BUF_1_ADDR_C, MCIF_ADDR(params->chroma_address[0]));
115 REG_UPDATE(MCIF_WB_BUF_1_ADDR_C_HIGH, MCIF_WB_BUF_1_ADDR_C_HIGH, MCIF_ADDR_HIGH(params
76 mmhubbub3_warmup_mcif(struct mcif_wb *mcif_wb, struct mcif_warmup_params *params) argument
103 mmhubbub3_config_mcif_buf(struct mcif_wb *mcif_wb, struct mcif_buf_params *params, unsigned int dest_height) argument
156 mmhubbub3_config_mcif_arb(struct mcif_wb *mcif_wb, struct mcif_arb_params *params) argument
[all...]
H A Ddcn30_dwb.c66 void dwb3_config_fc(struct dwbc *dwbc, struct dc_dwb_params *params) argument
71 REG_UPDATE_2(FC_SOURCE_SIZE, FC_SOURCE_WIDTH, params->cnv_params.src_width,
72 FC_SOURCE_HEIGHT, params->cnv_params.src_height);
75 if (params->cnv_params.crop_en) {
77 REG_UPDATE(FC_WINDOW_START, FC_WINDOW_START_X, params->cnv_params.crop_x);
78 REG_UPDATE(FC_WINDOW_START, FC_WINDOW_START_Y, params->cnv_params.crop_y);
79 REG_UPDATE(FC_WINDOW_SIZE, FC_WINDOW_WIDTH, params->cnv_params.crop_width);
80 REG_UPDATE(FC_WINDOW_SIZE, FC_WINDOW_HEIGHT, params->cnv_params.crop_height);
86 REG_UPDATE(FC_MODE_CTRL, FC_FRAME_CAPTURE_RATE, params->capture_rate);
88 dwb3_set_stereo(dwbc, &params
91 dwb3_enable(struct dwbc *dwbc, struct dc_dwb_params *params) argument
133 dwb3_update(struct dwbc *dwbc, struct dc_dwb_params *params) argument
206 dwb3_set_denorm(struct dwbc *dwbc, struct dc_dwb_params *params) argument
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_mmhubbub.c77 struct mcif_warmup_params *params)
80 union large_integer start_address_shift = {.quad_part = params->start_address.quad_part >> 5};
85 REG_SET(MMHUBBUB_WARMUP_ADDR_REGION, 0, MMHUBBUB_WARMUP_ADDR_REGION, params->region_size >> 5);
86 // REG_SET(MMHUBBUB_WARMUP_P_VMID, 0, MMHUBBUB_WARMUP_P_VMID, params->p_vmid);
91 MMHUBBUB_WARMUP_INC_ADDR, params->address_increment >> 5);
104 struct mcif_buf_params *params,
110 REG_UPDATE(MCIF_WB_BUF_1_ADDR_Y, MCIF_WB_BUF_1_ADDR_Y, MCIF_ADDR(params->luma_address[0]));
111 REG_UPDATE(MCIF_WB_BUF_1_ADDR_Y_HIGH, MCIF_WB_BUF_1_ADDR_Y_HIGH, MCIF_ADDR_HIGH(params->luma_address[0]));
114 REG_UPDATE(MCIF_WB_BUF_1_ADDR_C, MCIF_WB_BUF_1_ADDR_C, MCIF_ADDR(params->chroma_address[0]));
115 REG_UPDATE(MCIF_WB_BUF_1_ADDR_C_HIGH, MCIF_WB_BUF_1_ADDR_C_HIGH, MCIF_ADDR_HIGH(params
76 mmhubbub32_warmup_mcif(struct mcif_wb *mcif_wb, struct mcif_warmup_params *params) argument
103 mmhubbub32_config_mcif_buf(struct mcif_wb *mcif_wb, struct mcif_buf_params *params, unsigned int dest_height) argument
156 mmhubbub32_config_mcif_arb(struct mcif_wb *mcif_wb, struct mcif_arb_params *params) argument
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn301/
H A Ddcn301_optc.h34 void optc301_set_drr(struct timing_generator *optc, const struct drr_params *params);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_opp.c106 const struct bit_depth_reduction_params *params)
115 if (params->pixel_encoding == PIXEL_ENCODING_YCBCR422) {
117 if (params->flags.TRUNCATE_DEPTH == 1)
122 else if (params->flags.TRUNCATE_DEPTH == 2)
131 if (params->flags.TRUNCATE_ENABLED == 0)
137 params->flags.TRUNCATE_DEPTH,
139 params->flags.TRUNCATE_MODE);
151 const struct bit_depth_reduction_params *params)
160 if (params->pixel_encoding == PIXEL_ENCODING_YCBCR422) {
162 if (params
104 set_truncation( struct dce110_opp *opp110, const struct bit_depth_reduction_params *params) argument
149 dce60_set_truncation( struct dce110_opp *opp110, const struct bit_depth_reduction_params *params) argument
199 set_spatial_dither( struct dce110_opp *opp110, const struct bit_depth_reduction_params *params) argument
301 set_temporal_dither( struct dce110_opp *opp110, const struct bit_depth_reduction_params *params) argument
363 dce110_opp_set_clamping( struct dce110_opp *opp110, const struct clamping_and_pixel_encoding_params *params) argument
423 dce60_opp_set_clamping( struct dce110_opp *opp110, const struct clamping_and_pixel_encoding_params *params) argument
471 set_pixel_encoding( struct dce110_opp *opp110, const struct clamping_and_pixel_encoding_params *params) argument
507 dce60_set_pixel_encoding( struct dce110_opp *opp110, const struct clamping_and_pixel_encoding_params *params) argument
532 dce110_opp_program_bit_depth_reduction( struct output_pixel_processor *opp, const struct bit_depth_reduction_params *params) argument
544 dce60_opp_program_bit_depth_reduction( struct output_pixel_processor *opp, const struct bit_depth_reduction_params *params) argument
556 dce110_opp_program_clamping_and_pixel_encoding( struct output_pixel_processor *opp, const struct clamping_and_pixel_encoding_params *params) argument
567 dce60_opp_program_clamping_and_pixel_encoding( struct output_pixel_processor *opp, const struct clamping_and_pixel_encoding_params *params) argument
[all...]
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DGetopt.pm29 sub handle_option($opt, $hash, @params)
32 &{$hash->{$opt}}(@params);
37 if (@params > 0) {
38 ${"opt_$opt"} = $params[0];
39 $hash->{$opt} = $params[0];
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_opp.c47 * @params: pointer to bit_depth_reduction_params.
51 const struct bit_depth_reduction_params *params)
54 FMT_TRUNCATE_EN, params->flags.TRUNCATE_ENABLED,
55 FMT_TRUNCATE_DEPTH, params->flags.TRUNCATE_DEPTH,
56 FMT_TRUNCATE_MODE, params->flags.TRUNCATE_MODE);
61 const struct bit_depth_reduction_params *params)
75 if (params->flags.FRAME_RANDOM == 1) {
76 if (params->flags.SPATIAL_DITHER_DEPTH == 0 || params->flags.SPATIAL_DITHER_DEPTH == 1) {
80 } else if (params
49 opp1_set_truncation( struct dcn10_opp *oppn10, const struct bit_depth_reduction_params *params) argument
59 opp1_set_spatial_dither( struct dcn10_opp *oppn10, const struct bit_depth_reduction_params *params) argument
138 opp1_program_bit_depth_reduction( struct output_pixel_processor *opp, const struct bit_depth_reduction_params *params) argument
159 opp1_set_pixel_encoding( struct dcn10_opp *oppn10, const struct clamping_and_pixel_encoding_params *params) argument
195 opp1_set_clamping( struct dcn10_opp *oppn10, const struct clamping_and_pixel_encoding_params *params) argument
276 opp1_program_clamping_and_pixel_encoding( struct output_pixel_processor *opp, const struct clamping_and_pixel_encoding_params *params) argument
[all...]
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dmulti.c95 find_template_width (char **params)
99 char *start = *params;
103 if (!params || !*params || **params != '{')
106 params ? *params : "null");
112 if (**params == '{' && (*params == start || (*params)[
93 find_template_width(char **params) argument
191 char *params = insertion_stack->item_function; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dparams.c0 /* params.c - Run-time parameters.
26 #include "params.h"
41 add_params (params, n)
42 const param_info params[];
52 params,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dmcif_wb.h78 struct mcif_warmup_params *params);
85 struct mcif_buf_params *params,
90 struct mcif_arb_params *params);
94 struct mcif_irq_params *params);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c489 block_sequence[*num_steps].params.subvp_pipe_control_lock_fast_params.dc = dc;
490 block_sequence[*num_steps].params.subvp_pipe_control_lock_fast_params.lock = true;
491 block_sequence[*num_steps].params.subvp_pipe_control_lock_fast_params.pipe_ctx = pipe_ctx;
496 block_sequence[*num_steps].params.pipe_control_lock_params.dc = dc;
497 block_sequence[*num_steps].params.pipe_control_lock_params.lock = true;
498 block_sequence[*num_steps].params.pipe_control_lock_params.pipe_ctx = pipe_ctx;
504 block_sequence[*num_steps].params.send_dmcub_cmd_params.ctx = dc->ctx;
505 block_sequence[*num_steps].params.send_dmcub_cmd_params.cmd = &(dc_dmub_cmd[i].dmub_cmd);
506 block_sequence[*num_steps].params.send_dmcub_cmd_params.wait_type = dc_dmub_cmd[i].wait_type;
516 block_sequence[*num_steps].params
633 union block_sequence_params *params; local
707 hwss_send_dmcub_cmd(union block_sequence_params *params) argument
716 hwss_program_manual_trigger(union block_sequence_params *params) argument
724 hwss_setup_dpp(union block_sequence_params *params) argument
741 hwss_program_bias_and_scale(union block_sequence_params *params) argument
754 hwss_power_on_mpc_mem_pwr(union block_sequence_params *params) argument
764 hwss_set_output_csc(union block_sequence_params *params) argument
778 hwss_set_ocsc_default(union block_sequence_params *params) argument
[all...]
/openbsd-current/sys/dev/videomode/
H A Dvesagtf.c216 struct vesagtf_params *params, int flags, struct videomode *vmp)
296 DIVIDE(v_lines * params->margin_ppt, 1000) : 0;
345 (2000000 * params->min_vsbp)),
346 ((2 * (v_lines + (2 * top_margin) + params->min_porch)) + interlace));
358 vsync_plus_bp = DIVIDE(params->min_vsbp * 1000000, h_period_est);
370 v_back_porch = vsync_plus_bp - params->vsync_rqd;
383 interlace + params->min_porch;
460 DIVIDE(DIVIDE(h_pixels * params->margin_ppt, 1000),
497 ((C_PRIME256(params) * 1000) -
498 (M_PRIME256(params) * h_perio
215 vesagtf_mode_params(unsigned h_pixels, unsigned v_lines, unsigned freq, struct vesagtf_params *params, int flags, struct videomode *vmp) argument
634 struct vesagtf_params params; local
[all...]
/openbsd-current/sbin/wsconsctl/
H A Dmousecfg.c157 parameters.params = cfg_buffer;
164 parameters.params = cfg_buffer + BASESIZE;
197 if ((n = index_of(field->params[i].key)) >= 0)
198 field->params[i].value = cfg_buffer[n].value;
212 if ((n = index_of(field->params[i].key)) < 0)
215 d |= (cfg_buffer[n].value != field->params[i].value);
226 cfg_buffer[n].value = field->params[i].value;
236 for (i = 0; i < field->nparams && key != field->params[i].key; i++) {}
238 return (i < field->nparams ? field->params[i].value : 0);
246 for (i = 0; i < field->nparams && key != field->params[
[all...]
/openbsd-current/usr.sbin/smtpd/
H A Dsmtpc.c42 static struct smtp_params params; variable in typeref:struct:smtp_params
58 "[-s server] [-T params] [recipient ...]\n", __progname);
101 params.tls_verify = 0;
142 memset(&params, 0, sizeof(params));
144 params.linemax = 16392;
145 params.ibufmax = 65536;
146 params.obufmax = 65536;
147 params.timeout = 100000;
148 params
[all...]

Completed in 210 milliseconds

1234567891011>>