Home
last modified time | relevance | path

Searched refs:params (Results 2276 - 2300 of 7305) sorted by relevance

1...<<919293949596979899100>>...293

/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dconftest.py63 params = []
75 params.append([module.name.replace(".ko", ""), vid, pid])
77 metafunc.parametrize("usbVidPid", params, ids=ids)
/kernel/linux/linux-6.6/net/mac802154/
H A Dllsec.h54 struct ieee802154_llsec_params params; member
60 /* protects params, all other fields are fine with RCU */
68 struct ieee802154_llsec_params *params);
70 const struct ieee802154_llsec_params *params,
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H A DIt_posix_pthread_187.cpp37 struct params *paramTest = (struct params *)data; in pthread_f01()
54 struct params paramTest; in Testcase()
H A DIt_posix_pthread_186.cpp37 struct params *paramTest = (struct params *)data; in pthread_f01()
53 struct params paramTest; in Testcase()
H A DIt_posix_pthread_188.cpp37 struct params *paramTest = (struct params *)data; in pthread_f01()
54 struct params paramTest; in Testcase()
/third_party/ffmpeg/tests/fate/
H A Dflac.mak9 fate-flac-rice-params \
23 fate-flac-rice-params: REF = $(SAMPLES)/audio-reference/chorusnoise_2ch_44kHz_s16.wav
24 fate-flac-rice-params: CMD = enc_dec_pcm flac wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c flac
/third_party/fsverity-utils/include/
H A Dlibfsverity.h173 * @params: Pointer to the Merkle tree parameters
179 * the @params->metadata_callbacks.
185 const struct libfsverity_merkle_tree_params *params,
217 * @params: pointer to the Merkle tree parameters
227 libfsverity_enable(int fd, const struct libfsverity_merkle_tree_params *params);
232 * @params: pointer to the Merkle tree parameters
247 const struct libfsverity_merkle_tree_params *params,
/third_party/ltp/testcases/kernel/containers/share/
H A Dns_exec.c46 printf("usage: ns_exec <NS_PID> <%s", params[0].name); in print_help()
48 for (i = 1; params[i].name; i++) in print_help()
49 printf("|,%s", params[i].name); in print_help()
/third_party/node/src/crypto/
H A Dcrypto_dsa.h29 static EVPKeyCtxPointer Setup(DsaKeyPairGenConfig* params);
35 DsaKeyPairGenConfig* params);
58 const DSAKeyExportConfig& params,
/third_party/node/deps/brotli/c/enc/
H A Dbrotli_bit_stream.h47 const BrotliEncoderParams* params, ContextType literal_context_mode,
57 BROTLI_BOOL is_last, const BrotliEncoderParams* params,
67 BROTLI_BOOL is_last, const BrotliEncoderParams* params,
/third_party/node/deps/v8/src/torque/
H A Dtype-oracle.cc40 auto& params = generic_type->generic_parameters(); in GetGenericTypeInstance() local
42 if (params.size() != arg_types.size()) { in GetGenericTypeInstance()
43 ReportError("Generic struct takes ", params.size(), " parameters, but ", in GetGenericTypeInstance()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpbe_scrypt.c47 OSSL_PARAM params[7], *z = params; in EVP_PBE_scrypt_ex() local
83 if (EVP_KDF_derive(kctx, key, keylen, params) != 1) in EVP_PBE_scrypt_ex()
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_kdf.c38 OSSL_PARAM params[5], *p = params; in ossl_dh_kdf_X9_42_asn1() local
58 ret = EVP_KDF_derive(kctx, out, outlen, params) > 0; in ossl_dh_kdf_X9_42_asn1()
/third_party/openssl/crypto/dh/
H A Ddh_kdf.c38 OSSL_PARAM params[5], *p = params; in ossl_dh_kdf_X9_42_asn1() local
58 ret = EVP_KDF_derive(kctx, out, outlen, params) > 0; in ossl_dh_kdf_X9_42_asn1()
/third_party/openssl/crypto/evp/
H A Dpbe_scrypt.c47 OSSL_PARAM params[7], *z = params; in EVP_PBE_scrypt_ex() local
83 if (EVP_KDF_derive(kctx, key, keylen, params) != 1) in EVP_PBE_scrypt_ex()
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
H A Dast.js95 constructor(mod, name, type, value, params) {
100 this.params_ = params;
134 params() { return this.params_; }
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DPreRotationPerf.cpp48 std::ostream &operator<<(std::ostream &os, const PreRotationParams &params) in operator <<() argument
50 return os << params.backendAndStory().substr(1); in operator <<()
133 const auto &params = GetParam(); local
141 for (unsigned int iteration = 0; iteration < params.iterationsPerStep; ++iteration)
176 PreRotationParams params; local
177 params.eglParameters = egl_platform::VULKAN();
178 params.preRotation = preRotation;
185 params.eglParameters.emulatedPrerotation = 90;
188 params.eglParameters.emulatedPrerotation = 180;
191 params
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
H A Dast.js95 constructor(mod, name, type, value, params) {
100 this.params_ = params;
134 params() { return this.params_; }
/third_party/skia/src/sksl/ir/
H A DSkSLChildCall.cpp49 auto params = [&]() -> SkSTArray<2, const Type*> { in call_signature_is_valid() local
59 if (params.size() != arguments.size()) { in call_signature_is_valid()
63 if (arguments[i]->type() != *params[i]) { in call_signature_is_valid()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbrotli_bit_stream.h47 const BrotliEncoderParams* params, ContextType literal_context_mode,
57 BROTLI_BOOL is_last, const BrotliEncoderParams* params,
67 BROTLI_BOOL is_last, const BrotliEncoderParams* params,
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_test.cc59 auto params = GetParam(); in TEST_P() local
62 EXPECT_EQ(gen.builtin_to_string(params.builtin, ast::PipelineStage::kVertex), in TEST_P()
63 std::string(params.attribute_name)); in TEST_P()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_test.cc46 auto params = GetParam(); in TEST_P() local
49 EXPECT_EQ(gen.builtin_to_attribute(params.builtin), in TEST_P()
50 std::string(params.attribute_name)); in TEST_P()
/third_party/spirv-tools/tools/sva/src/
H A Dast.js95 constructor(mod, name, type, value, params) {
100 this.params_ = params;
134 params() { return this.params_; }
/third_party/vk-gl-cts/framework/platform/nullws/
H A DtcuNullWSPlatform.cpp40 Window(eglu::NativeDisplay* nativeDisplay, const eglu::WindowParams& params) in Window() argument
59 eglu::NativeWindow* createWindow(eglu::NativeDisplay* nativeDisplay, const eglu::WindowParams& params) const in createWindow()
61 return new Window(nativeDisplay, params); in createWindow()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c350 const struct ieee80211_tx_queue_params *params) in mt7915_conf_tx()
357 mvif->queue_params[queue] = *params; in mt7915_conf_tx()
578 struct ieee80211_ampdu_params *params) in mt7915_ampdu_action()
580 enum ieee80211_ampdu_mlme_action action = params->action; in mt7915_ampdu_action()
582 struct ieee80211_sta *sta = params->sta; in mt7915_ampdu_action()
583 struct ieee80211_txq *txq = sta->txq[params->tid]; in mt7915_ampdu_action()
585 u16 tid = params->tid; in mt7915_ampdu_action()
586 u16 ssn = params->ssn; in mt7915_ampdu_action()
599 params->buf_size); in mt7915_ampdu_action()
600 mt7915_mcu_add_rx_ba(dev, params, tru in mt7915_ampdu_action()
349 mt7915_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u16 queue, const struct ieee80211_tx_queue_params *params) mt7915_conf_tx() argument
577 mt7915_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_ampdu_params *params) mt7915_ampdu_action() argument
[all...]

Completed in 11 milliseconds

1...<<919293949596979899100>>...293