Home
last modified time | relevance | path

Searched refs:paramsOut (Results 1 – 25 of 83) sorted by relevance

1234

/dports/audio/Maaate/Maaate-0.3.1/src/plugins_brief/
H A DmaaateM_brief.cc60 if (paramsOut->size() == 0) { in variance()
98 if (paramsOut->size() == 0) { in sumScalefactors()
135 if (paramsOut->size() == 0) { in lowNrj()
172 if (paramsOut->size() == 0) { in spectralCentroid()
214 if (paramsOut->size() == 0) { in backgroundNoiseLevel()
260 if (paramsOut->size() == 0) { in silenceSegmentation()
306 if (paramsOut->size() == 0) { in noiseSegmentation()
354 if (paramsOut->size() == 0) { in segmentation()
432 if (paramsOut->size() == 0) { in SBnrj()
790 iter=paramsOut->begin(); in bandwidth()
[all …]
/dports/audio/Maaate/Maaate-0.3.1/demos/
H A DcanalyseMPaudio.c280 ModuleParamList *paramsIn, *paramsOut; in main() local
354 paramsOut = maaateA_apply (m, paramsIn); in main()
360 param = maaateA_ModuleParamList_nth (paramsOut, 0); in main()
414 paramsOut = maaateA_apply (m, paramsIn); in main()
420 param = maaateA_ModuleParamList_nth (paramsOut, 0); in main()
471 paramsOut = maaateA_apply (m, paramsIn); in main()
477 param = maaateA_ModuleParamList_nth (paramsOut, 0); in main()
537 paramsOut = maaateA_apply (m, paramsIn); in main()
543 param = maaateA_ModuleParamList_nth (paramsOut, 0); in main()
598 paramsOut = maaateA_apply (m, paramsIn); in main()
[all …]
/dports/security/sslsplit/sslsplit-0.5.5/extra/nssdebug/
H A Dsnoop-nss-verify.c60 CERTValOutParam *paramsOut, in CERT_PKIXVerifyCert() argument
67 rv = original(cert, usages, paramsIn, paramsOut, wincx); in CERT_PKIXVerifyCert()
70 cert, usages, paramsIn, paramsOut, wincx, rv); in CERT_PKIXVerifyCert()
/dports/security/sslproxy/SSLproxy-0.9.2/extra/nssdebug/
H A Dsnoop-nss-verify.c60 CERTValOutParam *paramsOut, in CERT_PKIXVerifyCert() argument
67 rv = original(cert, usages, paramsIn, paramsOut, wincx); in CERT_PKIXVerifyCert()
70 cert, usages, paramsIn, paramsOut, wincx, rv); in CERT_PKIXVerifyCert()
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/plugins/builtin/blocks/
H A Dsmartyinterface.php44 $paramsOut = '';
46 $paramsOut .= var_export($i, true).' => '.$p.',';
52 …!isset($_tag_stack)){ $_tag_stack = array(); } $_tag_stack[] = array('.$paramsOut.'); $_block_repe…
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/dwoo/plugins/builtin/blocks/
H A Dsmartyinterface.php44 $paramsOut = '';
46 $paramsOut .= var_export($i, true).' => '.$p.',';
52 …!isset($_tag_stack)){ $_tag_stack = array(); } $_tag_stack[] = array('.$paramsOut.'); $_block_repe…
/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dqemumigparamstest.c139 g_autoptr(virJSONValue) paramsOut = NULL; in qemuMigParamsTestJSON()
159 if (!(paramsOut = qemuMigrationParamsToJSON(migParams)) || in qemuMigParamsTestJSON()
160 !(actualJSON = virJSONValueToString(paramsOut, true))) in qemuMigParamsTestJSON()
164 paramsOut, in qemuMigParamsTestJSON()
H A Dqemumigrationcookiexmltest.c305 g_autoptr(virJSONValue) paramsOut = NULL; in testQemuMigrationCookieBlockDirtyBitmaps()
336 if (!(paramsOut = qemuMigrationParamsToJSON(migParams)) || in testQemuMigrationCookieBlockDirtyBitmaps()
337 !(actualJSON = virJSONValueToString(paramsOut, true))) in testQemuMigrationCookieBlockDirtyBitmaps()
341 paramsOut, in testQemuMigrationCookieBlockDirtyBitmaps()
/dports/audio/Maaate/Maaate-0.3.1/src/plugins/
H A Dbgnoiselevel.cc285 list<ModuleParam> * paramsOut = sm->apply(&sm_paramsIn); in apply_bgnoiselevel() local
286 if (paramsOut->size() == 0) { in apply_bgnoiselevel()
292 SegmentTable *result = paramsOut->front().get_st(); in apply_bgnoiselevel()
296 delete paramsOut; in apply_bgnoiselevel()
H A Dnoise.cc289 list<ModuleParam> * paramsOut = sm->apply(&sm_paramsIn); in apply_noise() local
290 if (paramsOut->size() == 0) { in apply_noise()
296 SegmentTable *result = paramsOut->front().get_st(); in apply_noise()
H A Dsilences.cc289 list<ModuleParam> * paramsOut = sm->apply(&sm_paramsIn); in apply_silence() local
290 if (paramsOut->size() == 0) { in apply_silence()
296 SegmentTable *result = paramsOut->front().get_st(); in apply_silence()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/gtpin/
H A Dgtpin_callbacks.cpp105 instrument_params_out_t paramsOut = {0}; in gtpinNotifyKernelCreate() local
106 … (*GTPinCallbacks.onKernelCreate)((context_handle_t)(cl_context)context, &paramsIn, &paramsOut); in gtpinNotifyKernelCreate()
108 pKernel->substituteKernelHeap(paramsOut.inst_kernel_binary, paramsOut.inst_kernel_size); in gtpinNotifyKernelCreate()
109 pKernel->setKernelId(paramsOut.kernel_id); in gtpinNotifyKernelCreate()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBinASTParser.h212 uint32_t funLength, ListNode** paramsOut, ListNode** bodyOut,
215 uint32_t funLength, ListNode** paramsOut, ListNode** bodyOut,
217 JS::Result<Ok> parseGetterContents(uint32_t funLength, ListNode** paramsOut,
222 JS::Result<Ok> parseSetterContents(uint32_t funLength, ListNode** paramsOut,
328 const size_t start, uint32_t funLength, ListNode** paramsOut,
331 const size_t start, uint32_t funLength, ListNode** paramsOut,
335 ListNode** paramsOut,
390 ListNode** paramsOut,
/dports/finance/prestashop/prestashop/src/Adapter/Product/
H A DAdminProductDataProvider.php182 $paramsOut = array_merge($persistedParams, (array) $paramsIn);
185 $this->persistFilterParameters($paramsOut);
189 return $paramsOut;
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Duniforms.h60 GLvoid *paramsOut);
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dplugin.cpp3621 paramsOut = nullptr; in PluginGui()
3680 if (paramsOut) in ~PluginGui()
3681 delete[] paramsOut; in ~PluginGui()
4024 paramsOut = new GuiParam[paramCnt]; in constructGUIFromPluginMetadata()
4041 paramsOut[i].pressed = false; in constructGUIFromPluginMetadata()
4048 paramsOut[i].label->setFrame(true); in constructGUIFromPluginMetadata()
4050 paramsOut[i].label->setPrecision(2); in constructGUIFromPluginMetadata()
4051 paramsOut[i].label->setId(i); in constructGUIFromPluginMetadata()
4076 paramsOut[i].actuator = m; in constructGUIFromPluginMetadata()
4585 if (paramsOut) { in updateControls()
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/@react-navigation/core/lib/commonjs/routers/
H A DpathUtils.js.map1paramsOut","matchResult","i","key","asterisk","paramName","name","decodedMatchResult","decodeURICo…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/@react-navigation/core/lib/module/routers/
H A DpathUtils.js.map1paramsOut","matchResult","i","key","asterisk","paramName","name","decodedMatchResult","decodeURICo…
/dports/lang/solidity/solidity_0.8.11/libsolidity/formal/
H A DSymbolicTypes.cpp251 auto const& paramsOut = fType->returnParameterTypes(); in newSymbolicVariable() local
261 findFunctionParam(paramsOut) != end(paramsOut) in newSymbolicVariable()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/certhigh/
H A Dcertvfypkix.c2031 CERTValOutParam *paramsOut, in CERT_PKIXVerifyCert() argument
2198 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_trustAnchor); in CERT_PKIXVerifyCert()
2214 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_certList); in CERT_PKIXVerifyCert()
2228 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_errorLog); in CERT_PKIXVerifyCert()
2271 cert_pkixDestroyValOutParam(paramsOut); in CERT_PKIXVerifyCert()
/dports/security/ca_root_nss/nss-3.71/nss/lib/certhigh/
H A Dcertvfypkix.c2031 CERTValOutParam *paramsOut, in CERT_PKIXVerifyCert() argument
2198 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_trustAnchor); in CERT_PKIXVerifyCert()
2214 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_certList); in CERT_PKIXVerifyCert()
2228 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_errorLog); in CERT_PKIXVerifyCert()
2271 cert_pkixDestroyValOutParam(paramsOut); in CERT_PKIXVerifyCert()
/dports/www/firefox/firefox-99.0/security/nss/lib/certhigh/
H A Dcertvfypkix.c2033 CERTValOutParam *paramsOut, in CERT_PKIXVerifyCert() argument
2200 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_trustAnchor); in CERT_PKIXVerifyCert()
2216 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_certList); in CERT_PKIXVerifyCert()
2230 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_errorLog); in CERT_PKIXVerifyCert()
2273 cert_pkixDestroyValOutParam(paramsOut); in CERT_PKIXVerifyCert()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/certhigh/
H A Dcertvfypkix.c2034 CERTValOutParam *paramsOut, in CERT_PKIXVerifyCert() argument
2201 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_trustAnchor); in CERT_PKIXVerifyCert()
2217 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_certList); in CERT_PKIXVerifyCert()
2231 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_errorLog); in CERT_PKIXVerifyCert()
2274 cert_pkixDestroyValOutParam(paramsOut); in CERT_PKIXVerifyCert()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/certhigh/
H A Dcertvfypkix.c2034 CERTValOutParam *paramsOut, in CERT_PKIXVerifyCert() argument
2201 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_trustAnchor); in CERT_PKIXVerifyCert()
2217 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_certList); in CERT_PKIXVerifyCert()
2231 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_errorLog); in CERT_PKIXVerifyCert()
2274 cert_pkixDestroyValOutParam(paramsOut); in CERT_PKIXVerifyCert()
/dports/security/nss/nss-3.76.1/nss/lib/certhigh/
H A Dcertvfypkix.c2033 CERTValOutParam *paramsOut, in CERT_PKIXVerifyCert() argument
2200 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_trustAnchor); in CERT_PKIXVerifyCert()
2216 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_certList); in CERT_PKIXVerifyCert()
2230 oparam = cert_pkix_FindOutputParam(paramsOut, cert_po_errorLog); in CERT_PKIXVerifyCert()
2273 cert_pkixDestroyValOutParam(paramsOut); in CERT_PKIXVerifyCert()

1234