Home
last modified time | relevance | path

Searched defs:params (Results 576 - 600 of 1969) sorted by relevance

1...<<21222324252627282930>>...79

/third_party/backends/backend/
H A Dv4l.h83 SANE_Parameters params; member
/third_party/backends/japi/
H A DSane.c408 SANE_Parameters params; /* Gets params. */ in Java_Sane_getParameters() local
H A DSane.java136 public native int getParameters(int handle, SaneParameters params); in getParameters() argument
/third_party/curl/lib/
H A Dcurl_sasl.c192 Curl_sasl_init(struct SASL *sasl, struct Curl_easy *data, const struct SASLproto *params) Curl_sasl_init() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ddadrcal.cpp165 UnicodeString params = testSetting in testOps() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMapTest.java487 public void init(Object... params) { in init() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMapTest.java484 public void init(Object... params) { in init() argument
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DDeprecatedAPIChecker.java295 private static APIInfo findConstructorInfo(Set<APIInfo> apis, String cls, List<String> params) { in findConstructorInfo() argument
318 private static APIInfo findMethodInfo(Set<APIInfo> apis, String cls, String method, List<String> params) { in findMethodInfo() argument
[all...]
/third_party/libsnd/src/ALAC/
H A Dag_dec.c57 void set_standard_ag_params (AGParamRecPtr params, uint32_t fullwidth, uint32_t sectorwidth) in set_standard_ag_params() argument
68 void set_ag_params (AGParamRecPtr params, uint32_t m, uint32_t p, uint32_t k, uint32_t f, uint32_t s, uint32_t maxrun) in set_ag_params() argument
268 dyn_decomp(AGParamRecPtr params, BitBuffer * bitstream, int32_t * pc, int32_t numSamples, int32_t maxSize, uint32_t * outNumBits) dyn_decomp() argument
[all...]
H A Dag_enc.c232 int32_t dyn_comp (AGParamRecPtr params, int32_t * pc, BitBuffer * bitstream, int32_t numSamples, int32_t bitSize, uint32_t * outNumBits) in dyn_comp() argument
/third_party/libcoap/src/oscore/
H A Doscore_cose.c424 coap_crypto_param_t params; in cose_encrypt0_encrypt() local
464 coap_crypto_param_t params; cose_encrypt0_decrypt() local
[all...]
/third_party/mbedtls/library/
H A Dpkparse.c73 static int pk_ecc_group_id_from_specified(const mbedtls_asn1_buf *params, in pk_ecc_group_id_from_specified() argument
109 static int pk_group_from_specified(const mbedtls_asn1_buf *params, mbedtls_ecp_group *grp) in pk_group_from_specified() argument
302 static int pk_ecc_group_id_from_specified(const mbedtls_asn1_buf *params, in pk_ecc_group_id_from_specified() argument
348 pk_get_ecparams(unsigned char **p, const unsigned char *end, mbedtls_asn1_buf *params) pk_get_ecparams() argument
389 pk_use_ecparams(const mbedtls_asn1_buf *params, mbedtls_pk_context *pk) pk_use_ecparams() argument
413 pk_use_ecparams_rfc8410(const mbedtls_asn1_buf *params, mbedtls_ecp_group_id grp_id, mbedtls_pk_context *pk) pk_use_ecparams_rfc8410() argument
471 pk_get_pk_alg(unsigned char **p, const unsigned char *end, mbedtls_pk_type_t *pk_alg, mbedtls_asn1_buf *params, mbedtls_ecp_group_id *ec_grp_id) pk_get_pk_alg() argument
611 mbedtls_asn1_buf params = { 0, 0, NULL }; pk_parse_key_sec1_der() local
749 mbedtls_asn1_buf params; pk_parse_key_pkcs8_unencrypted_der() local
[all...]
H A Dasn1parse.c404 mbedtls_asn1_buf params; in mbedtls_asn1_get_alg_null() local
351 mbedtls_asn1_get_alg(unsigned char **p, const unsigned char *end, mbedtls_asn1_buf *alg, mbedtls_asn1_buf *params) mbedtls_asn1_get_alg() argument
[all...]
H A Dpkcs5.c40 static int pkcs5_parse_pbkdf2_params(const mbedtls_asn1_buf *params, in pkcs5_parse_pbkdf2_params() argument
H A Dpkcs12.c36 static int pkcs12_parse_pbe_params(mbedtls_asn1_buf *params, in pkcs12_parse_pbe_params() argument
H A Dpsa_crypto_rsa.c242 mbedtls_psa_rsa_generate_key( const psa_key_attributes_t *attributes, const psa_key_production_parameters_t *params, size_t params_data_length, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length) mbedtls_psa_rsa_generate_key() argument
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_device.c67 struct drm_virtgpu_context_set_param params[] = { in set_context() local
/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.h69 } params[]; member
112 const struct isa_field_params *params; member
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Daudio.c40 snd_pcm_hw_params_t *params; member
129 snd_pcm_hw_params_t *params; in set_hw_params() local
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_image.c187 fill_coords(const struct tgsi_image_params *params, in fill_coords() argument
203 sp_tgsi_load(const struct tgsi_image *image, const struct tgsi_image_params *params, const int s[TGSI_QUAD_SIZE], const int t[TGSI_QUAD_SIZE], const int r[TGSI_QUAD_SIZE], const int sample[TGSI_QUAD_SIZE], float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sp_tgsi_load() argument
286 sp_tgsi_store(const struct tgsi_image *image, const struct tgsi_image_params *params, const int s[TGSI_QUAD_SIZE], const int t[TGSI_QUAD_SIZE], const int r[TGSI_QUAD_SIZE], const int sample[TGSI_QUAD_SIZE], float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sp_tgsi_store() argument
348 handle_op_uint(const struct pipe_image_view *iview, const struct tgsi_image_params *params, bool just_read, char *data_ptr, uint qi, unsigned stride, enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) handle_op_uint() argument
465 handle_op_int(const struct pipe_image_view *iview, const struct tgsi_image_params *params, bool just_read, char *data_ptr, uint qi, unsigned stride, enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) handle_op_int() argument
579 handle_op_r32f_xchg(const struct pipe_image_view *iview, const struct tgsi_image_params *params, bool just_read, char *data_ptr, uint qi, unsigned stride, enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) handle_op_r32f_xchg() argument
617 sp_tgsi_op(const struct tgsi_image *image, const struct tgsi_image_params *params, enum tgsi_opcode opcode, const int s[TGSI_QUAD_SIZE], const int t[TGSI_QUAD_SIZE], const int r[TGSI_QUAD_SIZE], const int sample[TGSI_QUAD_SIZE], float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sp_tgsi_op() argument
705 sp_tgsi_get_dims(const struct tgsi_image *image, const struct tgsi_image_params *params, int dims[4]) sp_tgsi_get_dims() argument
[all...]
/third_party/mesa3d/src/intel/blorp/
H A Dblorp.c195 blorp_params_init(struct blorp_params *params) in blorp_params_init() argument
252 struct brw_compile_fs_params params = { in blorp_compile_fs() local
288 struct brw_compile_vs_params params = { in blorp_compile_vs() local
327 struct brw_compile_cs_params params = { blorp_compile_cs() local
349 blorp_ensure_sf_program(struct blorp_batch *batch, struct blorp_params *params) blorp_ensure_sf_program() argument
413 struct blorp_params params; blorp_hiz_op() local
[all...]
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.h82 struct param params[] = { PARAM(VIRTGPU_PARAM_3D_FEATURES), variable
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_kernel.c447 struct brw_compile_cs_params params = { in brw_kernel_from_spirv() local
/third_party/node/lib/
H A Dzlib.js[all...]
/third_party/node/src/crypto/
H A Dcrypto_aes.cc34 AES_Cipher( Environment* env, KeyObjectData* key_data, WebCryptoCipherMode cipher_mode, const AESCipherConfig& params, const ByteSource& in, ByteSource* out) AES_Cipher() argument
182 GetCounter(const AESCipherConfig& params) GetCounter() argument
205 BlockWithZeroedCounter( const AESCipherConfig& params) BlockWithZeroedCounter() argument
223 AES_CTR_Cipher2( KeyObjectData* key_data, WebCryptoCipherMode cipher_mode, const AESCipherConfig& params, const ByteSource& in, unsigned const char* counter, unsigned char* out) AES_CTR_Cipher2() argument
265 AES_CTR_Cipher( Environment* env, KeyObjectData* key_data, WebCryptoCipherMode cipher_mode, const AESCipherConfig& params, const ByteSource& in, ByteSource* out) AES_CTR_Cipher() argument
345 ValidateIV( Environment* env, CryptoJobMode mode, Local<Value> value, AESCipherConfig* params) ValidateIV() argument
361 ValidateCounter( Environment* env, Local<Value> value, AESCipherConfig* params) ValidateCounter() argument
376 ValidateAuthTag( Environment* env, CryptoJobMode mode, WebCryptoCipherMode cipher_mode, Local<Value> value, AESCipherConfig* params) ValidateAuthTag() argument
416 ValidateAdditionalData( Environment* env, CryptoJobMode mode, Local<Value> value, AESCipherConfig* params) ValidateAdditionalData() argument
435 UseDefaultIV(AESCipherConfig* params) UseDefaultIV() argument
465 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, WebCryptoCipherMode cipher_mode, AESCipherConfig* params) AdditionalConfig() argument
573 DoCipher( Environment* env, std::shared_ptr<KeyObjectData> key_data, WebCryptoCipherMode cipher_mode, const AESCipherConfig& params, const ByteSource& in, ByteSource* out) DoCipher() argument
[all...]

Completed in 16 milliseconds

1...<<21222324252627282930>>...79