/third_party/openssl/providers/common/include/prov/ |
H A D | provider_util.h | 42 * The params "properties", "engine" and "cipher" are used to determine the 47 const OSSL_PARAM params[], 71 * The params "properties", "engine" and "digest" are used to determine the 76 const OSSL_PARAM params[], 93 * from the supplied params (if non NULL) are used instead. 96 const OSSL_PARAM params[], 108 * The params "mac" and "properties" are used to determine the implementation 122 const OSSL_PARAM params[],
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_replace_parameter_with_global.cpp | 47 auto params = in Apply() local 52 if (std::none_of(params.begin(), params.end(), in Apply() 65 replaced_param = GetFuzzerContext()->RemoveAtRandomIndex(¶ms); in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_replace_parameter_with_global.cpp | 47 auto params = in Apply() local 52 if (std::none_of(params.begin(), params.end(), in Apply() 65 replaced_param = GetFuzzerContext()->RemoveAtRandomIndex(¶ms); in Apply()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
H A D | BrotliEncoderChannel.java | 28 * @param params encoding settings 31 public BrotliEncoderChannel(WritableByteChannel destination, Encoder.Parameters params, in BrotliEncoderChannel() argument 33 super(destination, params, bufferSize); in BrotliEncoderChannel() 36 public BrotliEncoderChannel(WritableByteChannel destination, Encoder.Parameters params) in BrotliEncoderChannel() argument 38 this(destination, params, DEFAULT_BUFFER_SIZE); in BrotliEncoderChannel()
|
/third_party/skia/tools/sk_app/ |
H A D | GLWindowContext.cpp | 23 GLWindowContext::GLWindowContext(const DisplayParams& params) in GLWindowContext() argument 24 : WindowContext(params) in GLWindowContext() 93 void GLWindowContext::setDisplayParams(const DisplayParams& params) { in setDisplayParams() argument 94 fDisplayParams = params; in setDisplayParams()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_replace_parameter_with_global.cpp | 47 auto params = in Apply() local 52 if (std::none_of(params.begin(), params.end(), in Apply() 65 replaced_param = GetFuzzerContext()->RemoveAtRandomIndex(¶ms); in Apply()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_policer.c | 25 struct mlxsw_sp_policer_params params; member 39 const struct mlxsw_sp_policer_params *params, 156 u64 rate_kbps = mlxsw_sp_policer_rate_bytes_ps_kbps(policer->params.rate); in mlxsw_sp_policer_single_rate_init() 157 u8 bs = mlxsw_sp_policer_burst_bytes_hw_units(policer->params.burst); in mlxsw_sp_policer_single_rate_init() 170 const struct mlxsw_sp_policer_params *params, in mlxsw_sp_policer_single_rate_params_check() 174 u64 rate_bps = params->rate * BITS_PER_BYTE; in mlxsw_sp_policer_single_rate_params_check() 177 if (!params->bytes) { in mlxsw_sp_policer_single_rate_params_check() 182 if (!is_power_of_2(params->burst)) { in mlxsw_sp_policer_single_rate_params_check() 187 bs = mlxsw_sp_policer_burst_bytes_hw_units(params->burst); in mlxsw_sp_policer_single_rate_params_check() 233 const struct mlxsw_sp_policer_params *params, in mlxsw_sp_policer_add() 169 mlxsw_sp_policer_single_rate_params_check(const struct mlxsw_sp_policer_family *family, const struct mlxsw_sp_policer_params *params, struct netlink_ext_ack *extack) mlxsw_sp_policer_single_rate_params_check() argument 231 mlxsw_sp_policer_add(struct mlxsw_sp *mlxsw_sp, enum mlxsw_sp_policer_type type, const struct mlxsw_sp_policer_params *params, struct netlink_ext_ack *extack, u16 *p_policer_index) mlxsw_sp_policer_add() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_matchall.c | 70 if (e && e->info.u.params.level != SCHED_CLASS_LEVEL_CH_RL) { in cxgb4_matchall_egress_validate() 125 .u.params.level = SCHED_CLASS_LEVEL_CH_RL, in cxgb4_matchall_alloc_tc() 126 .u.params.mode = SCHED_CLASS_MODE_CLASS, in cxgb4_matchall_alloc_tc() 127 .u.params.rateunit = SCHED_CLASS_RATEUNIT_BITS, in cxgb4_matchall_alloc_tc() 128 .u.params.ratemode = SCHED_CLASS_RATEMODE_ABS, in cxgb4_matchall_alloc_tc() 129 .u.params.class = SCHED_CLS_NONE, in cxgb4_matchall_alloc_tc() 130 .u.params.minrate = 0, in cxgb4_matchall_alloc_tc() 131 .u.params.weight = 0, in cxgb4_matchall_alloc_tc() 132 .u.params.pktsize = dev->mtu, in cxgb4_matchall_alloc_tc() 150 p.u.params in cxgb4_matchall_alloc_tc() [all...] |
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_midi.c | 167 struct snd_rawmidi_params params; in midisynth_subscribe() local 178 memset(¶ms, 0, sizeof(params)); in midisynth_subscribe() 179 params.avail_min = 1; in midisynth_subscribe() 180 params.buffer_size = input_buffer_size; in midisynth_subscribe() 181 if ((err = snd_rawmidi_input_params(msynth->input_rfile.input, ¶ms)) < 0) { in midisynth_subscribe() 209 struct snd_rawmidi_params params; in midisynth_use() local 219 memset(¶ms, 0, sizeof(params)); in midisynth_use() 220 params in midisynth_use() [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | max9860.c | 252 struct snd_pcm_hw_params *params, in max9860_hw_params() 265 params_rate(params), in max9860_hw_params() 266 params_channels(params)); in max9860_hw_params() 268 if (params_channels(params) == 2) in max9860_hw_params() 284 if (params_width(params) * params_channels(params) > 48) in max9860_hw_params() 299 if (params_width(params) != 16) { in max9860_hw_params() 308 if (params_width(params) != 16) { in max9860_hw_params() 365 if (params_rate(params) == 8000 || params_rate(params) in max9860_hw_params() 251 max9860_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) max9860_hw_params() argument [all...] |
/kernel/linux/linux-5.10/drivers/platform/chrome/ |
H A D | cros_ec_debugfs.c | 206 struct ec_params_usb_pd_control params; in cros_ec_pdinfo_read() member 211 struct ec_params_usb_pd_control *params; in cros_ec_pdinfo_read() local 215 params = (struct ec_params_usb_pd_control *)msg->data; in cros_ec_pdinfo_read() 221 msg->outsize = sizeof(*params); in cros_ec_pdinfo_read() 228 params->port = i; in cros_ec_pdinfo_read() 229 params->role = 0; in cros_ec_pdinfo_read() 230 params->mux = 0; in cros_ec_pdinfo_read() 231 params->swap = 0; in cros_ec_pdinfo_read() 318 struct ec_params_get_cmd_versions_v1 *params; in ec_read_version_supported() local 324 msg = kzalloc(sizeof(*msg) + max(sizeof(*params), sizeo in ec_read_version_supported() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_policer.c | 25 struct mlxsw_sp_policer_params params; member 39 const struct mlxsw_sp_policer_params *params, 156 u64 rate_kbps = mlxsw_sp_policer_rate_bytes_ps_kbps(policer->params.rate); in mlxsw_sp_policer_single_rate_init() 157 u8 bs = mlxsw_sp_policer_burst_bytes_hw_units(policer->params.burst); in mlxsw_sp_policer_single_rate_init() 170 const struct mlxsw_sp_policer_params *params, in mlxsw_sp_policer_single_rate_params_check() 174 u64 rate_bps = params->rate * BITS_PER_BYTE; in mlxsw_sp_policer_single_rate_params_check() 177 if (!params->bytes) { in mlxsw_sp_policer_single_rate_params_check() 182 if (!is_power_of_2(params->burst)) { in mlxsw_sp_policer_single_rate_params_check() 187 bs = mlxsw_sp_policer_burst_bytes_hw_units(params->burst); in mlxsw_sp_policer_single_rate_params_check() 233 const struct mlxsw_sp_policer_params *params, in mlxsw_sp_policer_add() 169 mlxsw_sp_policer_single_rate_params_check(const struct mlxsw_sp_policer_family *family, const struct mlxsw_sp_policer_params *params, struct netlink_ext_ack *extack) mlxsw_sp_policer_single_rate_params_check() argument 231 mlxsw_sp_policer_add(struct mlxsw_sp *mlxsw_sp, enum mlxsw_sp_policer_type type, const struct mlxsw_sp_policer_params *params, struct netlink_ext_ack *extack, u16 *p_policer_index) mlxsw_sp_policer_add() argument [all...] |
/kernel/linux/linux-6.6/drivers/platform/chrome/ |
H A D | cros_ec_debugfs.c | 209 struct ec_params_usb_pd_control params; in cros_ec_pdinfo_read() member 214 struct ec_params_usb_pd_control *params; in cros_ec_pdinfo_read() local 218 params = (struct ec_params_usb_pd_control *)msg->data; in cros_ec_pdinfo_read() 224 msg->outsize = sizeof(*params); in cros_ec_pdinfo_read() 231 params->port = i; in cros_ec_pdinfo_read() 232 params->role = 0; in cros_ec_pdinfo_read() 233 params->mux = 0; in cros_ec_pdinfo_read() 234 params->swap = 0; in cros_ec_pdinfo_read() 321 struct ec_params_get_cmd_versions_v1 *params; in ec_read_version_supported() local 327 msg = kzalloc(sizeof(*msg) + max(sizeof(*params), sizeo in ec_read_version_supported() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_matchall.c | 114 if (e && e->info.u.params.level != SCHED_CLASS_LEVEL_CH_RL) { in cxgb4_matchall_egress_validate() 169 .u.params.level = SCHED_CLASS_LEVEL_CH_RL, in cxgb4_matchall_alloc_tc() 170 .u.params.mode = SCHED_CLASS_MODE_CLASS, in cxgb4_matchall_alloc_tc() 171 .u.params.rateunit = SCHED_CLASS_RATEUNIT_BITS, in cxgb4_matchall_alloc_tc() 172 .u.params.ratemode = SCHED_CLASS_RATEMODE_ABS, in cxgb4_matchall_alloc_tc() 173 .u.params.class = SCHED_CLS_NONE, in cxgb4_matchall_alloc_tc() 174 .u.params.minrate = 0, in cxgb4_matchall_alloc_tc() 175 .u.params.weight = 0, in cxgb4_matchall_alloc_tc() 176 .u.params.pktsize = dev->mtu, in cxgb4_matchall_alloc_tc() 198 p.u.params in cxgb4_matchall_alloc_tc() [all...] |
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_midi.c | 175 struct snd_rawmidi_params params; in midisynth_subscribe() local 186 memset(¶ms, 0, sizeof(params)); in midisynth_subscribe() 187 params.avail_min = 1; in midisynth_subscribe() 188 params.buffer_size = input_buffer_size; in midisynth_subscribe() 189 err = snd_rawmidi_input_params(msynth->input_rfile.input, ¶ms); in midisynth_subscribe() 218 struct snd_rawmidi_params params; in midisynth_use() local 228 memset(¶ms, 0, sizeof(params)); in midisynth_use() 229 params in midisynth_use() [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | max9860.c | 252 struct snd_pcm_hw_params *params, in max9860_hw_params() 265 params_rate(params), in max9860_hw_params() 266 params_channels(params)); in max9860_hw_params() 268 if (params_channels(params) == 2) in max9860_hw_params() 284 if (params_width(params) * params_channels(params) > 48) in max9860_hw_params() 299 if (params_width(params) != 16) { in max9860_hw_params() 308 if (params_width(params) != 16) { in max9860_hw_params() 365 if (params_rate(params) == 8000 || params_rate(params) in max9860_hw_params() 251 max9860_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) max9860_hw_params() argument [all...] |
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | ipc4-control.c | 92 struct sof_ipc4_gain_params params; in sof_ipc4_set_volume_data() local 112 params.channels = SOF_IPC4_GAIN_ALL_CHANNELS_MASK; in sof_ipc4_set_volume_data() 113 params.init_val = cdata->chanv[0].value; in sof_ipc4_set_volume_data() 115 params.channels = cdata->chanv[i].channel; in sof_ipc4_set_volume_data() 116 params.init_val = cdata->chanv[i].value; in sof_ipc4_set_volume_data() 120 params.curve_duration_l = gain->data.params.curve_duration_l; in sof_ipc4_set_volume_data() 121 params.curve_duration_h = gain->data.params.curve_duration_h; in sof_ipc4_set_volume_data() 122 params in sof_ipc4_set_volume_data() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_frei0r.c | 72 char *params; member 144 static int set_params(AVFilterContext *ctx, const char *params) in set_params() argument 149 if (!params) in set_params() 159 if (*params) { in set_params() 160 if (!(param = av_get_token(¶ms, "|"))) in set_params() 162 if (*params) in set_params() 163 params++; /* skip ':' */ in set_params() 330 return set_params(ctx, s->params); in config_input_props() 400 return set_params(ctx, s->params); in process_command() 408 { "filter_params", NULL, OFFSET(params), AV_OPT_TYPE_STRIN [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | scrypt.c | 153 const OSSL_PARAM params[]) in kdf_scrypt_derive() 157 if (!ossl_prov_is_running() || !kdf_scrypt_set_ctx_params(ctx, params)) in kdf_scrypt_derive() 184 static int kdf_scrypt_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_scrypt_set_ctx_params() argument 190 if (params == NULL) in kdf_scrypt_set_ctx_params() 193 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_PASSWORD)) != NULL) in kdf_scrypt_set_ctx_params() 197 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SALT)) != NULL) in kdf_scrypt_set_ctx_params() 201 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_N)) in kdf_scrypt_set_ctx_params() 210 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_R)) in kdf_scrypt_set_ctx_params() 217 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_P)) in kdf_scrypt_set_ctx_params() 224 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_MAXME in kdf_scrypt_set_ctx_params() 152 kdf_scrypt_derive(void *vctx, unsigned char *key, size_t keylen, const OSSL_PARAM params[]) kdf_scrypt_derive() argument 257 kdf_scrypt_get_ctx_params(void *vctx, OSSL_PARAM params[]) kdf_scrypt_get_ctx_params() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_1_params.cpp | 85 GLint *params, in CaptureGetFramebufferParameteriv_params() 106 GLint *params, in CaptureGetProgramInterfaceiv_params() 109 CaptureMemory(params, sizeof(GLint), paramCapture); in CaptureGetProgramInterfaceiv_params() 152 GLint *params, in CaptureGetProgramPipelineiv_params() 155 CaptureMemory(params, sizeof(GLint), paramCapture); in CaptureGetProgramPipelineiv_params() 213 GLint *params, in CaptureGetProgramResourceiv_props() 228 GLint *params, in CaptureGetProgramResourceiv_length() 243 GLint *params, in CaptureGetProgramResourceiv_params() 249 CaptureMemory(params, sizeof(GLint) * paramLength, paramCapture); in CaptureGetProgramResourceiv_params() 257 GLfloat *params, in CaptureGetTexLevelParameterfv_params() 81 CaptureGetFramebufferParameteriv_params(const State &glState, bool isCallValid, GLenum target, GLenum pname, GLint *params, ParamCapture *paramCapture) CaptureGetFramebufferParameteriv_params() argument 101 CaptureGetProgramInterfaceiv_params(const State &glState, bool isCallValid, ShaderProgramID program, GLenum programInterface, GLenum pname, GLint *params, ParamCapture *paramCapture) CaptureGetProgramInterfaceiv_params() argument 148 CaptureGetProgramPipelineiv_params(const State &glState, bool isCallValid, ProgramPipelineID pipeline, GLenum pname, GLint *params, ParamCapture *paramCapture) CaptureGetProgramPipelineiv_params() argument 204 CaptureGetProgramResourceiv_props(const State &glState, bool isCallValid, ShaderProgramID program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params, ParamCapture *paramCapture) CaptureGetProgramResourceiv_props() argument 219 CaptureGetProgramResourceiv_length(const State &glState, bool isCallValid, ShaderProgramID program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params, ParamCapture *paramCapture) CaptureGetProgramResourceiv_length() argument 234 CaptureGetProgramResourceiv_params(const State &glState, bool isCallValid, ShaderProgramID program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params, ParamCapture *paramCapture) CaptureGetProgramResourceiv_params() argument 252 CaptureGetTexLevelParameterfv_params(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLenum pname, GLfloat *params, ParamCapture *paramCapture) CaptureGetTexLevelParameterfv_params() argument 263 CaptureGetTexLevelParameteriv_params(const State &glState, bool isCallValid, TextureTarget targetPacked, GLint level, GLenum pname, GLint *params, ParamCapture *paramCapture) CaptureGetTexLevelParameteriv_params() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_2_0_autogen.h | 88 void getBufferParameteriv(BufferBinding targetPacked, GLenum pname, GLint *params); \ 92 GLint *params); \ 96 void getProgramiv(ShaderProgramID programPacked, GLenum pname, GLint *params); \ 97 void getRenderbufferParameteriv(GLenum target, GLenum pname, GLint *params); \ 104 void getShaderiv(ShaderProgramID shaderPacked, GLenum pname, GLint *params); \ 106 void getTexParameterfv(TextureType targetPacked, GLenum pname, GLfloat *params); \ 107 void getTexParameteriv(TextureType targetPacked, GLenum pname, GLint *params); \ 110 GLfloat *params); \ 112 GLint *params); \ 114 void getVertexAttribfv(GLuint index, GLenum pname, GLfloat *params); \ [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | tcuANGLENativeDisplayFactory.cpp | 150 const eglu::WindowParams ¶ms) const override; 155 const eglu::WindowParams ¶ms) const override; 166 const eglu::WindowParams ¶ms, 267 const eglu::WindowParams ¶ms) const in createWindow() 277 const eglu::WindowParams ¶ms) const in createWindow() 279 return new NativeWindow(dynamic_cast<ANGLENativeDisplay *>(nativeDisplay), params, mEvents, in createWindow() 286 const eglu::WindowParams ¶ms, in NativeWindow() 295 params.width == eglu::WindowParams::SIZE_DONT_CARE ? DEFAULT_SURFACE_WIDTH : params.width; in NativeWindow() 296 int osWindowHeight = params in NativeWindow() 285 NativeWindow(ANGLENativeDisplay *nativeDisplay, const eglu::WindowParams ¶ms, EventState *eventState, uint32_t preRotation) NativeWindow() argument [all...] |
/third_party/openssl/providers/implementations/kdfs/ |
H A D | scrypt.c | 153 const OSSL_PARAM params[]) in kdf_scrypt_derive() 157 if (!ossl_prov_is_running() || !kdf_scrypt_set_ctx_params(ctx, params)) in kdf_scrypt_derive() 184 static int kdf_scrypt_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_scrypt_set_ctx_params() argument 190 if (params == NULL) in kdf_scrypt_set_ctx_params() 193 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_PASSWORD)) != NULL) in kdf_scrypt_set_ctx_params() 197 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SALT)) != NULL) in kdf_scrypt_set_ctx_params() 201 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_N)) in kdf_scrypt_set_ctx_params() 210 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_R)) in kdf_scrypt_set_ctx_params() 217 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_P)) in kdf_scrypt_set_ctx_params() 224 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_MAXME in kdf_scrypt_set_ctx_params() 152 kdf_scrypt_derive(void *vctx, unsigned char *key, size_t keylen, const OSSL_PARAM params[]) kdf_scrypt_derive() argument 257 kdf_scrypt_get_ctx_params(void *vctx, OSSL_PARAM params[]) kdf_scrypt_get_ctx_params() argument [all...] |
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_function_test.cc | 50 ast::VariableList params; in TEST_F() local 51 params.push_back(Param("a", ty.f32())); in TEST_F() 52 params.push_back(Param("b", ty.i32())); in TEST_F() 54 Func("my_func", params, ty.void_(), in TEST_F() 487 ast::VariableList params; in TEST_F() local 488 params.push_back(Param("param", ty.f32())); in TEST_F() 492 Func("sub_func", params, ty.f32(), body, {}); in TEST_F() 544 ast::VariableList params; in TEST_F() local 545 params.push_back(Param("param", ty.f32())); in TEST_F() 549 Func("sub_func", params, t in TEST_F() 587 ast::VariableList params; TEST_F() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | intraExpressionInferences.js | 155 fetch: (params: TParams, foo: number) => TDone, 160 return (params: TParams) => { 161 const data = options.fetch(params, 123) 172 fetch: (params: Params) => 123, 177 fetch: (params: Params, foo: number) => 123, 182 fetch: (params: Params, foo) => 123, 295 return function (params) {
296 var data = options.fetch(params, 123);
301 fetch: function (params) { return 123; },
305 fetch: function (params, fo [all...] |