Home
last modified time | relevance | path

Searched refs:NoChannel (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/opencsg/OpenCSG-1.4.2/src/
H A DchannelManager.cpp101 , mCurrentChannel(NoChannel) in ChannelManager()
102 , mOccupiedChannels(NoChannel) in ChannelManager()
273 mCurrentChannel = NoChannel; in init()
274 mOccupiedChannels = NoChannel; in init()
287 Channel channel = NoChannel; in find()
314 mCurrentChannel = NoChannel; in request()
315 mOccupiedChannels = NoChannel; in request()
369 case NoChannel: in renderToChannel()
H A DrenderGoldfeather.cpp290 if (channelMgr->request() == NoChannel) { in renderGoldfeather()
360 if (channelMgr->request() == NoChannel) { in renderOcclusionQueryGoldfeather()
441 if (channelMgr->request() == NoChannel) { in renderDepthComplexitySamplingGoldfeather()
H A DchannelManager.h43 NoChannel = 0, Alpha = 1, Red = 2, Green = 4, Blue = 8, AllChannels = 15 enumerator
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_messages.h68 .fullId = FullMsgId(NoChannel, 1),
72 .fullId = FullMsgId(NoChannel, ServerMaxMsgId - 1),
80 .fullId = FullMsgId(NoChannel, ShowAtUnreadMsgId),
H A Ddata_msg_id.h136 ChannelId channel = NoChannel;
H A Ddata_peer_id.h139 inline constexpr auto NoChannel = ChannelId(0); variable
H A Ddata_session.cpp1888 if (channelId == NoChannel) { in messagesList()
1897 return (channelId == NoChannel) in messagesListForInsert()
1968 const auto affected = (channelId != NoChannel) in processMessagesDeleted()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DReliableChannelBinder.cs1251 this.state = State.NoChannel; in AbortCurentChannel()
1313 && ((this.state == State.NoChannel) in BeginTryGetChannel()
1334 if (this.state != State.NoChannel) in BeginTryGetChannel()
1478 if (this.state != State.NoChannel) in EnsureChannel()
1528 if (this.state != State.NoChannel) in GetCurrentChannelIfCreated()
1598 this.state = State.NoChannel; in OnChannelFaulted()
1704 this.state = State.NoChannel; in OnGetChannelFailed()
1817 this.state = State.NoChannel; in ReturnChannel()
1927 this.state = State.NoChannel; in StartSynchronizing()
2068 if (this.state != State.NoChannel) in TryGetChannel()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/dialogs/
H A Ddialogs_inner_widget.cpp2714 FullMsgId(NoChannel, ShowAtUnreadMsgId)); in chatListEntryBefore()
2740 FullMsgId(NoChannel, ShowAtUnreadMsgId)); in chatListEntryBefore()
2744 FullMsgId(NoChannel, ShowAtUnreadMsgId)); in chatListEntryBefore()
2754 FullMsgId(NoChannel, ShowAtUnreadMsgId)); in chatListEntryBefore()
2773 FullMsgId(NoChannel, ShowAtUnreadMsgId)); in chatListEntryBefore()
2855 FullMsgId(NoChannel, ShowAtUnreadMsgId)); in chatListEntryFirst()
2861 FullMsgId(NoChannel, ShowAtUnreadMsgId)); in chatListEntryFirst()
2865 FullMsgId(NoChannel, ShowAtUnreadMsgId)); in chatListEntryFirst()
2881 FullMsgId(NoChannel, ShowAtUnreadMsgId)); in chatListEntryLast()
2891 FullMsgId(NoChannel, ShowAtUnreadMsgId)); in chatListEntryLast()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/
H A DGlaDSCoupledSolver.F90105 LOGICAL, ALLOCATABLE :: IsGhostNode(:), NoChannel(:), NodalNoChannel(:) local
152 CCw, lc, Lw, NoChannel, NodalNoChannel, &
216 CCw, lc, OldValues, NoChannel, NodalNoChannel, &
242 CCw(N), lc(N), OldValues(K), NoChannel(M), NodalNoChannel(N), &
270 NoChannel = .False.
286 IF (Found) NoChannel(Element % NodeIndexes(1:n)) = NodalNoChannel(1:n)
747 IF (ALL(NoChannel(Edge % NodeIndexes(1:n)))) CYCLE
1230 IF (ALL(NoChannel(Edge % NodeIndexes(1:n)))) CYCLE
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kernel/
H A DKviIconManager.h353 NoChannel = 182, enumerator
H A DKviIconManager.cpp1144 return KviIconManager::NoChannel; in iconName()
H A DKviOptions.cpp791 …MSGTYPE_OPTION("JoinError", __tr_no_lookup("Join error message"), KviIconManager::NoChannel, KVI_M…
/dports/audio/tse3/tse3-0.3.1/src/tse3/
H A DMidi.h643 NoChannel = -1, enumerator
/dports/net/yate/yate-6.4.0-1/modules/
H A Dextmodule.cpp120 NoChannel, enumerator
1766 typ = ExtModChan::NoChannel; in received()
1780 if (typ == ExtModChan::NoChannel) { in received()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/
H A Dhistory_widget.h665 ChannelId _channel = NoChannel;
H A Dhistory_widget.cpp2022 _channel = NoChannel; in showHistory()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/api/
H A Dapi_updates.cpp1183 if (const auto item = _session->data().message(NoChannel, msgId.v)) { in applyUpdateNoPtsCheck()
1251 _session->data().processMessagesDeleted(NoChannel, d.vmessages().v); in applyUpdateNoPtsCheck()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/info/media/
H A Dinfo_media_list_widget.cpp818 : FullMsgId(NoChannel, ServerMaxMsgId + universalId); in computeFullId()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/
H A Dapiwrap.cpp2624 if (item->channelId() == NoChannel) { in resolveWebPages()