Home
last modified time | relevance | path

Searched refs:needsRead (Results 1 – 3 of 3) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/native-plugins/
H A Daudio-base.hpp161 bool& needsRead, in tryPutData()
182 needsRead = true; in tryPutData()
191 needsRead = true; in tryPutData()
205 needsRead = true; in tryPutData()
216 needsRead = true; in tryPutData()
498 bool needsRead = false; in tryPutData() local
500 …et = pool.tryPutData(out1, out2, framePos, frames, loopMode, isOffline, needsRead, needsReadFrame); in tryPutData()
502 if (needsRead) in tryPutData()
/dports/devel/llnextgen/LLnextgen-0.5.5/src/
H A DgenerateCommon.c1432 bool needsRead = false; in alternativeGenerateCode() local
1473 if (needsRead) in alternativeGenerateCode()
1486 needsRead = true; in alternativeGenerateCode()
1489 if (needsRead) in alternativeGenerateCode()
1528 needsRead = grammarPart->uNonTerminal.nonTerminal->term.flags & TERM_NO_FINAL_READ; in alternativeGenerateCode()
1531 if (needsRead) in alternativeGenerateCode()
1539 needsRead = grammarPart->uTerm.flags & TERM_NO_FINAL_READ; in alternativeGenerateCode()
1549 if (needsRead && needsFinalRead) in alternativeGenerateCode()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/transport/
H A Dsession_asio.h137 auto postHandshakeCb = [this, sync, buffers, handler](Status status, bool needsRead) { in read()
139 if (needsRead) { in read()