Home
last modified time | relevance | path

Searched refs:set_params (Results 1 - 20 of 20) sorted by relevance

/third_party/ltp/testcases/kernel/fs/mongo/
H A Dmongo.pl62 sub set_params;
482 sub set_params { subroutine
504 set_params ($par_set_n);
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_set.h75 container_internal::btree<container_internal::set_params<
397 container_internal::btree<container_internal::set_params<
H A Dbtree_test.cc1194 set_params<ValueType, std::less<ValueType>, std::allocator<ValueType>, in GetTargetNodeSize()
1432 set_params<Key, Cmp, std::allocator<Key>,
/third_party/ffmpeg/libavfilter/
H A Dvf_frei0r.c144 static int set_params(AVFilterContext *ctx, const char *params) in set_params() function
330 return set_params(ctx, s->params); in config_input_props()
400 return set_params(ctx, s->params); in process_command()
478 return set_params(ctx, s->params); in source_config_props()
H A Dvf_gblur.c201 static void set_params(float sigma, int steps, float *postscale, float *boundaryscale, float *nu) in set_params() function
220 set_params(s->sigma, s->steps, &s->postscale, &s->boundaryscale, &s->nu); in filter_frame()
221 set_params(s->sigmaV, s->steps, &s->postscaleV, &s->boundaryscaleV, &s->nuV); in filter_frame()
H A Daf_aexciter.c80 static void set_params(ChannelParams *p, in set_params() function
239 set_params(&s->cp[i], s->blend, s->drive, inlink->sample_rate, in config_input()
H A Dvf_dblur.c167 static void set_params(DBlurContext *s, float angle, float r) in set_params() function
199 set_params(s, s->angle, s->radius); in filter_frame()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dkeymgmt_meth.c115 if (keymgmt->set_params == NULL) { in keymgmt_from_algorithm()
117 keymgmt->set_params = OSSL_FUNC_keymgmt_set_params(fns); in keymgmt_from_algorithm()
418 if (keymgmt->set_params == NULL) in evp_keymgmt_set_params()
420 return keymgmt->set_params(keydata, params); in evp_keymgmt_set_params()
H A Devp_enc.c1096 int set_params = 1; in EVP_CIPHER_CTX_ctrl() local
1116 set_params = 0; in EVP_CIPHER_CTX_ctrl()
1152 set_params = 0; in EVP_CIPHER_CTX_ctrl()
1165 set_params = 0; /* Fall thru */ in EVP_CIPHER_CTX_ctrl()
1179 set_params = 0; /* Fall thru */ in EVP_CIPHER_CTX_ctrl()
1200 set_params = 0; /* Fall thru */ in EVP_CIPHER_CTX_ctrl()
1277 if (set_params) in EVP_CIPHER_CTX_ctrl()
H A Devp_local.h109 OSSL_FUNC_keymgmt_set_params_fn *set_params; member
H A Ddigest.c810 int set_params = 1; in EVP_MD_CTX_ctrl() local
828 set_params = 0; in EVP_MD_CTX_ctrl()
840 if (set_params) in EVP_MD_CTX_ctrl()
/third_party/openssl/crypto/evp/
H A Dkeymgmt_meth.c115 if (keymgmt->set_params == NULL) { in keymgmt_from_algorithm()
117 keymgmt->set_params = OSSL_FUNC_keymgmt_set_params(fns); in keymgmt_from_algorithm()
418 if (keymgmt->set_params == NULL) in evp_keymgmt_set_params()
420 return keymgmt->set_params(keydata, params); in evp_keymgmt_set_params()
H A Devp_enc.c1091 int set_params = 1; in EVP_CIPHER_CTX_ctrl() local
1111 set_params = 0; in EVP_CIPHER_CTX_ctrl()
1147 set_params = 0; in EVP_CIPHER_CTX_ctrl()
1160 set_params = 0; /* Fall thru */ in EVP_CIPHER_CTX_ctrl()
1174 set_params = 0; /* Fall thru */ in EVP_CIPHER_CTX_ctrl()
1195 set_params = 0; /* Fall thru */ in EVP_CIPHER_CTX_ctrl()
1272 if (set_params) in EVP_CIPHER_CTX_ctrl()
H A Devp_local.h109 OSSL_FUNC_keymgmt_set_params_fn *set_params; member
H A Ddigest.c810 int set_params = 1; in EVP_MD_CTX_ctrl() local
828 set_params = 0; in EVP_MD_CTX_ctrl()
840 if (set_params) in EVP_MD_CTX_ctrl()
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-sbc.c249 static void set_params(struct sbc_info *sbc_info) { in set_params() function
281 set_params(&sbc_info); in sbc_get_max_bitpool_below_rate()
675 set_params(sbc_info); in init()
719 set_params(sbc_info); in reset()
/third_party/openssl/test/
H A Dparams_test.c29 * set_params and get_params functions.
276 int (*set_params)(void *obj, const OSSL_PARAM *params); member
299 * set_params and get_params calls ignore the lack of parameters that
483 if (!TEST_true(prov->set_params(obj, params))) { in test_case_variant()
/third_party/alsa-utils/aplay/
H A Daplay.c1345 static void set_params(void) function
2442 set_params();
2500 set_params();
2513 set_params();
2890 set_params();
3261 set_params();
3378 set_params();
3432 set_params();
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree.h408 struct set_params : common_params<Key, Compare, Alloc, TargetNodeSize, Multi, struct
411 using slot_type = typename set_params::common_params::slot_type;
413 typename set_params::common_params::original_key_compare;
/third_party/littlefs/scripts/
H A Dplotmpl.py152 self.set_params(scale)

Completed in 53 milliseconds