/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | conftest.py | 63 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 D | llsec.h | 54 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 D | It_posix_pthread_187.cpp | 37 struct params *paramTest = (struct params *)data; in pthread_f01() 54 struct params paramTest; in Testcase()
|
H A D | It_posix_pthread_186.cpp | 37 struct params *paramTest = (struct params *)data; in pthread_f01() 53 struct params paramTest; in Testcase()
|
H A D | It_posix_pthread_188.cpp | 37 struct params *paramTest = (struct params *)data; in pthread_f01() 54 struct params paramTest; in Testcase()
|
/third_party/ffmpeg/tests/fate/ |
H A D | flac.mak | 9 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 D | libfsverity.h | 173 * @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 D | ns_exec.c | 46 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 D | crypto_dsa.h | 29 static EVPKeyCtxPointer Setup(DsaKeyPairGenConfig* params); 35 DsaKeyPairGenConfig* params); 58 const DSAKeyExportConfig& params,
|
/third_party/node/deps/brotli/c/enc/ |
H A D | brotli_bit_stream.h | 47 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 D | type-oracle.cc | 40 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 D | pbe_scrypt.c | 47 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 D | dh_kdf.c | 38 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 D | dh_kdf.c | 38 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 D | pbe_scrypt.c | 47 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 D | ast.js | 95 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 D | PreRotationPerf.cpp | 48 std::ostream &operator<<(std::ostream &os, const PreRotationParams ¶ms) in operator <<() argument 50 return os << params.backendAndStory().substr(1); in operator <<() 133 const auto ¶ms = 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 D | ast.js | 95 constructor(mod, name, type, value, params) { 100 this.params_ = params; 134 params() { return this.params_; }
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLChildCall.cpp | 49 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 D | brotli_bit_stream.h | 47 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 D | generator_impl_test.cc | 59 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 D | generator_impl_test.cc | 46 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 D | ast.js | 95 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 D | tcuNullWSPlatform.cpp | 40 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 D | main.c | 350 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...] |