Home
last modified time | relevance | path

Searched refs:currentOut (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Nio/
H A DOutMgr.cpp40 currentOut = NULL; in OutMgr()
92 return currentOut->name; in getDriver()
102 if(currentOut) in setSink()
103 currentOut->setAudioEn(false); in setSink()
105 currentOut = sink; in setSink()
106 currentOut->setAudioEn(true); in setSink()
108 bool success = currentOut->getAudioEn(); in setSink()
119 if(currentOut) in getSink()
120 return currentOut->name; in getSink()
135 return currentOut->isOutputCompressionEnabled; in getAudioCompressor()
[all …]
H A DEngineMgr.cpp116 OutMgr::getInstance(). currentOut = defaultOut; in start()
127 OutMgr::getInstance(). currentOut = in start()
129 OutMgr::getInstance(). currentOut->setAudioEn(true); in start()
H A DOutMgr.h69 AudioOut *currentOut; /**<The current output driver*/ variable
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Nio/
H A DOutMgr.cpp27 currentOut = NULL; in OutMgr()
85 return currentOut->name; in getDriver()
95 if(currentOut) in setSink()
96 currentOut->setAudioEn(false); in setSink()
98 currentOut = sink; in setSink()
99 currentOut->setAudioEn(true); in setSink()
101 bool success = currentOut->getAudioEn(); in setSink()
105 (currentOut = getOut("NULL"))->setAudioEn(true); in setSink()
112 if(currentOut) in getSink()
113 return currentOut->name; in getSink()
[all …]
H A DEngineMgr.cpp90 OutMgr::getInstance(). currentOut = defaultOut; in start()
101 OutMgr::getInstance(). currentOut = in start()
103 OutMgr::getInstance(). currentOut->setAudioEn(true); in start()
H A DOutMgr.h50 AudioOut *currentOut; /**<The current output driver*/ variable
/dports/security/fizz/fizz-2021.12.27.00/fizz/crypto/aead/
H A DIOBufUtil.h47 folly::IOBuf* currentOut = &out; in transformBuffer() local
57 static_cast<size_t>(currentOut->length() - offset), currentLength); in transformBuffer()
59 currentOut->writableData() + offset, in transformBuffer()
64 if (offset == currentOut->length()) { in transformBuffer()
66 currentOut = currentOut->next(); in transformBuffer()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dmem5.c112 u32 currentOut; /* Current checkout, including internal fragmentation */ member
272 mem5.currentOut += iFullSz; in memsys5MallocUnsafe()
274 if( mem5.maxOut<mem5.currentOut ) mem5.maxOut = mem5.currentOut; in memsys5MallocUnsafe()
313 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
315 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
316 assert( mem5.currentOut>0 || mem5.currentCount==0 ); in memsys5FreeUnsafe()
317 assert( mem5.currentCount>0 || mem5.currentOut==0 ); in memsys5FreeUnsafe()
543 fprintf(out, "mem5.currentOut = %u\n", mem5.currentOut); in sqlite3Memsys5Dump()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dmem5.c112 u32 currentOut; /* Current checkout, including internal fragmentation */ member
272 mem5.currentOut += iFullSz; in memsys5MallocUnsafe()
274 if( mem5.maxOut<mem5.currentOut ) mem5.maxOut = mem5.currentOut; in memsys5MallocUnsafe()
313 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
315 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
316 assert( mem5.currentOut>0 || mem5.currentCount==0 ); in memsys5FreeUnsafe()
317 assert( mem5.currentCount>0 || mem5.currentOut==0 ); in memsys5FreeUnsafe()
543 fprintf(out, "mem5.currentOut = %u\n", mem5.currentOut); in sqlite3Memsys5Dump()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmem5.c112 u32 currentOut; /* Current checkout, including internal fragmentation */ member
272 mem5.currentOut += iFullSz; in memsys5MallocUnsafe()
274 if( mem5.maxOut<mem5.currentOut ) mem5.maxOut = mem5.currentOut; in memsys5MallocUnsafe()
313 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
315 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
316 assert( mem5.currentOut>0 || mem5.currentCount==0 ); in memsys5FreeUnsafe()
317 assert( mem5.currentCount>0 || mem5.currentOut==0 ); in memsys5FreeUnsafe()
543 fprintf(out, "mem5.currentOut = %u\n", mem5.currentOut); in sqlite3Memsys5Dump()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dmem5.c112 u32 currentOut; /* Current checkout, including internal fragmentation */ member
272 mem5.currentOut += iFullSz; in memsys5MallocUnsafe()
274 if( mem5.maxOut<mem5.currentOut ) mem5.maxOut = mem5.currentOut; in memsys5MallocUnsafe()
313 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
315 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
316 assert( mem5.currentOut>0 || mem5.currentCount==0 ); in memsys5FreeUnsafe()
317 assert( mem5.currentCount>0 || mem5.currentOut==0 ); in memsys5FreeUnsafe()
543 fprintf(out, "mem5.currentOut = %u\n", mem5.currentOut); in sqlite3Memsys5Dump()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dmem5.c111 u32 currentOut; /* Current checkout, including internal fragmentation */ member
292 mem5.currentOut += iFullSz; in memsys5MallocUnsafe()
294 if( mem5.maxOut<mem5.currentOut ) mem5.maxOut = mem5.currentOut; in memsys5MallocUnsafe()
324 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
326 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
327 assert( mem5.currentOut>0 || mem5.currentCount==0 ); in memsys5FreeUnsafe()
328 assert( mem5.currentCount>0 || mem5.currentOut==0 ); in memsys5FreeUnsafe()
548 fprintf(out, "mem5.currentOut = %u\n", mem5.currentOut); in sqlite3Memsys5Dump()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/graph_types/
H A Dgraph_impl_undirected.h709 TEdgeStump * currentOut = g.data_vertex[vertex]; in getVertexAdjacencyVector() local
710 while(currentOut!=0) in getVertexAdjacencyVector()
712 TVertexDescriptor target = targetVertex(g, currentOut); in getVertexAdjacencyVector()
715 currentOut = getNextT(currentOut); in getVertexAdjacencyVector()
719 currentOut = getNextS(currentOut); in getVertexAdjacencyVector()
H A Dgraph_impl_directed.h933 TEdgeStump * currentOut = getValue(g.data_vertex, vertex); in _getVertexAdjacencyVector() local
934 while(currentOut != 0) in _getVertexAdjacencyVector()
936 TVertexDescriptor target = targetVertex(g, currentOut); in _getVertexAdjacencyVector()
938 currentOut = getNextT(currentOut); in _getVertexAdjacencyVector()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/graph_types/
H A Dgraph_impl_undirected.h709 TEdgeStump * currentOut = g.data_vertex[vertex]; in getVertexAdjacencyVector() local
710 while(currentOut!=0) in getVertexAdjacencyVector()
712 TVertexDescriptor target = targetVertex(g, currentOut); in getVertexAdjacencyVector()
715 currentOut = getNextT(currentOut); in getVertexAdjacencyVector()
719 currentOut = getNextS(currentOut); in getVertexAdjacencyVector()
H A Dgraph_impl_directed.h933 TEdgeStump * currentOut = getValue(g.data_vertex, vertex); in _getVertexAdjacencyVector() local
934 while(currentOut != 0) in _getVertexAdjacencyVector()
936 TVertexDescriptor target = targetVertex(g, currentOut); in _getVertexAdjacencyVector()
938 currentOut = getNextT(currentOut); in _getVertexAdjacencyVector()
/dports/devel/py-ioflo/ioflo-2.0.0/ioflo/trim/interior/plain/
H A Dsimulating.py710 velocity = 'dvl.velocity', currentOut = 'dvl.current',
724 def _prepio(self, group, velocity, currentOut, altitude, argument
785 self.currentOut = self.store.create(currentOut)
786 self.currentOut.update(forward = 0.0) #preserves order
787 self.currentOut.update(starboard = 0.0)
788 self.currentOut.update(north = 0.0) #preserves order
789 self.currentOut.update(east = 0.0)
859 self.currentOut.update(forward = cf, starboard = cs, north = cn, east = ce)
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/deploy/
H A DSparkSubmitArguments.scala584 val currentOut = System.out constant
623 System.setOut(currentOut)
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/model/builders/
H A DmeltBuilder.cpp438 int currentOut = clip->get_out(); in constructTrackFromMelt() local
439 clip->set_in_and_out(currentIn, currentOut); in constructTrackFromMelt()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/monitor/
H A Dmonitor.cpp849 int currentOut = m_glMonitor->getCurrentPos() + 1; in slotSetZoneEnd() local
851 if (currentOut < oldZone.x()) { in slotSetZoneEnd()
852 updatedZoneIn = qMax(0, currentOut - (oldZone.y() - oldZone.x())); in slotSetZoneEnd()
863 Fun redo_zone = [this, currentOut, updatedZoneIn]() { in slotSetZoneEnd()
867 m_glMonitor->getControllerProxy()->setZoneOut(currentOut); in slotSetZoneEnd()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/model/
H A Dtimelinemodel.cpp5266 int currentOut = mlt_transition_get_out(tr); in checkConsistency() local
5272 …ompositions[compoId]->getIn() == currentIn && m_allCompositions[compoId]->getOut() == currentOut) { in checkConsistency()
5278 …rning() << "No matching composition IN: " << currentIn << ", OUT: " << currentOut << ", TRACK: " <… in checkConsistency()
/dports/databases/db5/db-5.3.28/dist/validate/
H A Ds_chk_spell.dict953 currentOut
/dports/databases/db18/db-18.1.40/dist/validate/
H A Ds_chk_spell.dict951 currentOut
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c13910 u32 currentOut; /* Current checkout, including internal fragmentation */ member
14087 mem5.currentOut += iFullSz; in memsys5MallocUnsafe()
14089 if( mem5.maxOut<mem5.currentOut ) mem5.maxOut = mem5.currentOut; in memsys5MallocUnsafe()
14119 assert( mem5.currentOut>=(size*mem5.szAtom) ); in memsys5FreeUnsafe()
14121 mem5.currentOut -= size*mem5.szAtom; in memsys5FreeUnsafe()
14122 assert( mem5.currentOut>0 || mem5.currentCount==0 ); in memsys5FreeUnsafe()
14123 assert( mem5.currentCount>0 || mem5.currentOut==0 ); in memsys5FreeUnsafe()
14342 fprintf(out, "mem5.currentOut = %u\n", mem5.currentOut); in vtk_sqlite3Memsys5Dump()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c13347 u32 currentOut; /* Current checkout, including internal fragmentation */ member
13502 mem5.currentOut += iFullSz; in memsys5MallocUnsafe()
13504 if( mem5.maxOut<mem5.currentOut ) mem5.maxOut = mem5.currentOut; in memsys5MallocUnsafe()
13534 assert( mem5.currentOut>=(size*mem5.nAtom) ); in memsys5FreeUnsafe()
13536 mem5.currentOut -= size*mem5.nAtom; in memsys5FreeUnsafe()
13537 assert( mem5.currentOut>0 || mem5.currentCount==0 ); in memsys5FreeUnsafe()
13538 assert( mem5.currentCount>0 || mem5.currentOut==0 ); in memsys5FreeUnsafe()
13715 fprintf(out, "mem5.currentOut = %u\n", mem5.currentOut); in sqlite3Memsys5Dump()

12345678