| /third_party/backends/backend/ |
| H A D | gt68xx_mid.h | 76 GT68xx_Scan_Parameters params; /**< Scan parameters */ member
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_ext_parm.h | 11 static inline snd_mask_t *hw_param_mask(snd_pcm_hw_params_t *params, in hw_param_mask() argument 17 static inline snd_interval_t *hw_param_interval(snd_pcm_hw_params_t *params, in hw_param_interval() argument
|
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | nir_lower_libclc.c | 55 nir_ssa_def **params = rzalloc_array(b->shader, nir_ssa_def*, call->num_params); in lower_clc_call_instr() local
|
| /third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
| H A D | main.c | 35 struct lws_fts_search_params params; in main() local
|
| /third_party/mesa3d/src/gallium/winsys/virgl/common/ |
| H A D | virgl_resource_cache.c | 31 virgl_resource_cache_entry_is_compatible(struct virgl_resource_cache_entry *entry, struct virgl_resource_params params) in virgl_resource_cache_entry_is_compatible() argument 103 virgl_resource_cache_remove_compatible(struct virgl_resource_cache *cache, struct virgl_resource_params params) virgl_resource_cache_remove_compatible() argument [all...] |
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_vc_create/ |
| H A D | tirpc_clnt_vc_create_limits.c | 47 } params; typedef
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_dg_create/ |
| H A D | tirpc_clnt_dg_create_limits.c | 47 } params; typedef
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_tli_create/ |
| H A D | tirpc_clnt_tli_create_limits.c | 47 } params; typedef
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/ |
| H A D | tirpc_rpc_broadcast_exp_limits.c | 43 } params; typedef
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/ |
| H A D | rpc_clntudp_bufcreate_limits.c | 49 } params; typedef
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/ |
| H A D | rpc_clnttcp_create_limits.c | 49 } params; typedef
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/ |
| H A D | common.h | 38 struct params { struct
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | type-oracle.cc | 40 auto& params = generic_type->generic_parameters(); in GetGenericTypeInstance() local
|
| /third_party/node/deps/openssl/openssl/crypto/dh/ |
| H A D | dh_asn1.c | 95 FFC_PARAMS *params; in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname() local 142 const FFC_PARAMS *params = &dh->params; in i2d_DHxparams() local [all...] |
| H A D | dh_kdf.c | 38 OSSL_PARAM params[5], *p = params; in ossl_dh_kdf_X9_42_asn1() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | cipher_rc5.c | 77 static int rc5_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in rc5_set_ctx_params() argument 117 static int rc5_get_ctx_params(void *vctx, OSSL_PARAM params[]) in rc5_get_ctx_params() argument 59 rc5_einit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) rc5_einit() argument 68 rc5_dinit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) rc5_dinit() argument [all...] |
| /third_party/node/deps/openssl/openssl/providers/ |
| H A D | legacyprov.c | 50 static int legacy_get_params(void *provctx, OSSL_PARAM params[]) in legacy_get_params() argument
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | pbe_scrypt.c | 47 OSSL_PARAM params[7], *z = params; in EVP_PBE_scrypt_ex() local
|
| /third_party/node/deps/openssl/openssl/crypto/ffc/ |
| H A D | ffc_params_validate.c | 52 ossl_ffc_params_FIPS186_4_validate(OSSL_LIB_CTX *libctx, const FFC_PARAMS *params, int type, int *res, BN_GENCB *cb) ossl_ffc_params_FIPS186_4_validate() argument 70 ossl_ffc_params_FIPS186_2_validate(OSSL_LIB_CTX *libctx, const FFC_PARAMS *params, int type, int *res, BN_GENCB *cb) ossl_ffc_params_FIPS186_2_validate() argument 95 ossl_ffc_params_simple_validate(OSSL_LIB_CTX *libctx, const FFC_PARAMS *params, int paramstype, int *res) ossl_ffc_params_simple_validate() argument 139 ossl_ffc_params_full_validate(OSSL_LIB_CTX *libctx, const FFC_PARAMS *params, int paramstype, int *res) ossl_ffc_params_full_validate() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | param_build_set.c | 96 int ossl_param_build_set_multi_key_bn(OSSL_PARAM_BLD *bld, OSSL_PARAM *params, in ossl_param_build_set_multi_key_bn() argument
|
| /third_party/openssl/crypto/dh/ |
| H A D | dh_kdf.c | 38 OSSL_PARAM params[5], *p = params; in ossl_dh_kdf_X9_42_asn1() local
|
| H A D | dh_asn1.c | 95 FFC_PARAMS *params; in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname() local 142 const FFC_PARAMS *params = &dh->params; in i2d_DHxparams() local [all...] |
| /third_party/openssl/crypto/evp/ |
| H A D | pbe_scrypt.c | 47 OSSL_PARAM params[7], *z = params; in EVP_PBE_scrypt_ex() local
|
| /third_party/openssl/crypto/ |
| H A D | param_build_set.c | 96 int ossl_param_build_set_multi_key_bn(OSSL_PARAM_BLD *bld, OSSL_PARAM *params, in ossl_param_build_set_multi_key_bn() argument
|
| /third_party/openssl/crypto/ffc/ |
| H A D | ffc_params_validate.c | 52 ossl_ffc_params_FIPS186_4_validate(OSSL_LIB_CTX *libctx, const FFC_PARAMS *params, int type, int *res, BN_GENCB *cb) ossl_ffc_params_FIPS186_4_validate() argument 70 ossl_ffc_params_FIPS186_2_validate(OSSL_LIB_CTX *libctx, const FFC_PARAMS *params, int type, int *res, BN_GENCB *cb) ossl_ffc_params_FIPS186_2_validate() argument 95 ossl_ffc_params_simple_validate(OSSL_LIB_CTX *libctx, const FFC_PARAMS *params, int paramstype, int *res) ossl_ffc_params_simple_validate() argument 139 ossl_ffc_params_full_validate(OSSL_LIB_CTX *libctx, const FFC_PARAMS *params, int paramstype, int *res) ossl_ffc_params_full_validate() argument [all...] |