Home
last modified time | relevance | path

Searched refs:flowData (Results 1 – 25 of 40) sorted by relevance

12

/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Dflowdata.cpp28 flowData.assign(numFlows, 0); in FlowData()
53 …for(int i=0;i<numFlows;i++) { flowFile >> flowData[i]; if (m->getDebug()) { m->mothurOut(toString… in getNext()
104 float intensity = flowData[i + deadSpot]; in updateEndFlow()
142 int intensity = (int)(flowData[i] + 0.5); in translateFlow()
205 if(flowData[i] > maxIntensity){ in hasGoodHomoP()
254 outFlowFile << flowData[i] << ' '; in printFlows()
271 outFlowFile << flowData[i] << ' '; in printFlows()
287 for(int i=0;i<maxFlows;i++){ output += toString(flowData[i]) + ' '; } output += "\n"; in printFlows()
302 for(int i=0;i<numFlows;i++){ output += toString(flowData[i]) + ' '; } output += "\n"; in printFlows()
H A Dflowdata.h46 vector<float> flowData; variable
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/
H A Dflow.c35 while ((tmp_fd = flowp->flowData)) in AppIdFlowdataFree()
37 flowp->flowData = tmp_fd->next; in AppIdFlowdataFree()
61 for (tmp_fd = flowp->flowData; tmp_fd && tmp_fd->fd_id != id; tmp_fd = tmp_fd->next); in AppIdFlowdataGet()
70 for (pfd = &flowp->flowData; *pfd && (*pfd)->fd_id != id; pfd = &(*pfd)->next); in AppIdFlowdataRemove()
87 for (pfd = &flowp->flowData; *pfd && (*pfd)->fd_id != id; pfd = &(*pfd)->next); in AppIdFlowdataDelete()
104 pfd = &flowp->flowData; in AppIdFlowdataDeleteAllByMask()
139 tmp_fd->next = flowp->flowData; in AppIdFlowdataAdd()
140 flowp->flowData = tmp_fd; in AppIdFlowdataAdd()
H A Dflow.h253 AppIdFlowData *flowData; member
/dports/www/firefox-esr/firefox-91.8.0/js/src/debugger/
H A DScript.cpp1238 FlowGraphSummary flowData(cx_); in match() local
1239 if (!flowData.populate(cx_, script)) { in match()
1632 FlowGraphSummary flowData(cx); in getAllOffsets() local
1633 if (!flowData.populate(cx, script)) { in getAllOffsets()
1652 if (!flowData[offset].hasNoEdges() && flowData[offset].lineno() != lineno) { in getAllOffsets()
1738 FlowGraphSummary flowData(cx_); in match() local
1739 if (!flowData.populate(cx_, script)) { in match()
1757 (flowData[offset].lineno() != lineno || in match()
1821 FlowGraphSummary flowData(cx_); in match() local
1822 if (!flowData.populate(cx_, script)) { in match()
[all …]
/dports/www/firefox/firefox-99.0/js/src/debugger/
H A DScript.cpp1238 FlowGraphSummary flowData(cx_); in match() local
1239 if (!flowData.populate(cx_, script)) { in match()
1642 FlowGraphSummary flowData(cx); in getAllOffsets() local
1643 if (!flowData.populate(cx, script)) { in getAllOffsets()
1662 if (!flowData[offset].hasNoEdges() && flowData[offset].lineno() != lineno) { in getAllOffsets()
1748 FlowGraphSummary flowData(cx_); in match() local
1749 if (!flowData.populate(cx_, script)) { in match()
1767 (flowData[offset].lineno() != lineno || in match()
1831 FlowGraphSummary flowData(cx_); in match() local
1832 if (!flowData.populate(cx_, script)) { in match()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/debugger/
H A DScript.cpp1238 FlowGraphSummary flowData(cx_); in match() local
1239 if (!flowData.populate(cx_, script)) { in match()
1632 FlowGraphSummary flowData(cx); in getAllOffsets() local
1633 if (!flowData.populate(cx, script)) { in getAllOffsets()
1652 if (!flowData[offset].hasNoEdges() && flowData[offset].lineno() != lineno) { in getAllOffsets()
1738 FlowGraphSummary flowData(cx_); in match() local
1739 if (!flowData.populate(cx_, script)) { in match()
1757 (flowData[offset].lineno() != lineno || in match()
1821 FlowGraphSummary flowData(cx_); in match() local
1822 if (!flowData.populate(cx_, script)) { in match()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/debugger/
H A DScript.cpp1207 FlowGraphSummary flowData(cx_); in match() local
1208 if (!flowData.populate(cx_, script)) { in match()
1689 FlowGraphSummary flowData(cx); in getAllOffsets() local
1690 if (!flowData.populate(cx, script)) { in getAllOffsets()
1709 if (!flowData[offset].hasNoEdges() && flowData[offset].lineno() != lineno) { in getAllOffsets()
1795 FlowGraphSummary flowData(cx_); in match() local
1796 if (!flowData.populate(cx_, script)) { in match()
1814 (flowData[offset].lineno() != lineno || in match()
1878 FlowGraphSummary flowData(cx_); in match() local
1879 if (!flowData.populate(cx_, script)) { in match()
[all …]
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dtrimflowscommand.cpp360 …FlowData flowData(params->numFlows, params->signal, params->noise, params->maxHomoP, params->flowO… in driverCreateTrim() local
409 flowData.getNext(flowFile); in driverCreateTrim()
410 flowData.capFlows(params->maxFlows); in driverCreateTrim()
412 Sequence currSeq = flowData.getSequence(); in driverCreateTrim()
416 …if(!flowData.hasMinFlows(params->minFlows)){ //screen to see if sequence is of a minimum number of… in driverCreateTrim()
420 … if(!flowData.hasGoodHomoP()){ //screen to see if sequence meets the maximum homopolymer limit in driverCreateTrim()
552 flowData.printFlows(params->trimFile); in driverCreateTrim()
561 flowData.printFlows(params->scrapFile, trashCode); in driverCreateTrim()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dpvidchan.cxx373 bool PVideoChannel::FlowControl(const void* flowData) in FlowControl() argument
376 return mpInput->FlowControl(flowData); in FlowControl()
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dvideo.h252 virtual bool FlowControl(const void * flowData);
H A Dchannel.h464 virtual bool FlowControl(const void * flowData);
/dports/net-mgmt/py-pysnmp-mibs/pysnmp-mibs-0.1.6/pysnmp_mibs/
H A DFLOW-METER-MIB.py22 flowData = MibIdentifier((1, 3, 6, 1, 2, 1, 40, 2)) variable
295 …iance=flowMIBCompliance, flowDataDestPeerMask=flowDataDestPeerMask, flowData=flowData, flowRuleInf…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go78 flowDatas map[*types.Label]*flowData
87 type flowData struct { struct
211 flowDatas: map[*types.Label]*flowData{nil: {}},
681 flowDatas: map[*types.Label]*flowData{nil: {}},
H A Dstatements.go64 data := &flowData{
537 data := &flowData{
611 data := &flowData{
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go78 flowDatas map[*types.Label]*flowData
87 type flowData struct { struct
208 flowDatas: map[*types.Label]*flowData{nil: {}},
678 flowDatas: map[*types.Label]*flowData{nil: {}},
H A Dstatements.go64 data := &flowData{
537 data := &flowData{
611 data := &flowData{
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go78 flowDatas map[*types.Label]*flowData
87 type flowData struct { struct
211 flowDatas: map[*types.Label]*flowData{nil: {}},
681 flowDatas: map[*types.Label]*flowData{nil: {}},
H A Dstatements.go64 data := &flowData{
537 data := &flowData{
611 data := &flowData{
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go78 flowDatas map[*types.Label]*flowData
87 type flowData struct { struct
211 flowDatas: map[*types.Label]*flowData{nil: {}},
681 flowDatas: map[*types.Label]*flowData{nil: {}},
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go78 flowDatas map[*types.Label]*flowData
87 type flowData struct { struct
211 flowDatas: map[*types.Label]*flowData{nil: {}},
681 flowDatas: map[*types.Label]*flowData{nil: {}},
/dports/audio/visp-go/visp-2585747/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go78 flowDatas map[*types.Label]*flowData
87 type flowData struct { struct
211 flowDatas: map[*types.Label]*flowData{nil: {}},
681 flowDatas: map[*types.Label]*flowData{nil: {}},
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go78 flowDatas map[*types.Label]*flowData
87 type flowData struct { struct
211 flowDatas: map[*types.Label]*flowData{nil: {}},
681 flowDatas: map[*types.Label]*flowData{nil: {}},
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dpackage.go78 flowDatas map[*types.Label]*flowData
87 type flowData struct { struct
211 flowDatas: map[*types.Label]*flowData{nil: {}},
681 flowDatas: map[*types.Label]*flowData{nil: {}},
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DDebugger.cpp5988 FlowGraphSummary flowData(cx);
5989 if (!flowData.populate(cx, script))
6056 FlowGraphSummary flowData(cx);
6057 if (!flowData.populate(cx, script))
6072 if (!flowData[offset].hasNoEdges() && flowData[offset].lineno() != lineno) {
6127 FlowGraphSummary flowData(cx);
6128 if (!flowData.populate(cx, script))
6142 !flowData[offset].hasNoEdges() &&
6190 FlowGraphSummary flowData(cx_);
6191 if (!flowData.populate(cx_, script))
[all …]

12