Home
last modified time | relevance | path

Searched refs:params (Results 5176 - 5200 of 7189) sorted by relevance

1...<<201202203204205206207208209210>>...288

/third_party/node/deps/openssl/openssl/include/crypto/
H A Decx.h140 int ossl_ecx_key_fromdata(ECX_KEY *ecx, const OSSL_PARAM params[],
/third_party/node/deps/openssl/openssl/include/internal/
H A Dprovider.h85 int ossl_provider_get_params(const OSSL_PROVIDER *prov, OSSL_PARAM params[]);
/third_party/openssl/crypto/
H A Dparams_from_text.c14 #include <openssl/params.h>
17 * When processing text to params, we're trying to be smart with numbers.
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl_2_autogen.h14 void getVertexAttribdv(GLuint index, GLenum pname, GLdouble *params); \
/third_party/vk-gl-cts/execserver/
H A DxsProtocol.hpp119 std::string params; member in xs::ExecuteBinaryMessage
H A DxsWin32TestProcess.hpp185 virtual void start (const char* name, const char* params, const char* workingDir, const char* caseList);
/third_party/vk-gl-cts/executor/
H A DxeTcpIpLink.hpp136 void startTestProcess (const char* name, const char* params, const char* workingDir, const char* caseList);
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dreduce_load_size_test.cpp446 OpMemberName %MaterialInstancing_Constants 1 "params" in TEST_F()
/third_party/openssl/include/internal/
H A Dprovider.h85 int ossl_provider_get_params(const OSSL_PROVIDER *prov, OSSL_PARAM params[]);
/third_party/openssl/demos/signature/
H A Drsa_pss_direct.c15 #include <openssl/params.h>
/third_party/openssl/include/crypto/
H A Decx.h140 int ossl_ecx_key_fromdata(ECX_KEY *ecx, const OSSL_PARAM params[],
/third_party/openssl/demos/mac/
H A Dpoly1305.c15 #include <openssl/params.h>
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dreduce_load_size_test.cpp446 OpMemberName %MaterialInstancing_Constants 1 "params" in TEST_F()
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdf.h90 char** params,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp62 for (auto *Param : Ty->params()) in computeSignatureVTs()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dnum_workgroups_from_uniform.cc110 ctx.Remove(func->params, param->Declaration()); in Run()
/third_party/skia/third_party/externals/zlib/google/
H A Dzip.h120 // files (as well as other settings) are specified in |params|.
121 bool Zip(const ZipParams& params);
/third_party/rust/crates/libc/src/unix/solarish/
H A Dsolaris.rs77 pub fn door_call(d: ::c_int, params: *const door_arg_t) -> ::c_int; in door_call()
/third_party/skia/include/sksl/
H A DDSLFunction.h106 SkTArray<DSLParameter*> params, PositionInfo pos);
/third_party/skia/modules/particles/include/
H A DSkParticleEffect.h130 SkParticleEffect(sk_sp<SkParticleEffectParams> params);
/third_party/spirv-tools/test/opt/
H A Dreduce_load_size_test.cpp446 OpMemberName %MaterialInstancing_Constants 1 "params" in TEST_F()
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureTestUtil.hpp156 void renderQuad (int texUnit, const float* texCoord, const glu::TextureTestUtil::RenderParams& params);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/include/
H A Dcm_type.h203 struct CmParam params[]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/
H A De100.c532 struct params { struct
573 struct params params; member
1046 nic->params.rfds = rfds; in e100_get_defaults()
1047 nic->params.cbs = cbs; in e100_get_defaults()
1852 while (nic->cbs_avail != nic->params.cbs.count) { in e100_clean_cbs()
1876 unsigned int i, count = nic->params.cbs.count; in e100_alloc_cbs()
2132 unsigned int i, count = nic->params.rfds.count; in e100_rx_clean_list()
2155 unsigned int i, count = nic->params.rfds.count; in e100_rx_alloc_list()
2560 struct param_range *rfds = &nic->params in e100_get_ringparam()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c2645 struct iwl_fw_dbg_params params = {0}; in iwl_fw_dbg_collect_sync() local
2663 iwl_fw_dbg_stop_restart_recording(fwrt, &params, true); in iwl_fw_dbg_collect_sync()
2672 iwl_fw_dbg_stop_restart_recording(fwrt, &params, false); in iwl_fw_dbg_collect_sync()
2797 struct iwl_fw_dbg_params *params) in iwl_fw_dbg_stop_recording()
2804 if (params) { in iwl_fw_dbg_stop_recording()
2805 params->in_sample = iwl_read_umac_prph(trans, DBGC_IN_SAMPLE); in iwl_fw_dbg_stop_recording()
2806 params->out_ctrl = iwl_read_umac_prph(trans, DBGC_OUT_CTRL); in iwl_fw_dbg_stop_recording()
2818 struct iwl_fw_dbg_params *params) in iwl_fw_dbg_restart_recording()
2820 if (!params) in iwl_fw_dbg_restart_recording()
2828 iwl_write_umac_prph(trans, DBGC_IN_SAMPLE, params in iwl_fw_dbg_restart_recording()
2796 iwl_fw_dbg_stop_recording(struct iwl_trans *trans, struct iwl_fw_dbg_params *params) iwl_fw_dbg_stop_recording() argument
2817 iwl_fw_dbg_restart_recording(struct iwl_trans *trans, struct iwl_fw_dbg_params *params) iwl_fw_dbg_restart_recording() argument
2835 iwl_fw_dbg_stop_restart_recording(struct iwl_fw_runtime *fwrt, struct iwl_fw_dbg_params *params, bool stop) iwl_fw_dbg_stop_restart_recording() argument
[all...]

Completed in 21 milliseconds

1...<<201202203204205206207208209210>>...288