Home
last modified time | relevance | path

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

1234

/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A DFaxServer.c++99 FaxServer::setupModem(bool isSend) in setupModem() argument
102 if (!ModemServer::setupModem(isSend)) in setupModem()
124 FaxServer::deduceModem(bool isSend) in deduceModem() argument
137 if (modem->setupModem(isSend)){ in deduceModem()
168 if (modem->setupModem(isSend)) in deduceModem()
176 if (modem->setupModem(isSend)) in deduceModem()
184 if (modem->setupModem(isSend)) in deduceModem()
192 if (modem->setupModem(isSend)) in deduceModem()
200 if (modem->setupModem(isSend)) in deduceModem()
H A DFaxServer.h89 bool setupModem(bool isSend = true); in fxDECLARE_ObjArray()
90 ClassModem* deduceModem(bool isSend = true); in fxDECLARE_ObjArray()
H A DClass2.h78 virtual bool setupModem(bool isSend = true);
157 void pokeConfig(bool isSend);
H A DClass0.h38 bool setupModem(bool isSend = true);
H A DModemServer.h131 virtual bool setupModem(bool isSend = true);
134 virtual ClassModem* deduceModem(bool isSend = true);
H A DClass1.h125 virtual bool setupModem(bool isSend = true);
232 void pokeConfig(bool isSend);
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DDependencies_G4IR.cpp20 if (!send1 || !send2 || !send1->isSend() || !send2->isSend()) in DoMemoryInterfereSend()
132 if (!send1 || !send2 || !send1->isSend() || !send2->isSend()) in DoMemoryInterfereScratchSend()
220 if (inst->isSend()) in CheckBarrier()
H A DG4_Sched.cpp632 if (Inst->isSend()) { in run()
830 if (Inst->isSend()) in run()
1244 if (N->getInst() && N->getInst()->isSend()) in select()
1602 if (T->getInst() && T->getInst()->isSend()) in calculatePriority()
1684 if (Inst1->isSend() && !Inst2->isSend()) in compare()
1686 else if (!Inst1->isSend() && Inst2->isSend()) in compare()
1981 if (Inst && Inst->isSend()) { in addNodeToGraph()
2208 if (!Inst->isSend()) in processSend()
2279 return Inst->isSend() && in reset()
2285 return Inst->isSend() && in reset()
[all …]
H A DLatencyTable.cpp53 if (Inst->isSend()) in getLatencyLegacy()
137 if (Inst->isSend()) { in getLatencyG12()
H A DLocalScheduler_G4IR.cpp479 if (inst->isSend()) { in getBucketDescrs()
697 if (nextInst->getNumSrc() != 3 || nextInst->isSend()) in hasReadSuppression()
925 if (nextInst->getNumSrc() != 3 || nextInst->isSend()) in hasReadSuppression()
1322 sendInstNum += curInst->isSend() ? 1 : 0; in DDD()
1660 return inst->isSend() in isTypedWritePart()
1685 if (inst->isSend() && in isLeadingURBWrite()
1821 firstInstr->isSend() && in pairTypedWriteOrURBWriteNodes()
2902 if (inst->isSend()) in EmitNode()
2942 if (inst->isSend()) in DumpDotFile()
2984 if (!inst->isSend()) { in emit()
[all …]
H A DHeuristics_G4IR.cpp31 if(inst->isSend()) in SendHeuristic()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Tests/
H A DPacketDropPlugin.h74 …, RakNetTime time, int isSend) {(void) internalPacket; (void) frameNumber; (void) remoteSystemAddr… in OnInternalPacket() argument
H A DPacketChangerPlugin.cpp11 …ternalPacket, unsigned frameNumber, SystemAddress remoteSystemAddress, RakNetTime time, int isSend) in OnInternalPacket() argument
H A DPacketChangerPlugin.h73 …ned frameNumber, SystemAddress remoteSystemAddress, RakNetTime time, int isSend);// {(void) intern…
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DPluginInterface2.h145 …, RakNetTime time, int isSend) {(void) internalPacket; (void) frameNumber; (void) remoteSystemAddr… in OnInternalPacket() argument
H A DPacketLogger.cpp162 …ternalPacket, unsigned frameNumber, SystemAddress remoteSystemAddress, RakNetTime time, int isSend) in OnInternalPacket() argument
176 const char *sendType = sendTypes[isSend]; in OnInternalPacket()
185 …tring((const char*) internalPacket->data, internalPacket->dataBitLength, isSend==1 ? remoteSystemA… in OnInternalPacket()
H A DPacketLogger.h47 …ernalPacket, unsigned frameNumber, SystemAddress remoteSystemAddress, RakNetTime time, int isSend);
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/Logger/ClientOnly/Optional/
H A DSQLiteClientLogger_PacketLogger.cpp42 …ernalPacket, unsigned frameNumber, SystemAddress remoteSystemAddress, RakNetTime time, bool isSend) in OnInternalPacket() argument
64 const char* sendType = (isSend) ? "Snd" : "Rcv"; in OnInternalPacket()
H A DSQLiteClientLogger_PacketLogger.h27 …rnalPacket, unsigned frameNumber, SystemAddress remoteSystemAddress, RakNetTime time, bool isSend);
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/libwebrtcglue/
H A DAudioConduit.cpp527 bool isSend = aDirection == LocalDirection::kSend; in SetLocalRTPExtensions() local
544 if (isSend) { in SetLocalRTPExtensions()
558 if (!isSend) { in SetLocalRTPExtensions()
569 auto& currentExtensions = isSend ? mSendStreamConfig.rtp.extensions in SetLocalRTPExtensions()
577 if (isSend) { in SetLocalRTPExtensions()
589 if (isSend) { in SetLocalRTPExtensions()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/libwebrtcglue/
H A DAudioConduit.cpp527 bool isSend = aDirection == LocalDirection::kSend; in SetLocalRTPExtensions() local
544 if (isSend) { in SetLocalRTPExtensions()
558 if (!isSend) { in SetLocalRTPExtensions()
569 auto& currentExtensions = isSend ? mSendStreamConfig.rtp.extensions in SetLocalRTPExtensions()
577 if (isSend) { in SetLocalRTPExtensions()
589 if (isSend) { in SetLocalRTPExtensions()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/signaling/src/media-conduit/
H A DAudioConduit.cpp514 bool isSend = aDirection == LocalDirection::kSend; in SetLocalRTPExtensions() local
531 if (isSend) { in SetLocalRTPExtensions()
545 if (!isSend) { in SetLocalRTPExtensions()
556 auto& currentExtensions = isSend ? mSendStreamConfig.rtp.extensions in SetLocalRTPExtensions()
564 if (isSend) { in SetLocalRTPExtensions()
576 if (isSend) { in SetLocalRTPExtensions()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/public/
H A DcalIItipItem.idl32 * Attribute: isSend - set to TRUE when sending this item to initiate an
39 attribute boolean isSend;
/dports/net-im/coyim/coyim-0.3.11/gui/
H A Dkeys.go64 func isSend(evk gdki.EventKey, shiftEnterSends bool) bool { func
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DSplitAlignedScalars.cpp88 if (inst->isSend()) in gatherCandidates()
122 if (!inst->isSend()) in gatherCandidates()
154 if (!inst->isSend()) in gatherCandidates()

1234