/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/ |
H A D | gaudi_coresight.c | 391 struct hl_debug_params *params) in gaudi_config_stm() 398 if (params->reg_idx >= ARRAY_SIZE(debug_stm_regs)) { in gaudi_config_stm() 403 base_reg = debug_stm_regs[params->reg_idx] - CFG_BASE; in gaudi_config_stm() 407 if (params->enable) { in gaudi_config_stm() 408 input = params->input; in gaudi_config_stm() 469 struct hl_debug_params *params) in gaudi_config_etf() 476 if (params->reg_idx >= ARRAY_SIZE(debug_etf_regs)) { in gaudi_config_etf() 481 base_reg = debug_etf_regs[params->reg_idx] - CFG_BASE; in gaudi_config_etf() 495 params->enable ? "enable" : "disable", rc); in gaudi_config_etf() 503 params in gaudi_config_etf() 390 gaudi_config_stm(struct hl_device *hdev, struct hl_debug_params *params) gaudi_config_stm() argument 468 gaudi_config_etf(struct hl_device *hdev, struct hl_debug_params *params) gaudi_config_etf() argument 573 gaudi_config_etr(struct hl_device *hdev, struct hl_debug_params *params) gaudi_config_etr() argument 686 gaudi_config_funnel(struct hl_device *hdev, struct hl_debug_params *params) gaudi_config_funnel() argument 705 gaudi_config_bmon(struct hl_device *hdev, struct hl_debug_params *params) gaudi_config_bmon() argument 767 gaudi_config_spmu(struct hl_device *hdev, struct hl_debug_params *params) gaudi_config_spmu() argument 854 struct hl_debug_params *params = data; gaudi_debug_coresight() local 893 struct hl_debug_params params = {}; gaudi_halt_coresight() local [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_sig.cc | 616 SignConfiguration* params) { in AdditionalConfig() 620 params->job_mode = mode; in AdditionalConfig() 624 params->mode = in AdditionalConfig() 629 if (params->mode == SignConfiguration::kVerify) { in AdditionalConfig() 636 params->key = key; in AdditionalConfig() 643 params->data = mode == kCryptoJobAsync in AdditionalConfig() 649 params->digest = EVP_get_digestbyname(*digest); in AdditionalConfig() 650 if (params->digest == nullptr) { in AdditionalConfig() 657 params->flags |= SignConfiguration::kHasSaltLength; in AdditionalConfig() 658 params in AdditionalConfig() 612 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, SignConfiguration* params) AdditionalConfig() argument 698 DeriveBits( Environment* env, const SignConfiguration& params, ByteSource* out) DeriveBits() argument 814 EncodeOutput( Environment* env, const SignConfiguration& params, ByteSource* out, Local<Value>* result) EncodeOutput() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_1_0.cpp | 133 void Context::fogfv(GLenum pname, const GLfloat *params) in fogfv() argument 135 SetFogParameters(&mState.gles1(), pname, params); in fogfv() 151 void Context::fogxv(GLenum pname, const GLfixed *params) in fogxv() argument 161 pname == GL_FOG_MODE ? ConvertToGLenum(params[i]) : ConvertFixedToFloat(params[i]); in fogxv() 200 void Context::getFixedv(GLenum pname, GLfixed *params) in getFixedv() argument 212 params[i] = ConvertFloatToFixed(paramsf[i]); in getFixedv() 216 void Context::getLightfv(GLenum light, LightParameter pname, GLfloat *params) in getLightfv() argument 218 GetLightParameters(&mState.gles1(), light, pname, params); in getLightfv() 221 void Context::getLightxv(GLenum light, LightParameter pname, GLfixed *params) in getLightxv() argument 232 getMaterialfv(GLenum face, MaterialParameter pname, GLfloat *params) getMaterialfv() argument 237 getMaterialxv(GLenum face, MaterialParameter pname, GLfixed *params) getMaterialxv() argument 248 getTexEnvfv(TextureEnvTarget target, TextureEnvParameter pname, GLfloat *params) getTexEnvfv() argument 253 getTexEnviv(TextureEnvTarget target, TextureEnvParameter pname, GLint *params) getTexEnviv() argument 260 getTexEnvxv(TextureEnvTarget target, TextureEnvParameter pname, GLfixed *params) getTexEnvxv() argument 267 getTexParameterxv(TextureType target, GLenum pname, GLfixed *params) getTexParameterxv() argument 278 lightModelfv(GLenum pname, const GLfloat *params) lightModelfv() argument 305 lightfv(GLenum light, LightParameter pname, const GLfloat *params) lightfv() argument 315 lightxv(GLenum light, LightParameter pname, const GLfixed *params) lightxv() argument 357 materialfv(GLenum face, MaterialParameter pname, const GLfloat *params) materialfv() argument 448 pointParameterfv(PointParameter pname, const GLfloat *params) pointParameterfv() argument 459 pointParameterxv(PointParameter pname, const GLfixed *params) pointParameterxv() argument 539 texEnvfv(TextureEnvTarget target, TextureEnvParameter pname, const GLfloat *params) texEnvfv() argument 551 texEnviv(TextureEnvTarget target, TextureEnvParameter pname, const GLint *params) texEnviv() argument 565 texEnvxv(TextureEnvTarget target, TextureEnvParameter pname, const GLfixed *params) texEnvxv() argument 578 texParameterxv(TextureType target, GLenum pname, const GLfixed *params) texParameterxv() argument 691 getTexGenfv(GLenum coord, GLenum pname, GLfloat *params) getTexGenfv() argument 696 getTexGeniv(GLenum coord, GLenum pname, GLint *params) getTexGeniv() argument 701 getTexGenxv(GLenum coord, GLenum pname, GLfixed *params) getTexGenxv() argument 711 texGenfv(GLenum coord, GLenum pname, const GLfloat *params) texGenfv() argument 721 texGeniv(GLenum coord, GLenum pname, const GLint *params) texGeniv() argument 731 texGenxv(GLenum coord, GLenum pname, const GLint *params) texGenxv() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A D | venc.c | 40 struct vpu_encode_params params; member 197 f->fmt.pix_mp.colorspace = venc->params.color.primaries; in venc_g_fmt() 198 f->fmt.pix_mp.xfer_func = venc->params.color.transfer; in venc_g_fmt() 199 f->fmt.pix_mp.ycbcr_enc = venc->params.color.matrix; in venc_g_fmt() 200 f->fmt.pix_mp.quantization = venc->params.color.full_range; in venc_g_fmt() 238 venc->params.input_format = cur_fmt->pixfmt; in venc_s_fmt() 239 venc->params.src_stride = cur_fmt->bytesperline[0]; in venc_s_fmt() 240 venc->params.src_width = cur_fmt->width; in venc_s_fmt() 241 venc->params.src_height = cur_fmt->height; in venc_s_fmt() 242 venc->params in venc_s_fmt() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 845 void initPrograms (SourceCollections& programCollection, const TestParams params) in initPrograms() argument 886 for (deUint32 subpassNdx = 0; subpassNdx < static_cast<deUint32>(params.perSubpassSamples.size()); ++subpassNdx) in initPrograms() 888 const TestParams::SampleCount& samples = params.perSubpassSamples[subpassNdx]; in initPrograms() 893 params.depthStencilFormat, in initPrograms() 899 void draw (Context& context, const TestParams& params, WorkingData& wd) in draw() argument 911 if (params.useProgrammableSampleLocations) in draw() 934 params.colorFormat, // VkFormat format; in draw() 935 params.perSubpassSamples[subpassNdx].numColorSamples, // VkSampleCountFlagBits samples; in draw() 946 params.depthStencilFormat, // VkFormat format; in draw() 947 params in draw() 1100 dispatchImageCheck(Context& context, const TestParams& params, WorkingData& wd, const deUint32 subpassNdx) dispatchImageCheck() argument 1190 createPerSubpassData(Context& context, const TestParams& params, WorkingData& wd, const deUint32 subpassNdx) createPerSubpassData() argument 1279 checkRequirements(Context& context, TestParams params) checkRequirements() argument 1339 test(Context& context, const TestParams params) test() argument 1467 initPrograms(SourceCollections& programCollection, const TestParams params) initPrograms() argument 1541 drawResolve(Context& context, const TestParams& params, WorkingData& wd) drawResolve() argument 1689 checkRequirements(Context& context, TestParams params) checkRequirements() argument 1698 test(Context& context, const TestParams params) test() argument 1930 VerifySamples::TestParams params; createMixedAttachmentSamplesTestsInGroup() local 1960 VerifySamples::TestParams params; createMixedAttachmentSamplesTestsInGroup() local 2006 ShaderBuiltins::TestParams params; createMixedAttachmentSamplesTestsInGroup() local [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc4_hmac_md5.c | 86 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 D | VulkanBarriersPerf.cpp | 54 std::ostream &operator<<(std::ostream &os, const VulkanBarriersPerfParams ¶ms) in operator <<() argument 56 os << params.backendAndStory().substr(1); in operator <<() 187 const auto ¶ms = 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 ¶ms = 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 ¶ms = GetParam(); in createResources() local 227 mProgram.makeRaster(kVS, params in createResources() 285 const auto ¶ms = GetParam(); drawBenchmark() local [all...] |
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc4_hmac_md5.c | 76 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...] |
/kernel/linux/linux-6.6/net/sctp/ |
H A D | socket.c | 2425 static int sctp_apply_peer_addr_params(struct sctp_paddrparams *params, in sctp_apply_peer_addr_params() argument 2435 if (params->spp_flags & SPP_HB_DEMAND && trans) { in sctp_apply_peer_addr_params() 2446 if (params->spp_flags & SPP_HB_ENABLE) { in sctp_apply_peer_addr_params() 2452 if (params->spp_flags & SPP_HB_TIME_IS_ZERO) in sctp_apply_peer_addr_params() 2453 params->spp_hbinterval = 0; in sctp_apply_peer_addr_params() 2455 if (params->spp_hbinterval || in sctp_apply_peer_addr_params() 2456 (params->spp_flags & SPP_HB_TIME_IS_ZERO)) { in sctp_apply_peer_addr_params() 2459 msecs_to_jiffies(params->spp_hbinterval); in sctp_apply_peer_addr_params() 2463 msecs_to_jiffies(params->spp_hbinterval); in sctp_apply_peer_addr_params() 2465 sp->hbinterval = params in sctp_apply_peer_addr_params() 2616 sctp_setsockopt_peer_addr_params(struct sock *sk, struct sctp_paddrparams *params, unsigned int optlen) sctp_setsockopt_peer_addr_params() argument 2705 sctp_apply_asoc_delayed_ack(struct sctp_sack_info *params, struct sctp_association *asoc) sctp_apply_asoc_delayed_ack() argument 2777 __sctp_setsockopt_delayed_ack(struct sock *sk, struct sctp_sack_info *params) __sctp_setsockopt_delayed_ack() argument 2830 sctp_setsockopt_delayed_ack(struct sock *sk, struct sctp_sack_info *params, unsigned int optlen) sctp_setsockopt_delayed_ack() argument 3251 sctp_setsockopt_maxseg(struct sock *sk, struct sctp_assoc_value *params, unsigned int optlen) sctp_setsockopt_maxseg() argument 3398 sctp_setsockopt_context(struct sock *sk, struct sctp_assoc_value *params, unsigned int optlen) sctp_setsockopt_context() argument 3517 sctp_setsockopt_maxburst(struct sock *sk, struct sctp_assoc_value *params, unsigned int optlen) sctp_setsockopt_maxburst() argument 3960 sctp_setsockopt_pr_supported(struct sock *sk, struct sctp_assoc_value *params, unsigned int optlen) sctp_setsockopt_pr_supported() argument 4031 sctp_setsockopt_reconfig_supported(struct sock *sk, struct sctp_assoc_value *params, unsigned int optlen) sctp_setsockopt_reconfig_supported() argument 4054 sctp_setsockopt_enable_strreset(struct sock *sk, struct sctp_assoc_value *params, unsigned int optlen) sctp_setsockopt_enable_strreset() argument 4096 sctp_setsockopt_reset_streams(struct sock *sk, struct sctp_reset_streams *params, unsigned int optlen) sctp_setsockopt_reset_streams() argument 4134 sctp_setsockopt_add_streams(struct sock *sk, struct sctp_add_streams *params, unsigned int optlen) sctp_setsockopt_add_streams() argument 4150 sctp_setsockopt_scheduler(struct sock *sk, struct sctp_assoc_value *params, unsigned int optlen) sctp_setsockopt_scheduler() argument 4193 sctp_setsockopt_scheduler_value(struct sock *sk, struct sctp_stream_value *params, unsigned int optlen) sctp_setsockopt_scheduler_value() argument 4331 sctp_setsockopt_asconf_supported(struct sock *sk, struct sctp_assoc_value *params, unsigned int optlen) sctp_setsockopt_asconf_supported() argument 4361 sctp_setsockopt_auth_supported(struct sock *sk, struct sctp_assoc_value *params, unsigned int optlen) sctp_setsockopt_auth_supported() argument 4395 sctp_setsockopt_ecn_supported(struct sock *sk, struct sctp_assoc_value *params, unsigned int optlen) sctp_setsockopt_ecn_supported() argument 4417 sctp_setsockopt_pf_expose(struct sock *sk, struct sctp_assoc_value *params, unsigned int optlen) sctp_setsockopt_pf_expose() argument 4495 sctp_setsockopt_probe_interval(struct sock *sk, struct sctp_probeinterval *params, unsigned int optlen) sctp_setsockopt_probe_interval() argument 5912 struct sctp_paddrparams params; sctp_getsockopt_peer_addr_params() local 6056 struct sctp_sack_info params; sctp_getsockopt_delayed_ack() local 6699 struct sctp_assoc_value params; sctp_getsockopt_context() local 6756 struct sctp_assoc_value params; sctp_getsockopt_maxseg() local 6851 struct sctp_assoc_value params; sctp_getsockopt_maxburst() local 7325 struct sctp_assoc_value params; sctp_getsockopt_pr_supported() local 7410 struct sctp_prstatus params; sctp_getsockopt_pr_assocstatus() local 7471 struct sctp_prstatus params; sctp_getsockopt_pr_streamstatus() local 7533 struct sctp_assoc_value params; sctp_getsockopt_reconfig_supported() local 7572 struct sctp_assoc_value params; sctp_getsockopt_enable_strreset() local 7611 struct sctp_assoc_value params; sctp_getsockopt_scheduler() local 7650 struct sctp_stream_value params; sctp_getsockopt_scheduler_value() local 7692 struct sctp_assoc_value params; sctp_getsockopt_interleaving_supported() local 7786 struct sctp_assoc_value params; sctp_getsockopt_asconf_supported() local 7825 struct sctp_assoc_value params; sctp_getsockopt_auth_supported() local 7864 struct sctp_assoc_value params; sctp_getsockopt_ecn_supported() local 7903 struct sctp_assoc_value params; sctp_getsockopt_pf_expose() local 8001 struct sctp_probeinterval params; sctp_getsockopt_probe_interval() local [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | mac_legacy_kmgmt.c | 16 #include <openssl/params.h> 184 static int mac_key_fromdata(MAC_KEY *key, const OSSL_PARAM params[]) in mac_key_fromdata() argument 188 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PRIV_KEY); in mac_key_fromdata() 205 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PROPERTIES); in mac_key_fromdata() 219 if (key->cmac && !ossl_prov_cipher_load_from_params(&key->cipher, params, in mac_key_fromdata() 231 static int mac_import(void *keydata, int selection, const OSSL_PARAM params[]) in mac_import() argument 241 return mac_key_fromdata(key, params); in mac_import() 245 OSSL_PARAM params[]) in key_to_params() 251 && !ossl_param_build_set_octet_string(tmpl, params, in key_to_params() 257 && !ossl_param_build_set_utf8_string(tmpl, params, in key_to_params() 244 key_to_params(MAC_KEY *key, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[]) key_to_params() argument 278 OSSL_PARAM *params = NULL; mac_export() local 332 mac_get_params(void *key, OSSL_PARAM params[]) mac_get_params() argument 357 mac_set_params(void *keydata, const OSSL_PARAM params[]) mac_set_params() argument 396 mac_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) mac_gen_init() argument 408 cmac_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) cmac_gen_init() argument 420 mac_gen_set_params(void *genctx, const OSSL_PARAM params[]) mac_gen_set_params() argument 446 cmac_gen_set_params(void *genctx, const OSSL_PARAM params[]) cmac_gen_set_params() argument [all...] |
/third_party/openssl/crypto/dh/ |
H A D | dh_key.c | 47 if (BN_num_bits(dh->params.p) > OPENSSL_DH_MAX_MODULUS_BITS) { in ossl_dh_compute_key() 52 if (dh->params.q != NULL in ossl_dh_compute_key() 53 && BN_num_bits(dh->params.q) > OPENSSL_DH_MAX_MODULUS_BITS) { in ossl_dh_compute_key() 58 if (BN_num_bits(dh->params.p) < DH_MIN_MODULUS_BITS) { in ossl_dh_compute_key() 79 dh->lock, dh->params.p, ctx); in ossl_dh_compute_key() 86 if (!dh->meth->bn_mod_exp(dh, z, pub_key, dh->priv_key, dh->params.p, ctx, in ossl_dh_compute_key() 93 if (BN_copy(pminus1, dh->params.p) == NULL in ossl_dh_compute_key() 102 ret = BN_bn2binpad(z, key, BN_num_bytes(dh->params.p)); in ossl_dh_compute_key() 156 pad = BN_num_bytes(dh->params.p) - rv; in DH_compute_key_padded() 199 ossl_ffc_params_init(&dh->params); in dh_init() [all...] |
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | mac_legacy_kmgmt.c | 16 #include <openssl/params.h> 184 static int mac_key_fromdata(MAC_KEY *key, const OSSL_PARAM params[]) in mac_key_fromdata() argument 188 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PRIV_KEY); in mac_key_fromdata() 205 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PROPERTIES); in mac_key_fromdata() 219 if (key->cmac && !ossl_prov_cipher_load_from_params(&key->cipher, params, in mac_key_fromdata() 231 static int mac_import(void *keydata, int selection, const OSSL_PARAM params[]) in mac_import() argument 241 return mac_key_fromdata(key, params); in mac_import() 245 OSSL_PARAM params[]) in key_to_params() 251 && !ossl_param_build_set_octet_string(tmpl, params, in key_to_params() 257 && !ossl_param_build_set_utf8_string(tmpl, params, in key_to_params() 244 key_to_params(MAC_KEY *key, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[]) key_to_params() argument 278 OSSL_PARAM *params = NULL; mac_export() local 329 mac_get_params(void *key, OSSL_PARAM params[]) mac_get_params() argument 354 mac_set_params(void *keydata, const OSSL_PARAM params[]) mac_set_params() argument 393 mac_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) mac_gen_init() argument 405 cmac_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) cmac_gen_init() argument 417 mac_gen_set_params(void *genctx, const OSSL_PARAM params[]) mac_gen_set_params() argument 443 cmac_gen_set_params(void *genctx, const OSSL_PARAM params[]) cmac_gen_set_params() argument [all...] |
/third_party/node/deps/v8/third_party/wasm-api/ |
H A D | wasm.h | 200 own wasm_valtype_vec_t* params, own wasm_valtype_vec_t* results); 542 wasm_valtype_vec_t params, results; in wasm_functype_new_0_0() local 543 wasm_valtype_vec_new_empty(¶ms); in wasm_functype_new_0_0() 545 return wasm_functype_new(¶ms, &results); in wasm_functype_new_0_0() 552 wasm_valtype_vec_t params, results; in wasm_functype_new_1_0() local 553 wasm_valtype_vec_new(¶ms, 1, ps); in wasm_functype_new_1_0() 555 return wasm_functype_new(¶ms, &results); in wasm_functype_new_1_0() 562 wasm_valtype_vec_t params, results; in wasm_functype_new_2_0() local 563 wasm_valtype_vec_new(¶ms, 2, ps); in wasm_functype_new_2_0() 565 return wasm_functype_new(¶ms, in wasm_functype_new_2_0() 572 wasm_valtype_vec_t params, results; wasm_functype_new_3_0() local 582 wasm_valtype_vec_t params, results; wasm_functype_new_0_1() local 593 wasm_valtype_vec_t params, results; wasm_functype_new_1_1() local 604 wasm_valtype_vec_t params, results; wasm_functype_new_2_1() local 616 wasm_valtype_vec_t params, results; wasm_functype_new_3_1() local 626 wasm_valtype_vec_t params, results; wasm_functype_new_0_2() local 637 wasm_valtype_vec_t params, results; wasm_functype_new_1_2() local 649 wasm_valtype_vec_t params, results; wasm_functype_new_2_2() local 661 wasm_valtype_vec_t params, results; wasm_functype_new_3_2() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 154 Dependency (const Environment& env, const typename Case::Parameters& params) in Dependency() 155 : resources (env, params) in Dependency() 156 , object (Case::create(env, resources, params)) in Dependency() 247 static Move<VkDeviceMemory> create (const Environment& env, const Resources&, const Parameters& params) 253 params.size, // VkDeviceSize allocationSize; 254 params.memoryTypeIndex, // uint32_t memoryTypeIndex; 297 static Move<VkBuffer> create (const Environment& env, const Resources&, const Parameters& params) 304 params.size, // VkDeviceSize size; 305 params.usage, // VkBufferUsageFlags usage; 342 Resources (const Environment& env, const Parameters& params) 928 Parameters params; singleDescriptorSet() local 1691 createDestroyObjectTest(Context& context, typename Object::Parameters params) createDestroyObjectTest() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | params.c | 44 struct dwc2_core_params *p = &hsotg->params; in dwc2_set_bcm_params() 54 struct dwc2_core_params *p = &hsotg->params; in dwc2_set_his_params() 76 struct dwc2_core_params *p = &hsotg->params; in dwc2_set_s3c6400_params() 84 struct dwc2_core_params *p = &hsotg->params; in dwc2_set_rk_params() 97 struct dwc2_core_params *p = &hsotg->params; in dwc2_set_ltq_params() 111 struct dwc2_core_params *p = &hsotg->params; in dwc2_set_amlogic_params() 127 struct dwc2_core_params *p = &hsotg->params; in dwc2_set_amlogic_g12a_params() 137 struct dwc2_core_params *p = &hsotg->params; in dwc2_set_amcc_params() 144 struct dwc2_core_params *p = &hsotg->params; in dwc2_set_stm32f4x9_fsotg_params() 159 struct dwc2_core_params *p = &hsotg->params; in dwc2_set_stm32f7_hsotg_params() [all...] |
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccomponenttunnelrequesthdi_fuzzer/ |
H A D | codeccomponenttunnelrequest_fuzzer.cpp | 34 struct AllParameters params; in CodecComponentTunnelRequest() local 39 if (size < sizeof(params)) { in CodecComponentTunnelRequest() 43 if (memcpy_s(reinterpret_cast<void *>(¶ms), sizeof(params), data, sizeof(params)) != 0) { in CodecComponentTunnelRequest() 54 const struct OHOS::HDI::Codec::V3_0::CodecTunnelSetupType inTunnelSetup = params.tunnelSetup; in CodecComponentTunnelRequest() 57 int32_t ret = g_component->ComponentTunnelRequest(params.port, params.tunneledComp, in CodecComponentTunnelRequest() 58 params.tunneledPort, inTunnelSetup, outTunnelSetup); in CodecComponentTunnelRequest()
|
/third_party/backends/include/sane/ |
H A D | sanei_magic.h | 72 * @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 D | main_winmain.c | 27 struct wpa_params params; in WinMain() local 33 os_memset(¶ms, 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(¶ms); 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 D | main_winmain.c | 27 struct wpa_params params; in WinMain() local 33 os_memset(¶ms, 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(¶ms); in WinMain() 58 if (iface_count == 1 && (params.ctrl_interface || in WinMain() 59 params.dbus_ctrl_interface)) in WinMain()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | get_hash_generator.py | 52 def print_params(params): 54 for p in params: 145 params = [[0, ""]] 148 if set(["apis", "params"]) != set(param_block): 150 (", ".join(set(["apis", "params"]) - set(param_block)), 163 for param in param_block["params"]: 169 add_to_hash_table(tables[api], hash_val, len(params)) 172 add_to_hash_table(tables["GLES3"], hash_val, len(params)) 173 add_to_hash_table(tables["GLES31"], hash_val, len(params)) 174 add_to_hash_table(tables["GLES32"], hash_val, len(params)) [all...] |
/third_party/ffmpeg/libavfilter/tests/ |
H A D | dnn-layer-avgpool.c | 51 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, ¶ms, 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, ¶ms, NUL in test_with_valid() [all...] |
/third_party/ffmpeg/tests/dnn/ |
H A D | dnn-layer-avgpool-test.c | 51 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, ¶ms, 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, ¶ms, NUL in test_with_valid() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_main.c | 152 struct mlx4_en_profile *params = &mdev->profile; in mlx4_en_get_profile() local 155 params->udp_rss = udp_rss; in mlx4_en_get_profile() 156 params->max_num_tx_rings_p_up = mlx4_low_memory_profile() ? in mlx4_en_get_profile() 160 if (params->udp_rss && !(mdev->dev->caps.flags in mlx4_en_get_profile() 163 params->udp_rss = 0; in mlx4_en_get_profile() 166 params->prof[i].rx_pause = !(pfcrx || pfctx); in mlx4_en_get_profile() 167 params->prof[i].rx_ppp = pfcrx; in mlx4_en_get_profile() 168 params->prof[i].tx_pause = !(pfcrx || pfctx); in mlx4_en_get_profile() 169 params->prof[i].tx_ppp = pfctx; in mlx4_en_get_profile() 171 params in mlx4_en_get_profile() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_optc.c | 95 const struct gsl_params *params) in optc2_set_gsl() 105 OTG_GSL0_EN, params->gsl0_en, in optc2_set_gsl() 106 OTG_GSL1_EN, params->gsl1_en, in optc2_set_gsl() 107 OTG_GSL2_EN, params->gsl2_en, in optc2_set_gsl() 108 OTG_GSL_MASTER_EN, params->gsl_master_en, in optc2_set_gsl() 109 OTG_GSL_MASTER_MODE, params->gsl_master_mode); in optc2_set_gsl() 115 const struct gsl_params *params) in optc2_use_gsl_as_master_update_lock() 120 OTG_MASTER_UPDATE_LOCK_GSL_EN, params->master_update_lock_gsl_en); in optc2_use_gsl_as_master_update_lock() 125 const struct gsl_params *params) in optc2_set_gsl_window() 130 OTG_GSL_WINDOW_START_X, params in optc2_set_gsl_window() 94 optc2_set_gsl(struct timing_generator *optc, const struct gsl_params *params) optc2_set_gsl() argument 114 optc2_use_gsl_as_master_update_lock(struct timing_generator *optc, const struct gsl_params *params) optc2_use_gsl_as_master_update_lock() argument 124 optc2_set_gsl_window(struct timing_generator *optc, const struct gsl_params *params) optc2_set_gsl_window() argument 142 optc2_set_vupdate_keepout(struct timing_generator *optc, const struct vupdate_keepout_params *params) optc2_set_vupdate_keepout() argument 404 optc2_configure_crc(struct timing_generator *optc, const struct crc_params *params) optc2_configure_crc() argument [all...] |
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip.cc | 124 bool Zip(const ZipParams& params) { in Zip() argument 125 DirectFileAccessor default_accessor(params.src_dir); in Zip() 126 FileAccessor* const file_accessor = params.file_accessor ?: &default_accessor; in Zip() 131 if (params.dest_fd != base::kInvalidPlatformFile) { in Zip() 132 DCHECK(params.dest_file.empty()); in Zip() 134 internal::ZipWriter::CreateWithFd(params.dest_fd, file_accessor); in Zip() 141 zip_writer = internal::ZipWriter::Create(params.dest_file, file_accessor); in Zip() 146 zip_writer->SetProgressCallback(params.progress_callback, in Zip() 147 params.progress_period); in Zip() 148 zip_writer->SetRecursive(params in Zip() [all...] |