Home
last modified time | relevance | path

Searched defs:params (Results 2451 - 2475 of 6344) sorted by relevance

1...<<919293949596979899100>>...254

/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...]
H A Dcrypto_cipher.h198 CipherJob( Environment* env, v8::Local<v8::Object> object, CryptoJobMode mode, KeyObjectHandle* key, WebCryptoCipherMode cipher_mode, const ArrayBufferOrViewContents<char>& data, AdditionalParams&& params) CipherJob() argument
H A Dcrypto_hash.cc232 EncodeOutput( Environment* env, const HashConfig& params, ByteSource* out, v8::Local<v8::Value>* result) EncodeOutput() argument
241 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, HashConfig* params) AdditionalConfig() argument
285 DeriveBits( Environment* env, const HashConfig& params, ByteSource* out) DeriveBits() argument
[all...]
H A Dcrypto_rsa.cc32 EVPKeyCtxPointer RsaKeyGenTraits::Setup(RsaKeyPairGenConfig* params) { in Setup() argument
126 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int* offset, RsaKeyPairGenConfig* params) AdditionalConfig() argument
190 RSA_JWK_Export( KeyObjectData* key_data, const RSAKeyExportConfig& params, ByteSource* out) RSA_JWK_Export() argument
199 RSA_Cipher( Environment* env, KeyObjectData* key_data, const RSACipherConfig& params, const ByteSource& in, ByteSource* out) RSA_Cipher() argument
251 AdditionalConfig( const FunctionCallbackInfo<Value>& args, unsigned int offset, RSAKeyExportConfig* params) AdditionalConfig() argument
261 DoExport( std::shared_ptr<KeyObjectData> key_data, WebCryptoKeyFormat format, const RSAKeyExportConfig& params, ByteSource* out) DoExport() argument
298 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, WebCryptoCipherMode cipher_mode, RSACipherConfig* params) AdditionalConfig() argument
342 DoCipher( Environment* env, std::shared_ptr<KeyObjectData> key_data, WebCryptoCipherMode cipher_mode, const RSACipherConfig& params, const ByteSource& in, ByteSource* out) DoCipher() argument
572 const RSA_PSS_PARAMS* params = RSA_get0_pss_params(rsa); GetRsaKeyDetail() local
[all...]
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip.cc124 bool Zip(const ZipParams& params) { in Zip() argument
[all...]
/third_party/node/deps/zlib/google/
H A Dzip.cc124 bool Zip(const ZipParams& params) { in Zip() argument
[all...]
/third_party/node/src/
H A Dinspector_profiler.cc50 ss << R"(, "params": )" << params; local
334 std::string params = R"({ "interval": )"; local
378 std::string params = R"({ "samplingInterval": )"; local
41 DispatchMessage(const char* method, const char* params, bool is_profile_request) global() argument
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dblock_splitter.c122 BrotliSplitBlock(MemoryManager* m, const Command* cmds, const size_t num_commands, const uint8_t* data, const size_t pos, const size_t mask, const BrotliEncoderParams* params, BlockSplit* literal_split, BlockSplit* insert_and_copy_split, BlockSplit* dist_split) BrotliSplitBlock() argument
H A Dhash_longest_match64_inc.h60 Initialize( HasherCommon* common, HashLongestMatch* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument
96 HashMemAllocInBytes( const BrotliEncoderParams* params, BROTLI_BOOL one_shot, size_t input_size) HashMemAllocInBytes() argument
[all...]

Completed in 17 milliseconds

1...<<919293949596979899100>>...254