Home
last modified time | relevance | path

Searched refs:addMe (Results 1 – 25 of 111) sorted by relevance

12345

/dports/devel/kyra/kyra/util/
H A Dglinsidelist.h58 GLASSERT( !addMe->IsSentinel() ); in InsertBefore()
59 addMe->prev = prev; in InsertBefore()
60 prev->next = addMe; in InsertBefore()
61 prev = addMe; in InsertBefore()
62 addMe->next = this; in InsertBefore()
69 addMe->prev = this; in InsertAfter()
70 addMe->next = next; in InsertAfter()
71 next->prev = addMe; in InsertAfter()
72 next = addMe; in InsertAfter()
112 void InsertBefore( GlInsideNode<T>& addMe ) { current->InsertBefore( &addMe ); } in InsertBefore() argument
[all …]
H A Dglcirclelist.h150 void InsertBefore( const T& addMe ) in InsertBefore() argument
153 node->data = addMe; in InsertBefore()
161 void InsertAfter( const T& addMe ) in InsertAfter() argument
164 node->data = addMe; in InsertAfter()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Djalblend.cpp60 rgb_t jaleco_blend_device::func(rgb_t dest, rgb_t addMe) in func() argument
63 if (addMe.a() & 8) in func()
64 return func(dest, addMe, addMe.a()); in func()
67 return addMe; in func()
71 rgb_t jaleco_blend_device::func(rgb_t dest, rgb_t addMe, u8 alpha) in func() argument
77 const u8 ir = addMe.r(); in func()
78 const u8 ig = addMe.g(); in func()
79 const u8 ib = addMe.b(); in func()
H A Djalblend.h16 rgb_t func(rgb_t dest, rgb_t addMe);
17 rgb_t func(rgb_t dest, rgb_t addMe, u8 alpha);
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Djalblend.cpp60 rgb_t jaleco_blend_device::func(rgb_t dest, rgb_t addMe) in func() argument
63 if (addMe.a() & 8) in func()
64 return func(dest, addMe, addMe.a()); in func()
67 return addMe; in func()
71 rgb_t jaleco_blend_device::func(rgb_t dest, rgb_t addMe, u8 alpha) in func() argument
77 const u8 ir = addMe.r(); in func()
78 const u8 ig = addMe.g(); in func()
79 const u8 ib = addMe.b(); in func()
H A Djalblend.h16 rgb_t func(rgb_t dest, rgb_t addMe);
17 rgb_t func(rgb_t dest, rgb_t addMe, u8 alpha);
/dports/devel/kyra/kyra/engine/
H A Dimagetree.cpp97 addMe->parent = parent; in AddNode()
98 addMe->engine = engine; in AddNode()
105 if ( addMe->ZDepth() < it.CurrentData()->ZDepth() ) in AddNode()
107 it.InsertBefore( addMe->treeNode ); in AddNode()
115 it.InsertBefore( addMe->treeNode ); in AddNode()
132 addMe->Invalidate( KR_ALL_WINDOWS ); in AddNode()
134 if ( addMe->NodeId() >= 0 ) in AddNode()
136 idMap[ addMe->NodeId() ] = addMe; in AddNode()
139 if ( !addMe->NodeName().empty() && addMe->NodeName().length() > 0 ) in AddNode()
141 nameMap[ addMe->NodeName() ] = addMe; in AddNode()
[all …]
/dports/net-p2p/transmission-utils/transmission-3.00/qt/
H A DSession.cc941 void Session::addTorrent(AddData const& addMe, tr_variant* args, bool trashOriginal) in addTorrent() argument
951 switch (addMe.type) in addTorrent()
964 QByteArray const b64 = addMe.toBase64(); in addTorrent()
970 qWarning() << "Unhandled AddData type: " << addMe.type; in addTorrent()
980 [addMe](RpcResponse const& r) in addTorrent()
989 q->add([addMe](RpcResponse const& r) in addTorrent()
1011 if (trashOriginal && addMe.type == AddData::FILENAME) in addTorrent()
1013 q->add([addMe]() in addTorrent()
1015 QFile original(addMe.filename); in addTorrent()
1024 void Session::addTorrent(AddData const& addMe) in addTorrent() argument
[all …]
/dports/net-p2p/transmission-qt/transmission-3.00/qt/
H A DSession.cc941 void Session::addTorrent(AddData const& addMe, tr_variant* args, bool trashOriginal) in addTorrent() argument
951 switch (addMe.type) in addTorrent()
964 QByteArray const b64 = addMe.toBase64(); in addTorrent()
970 qWarning() << "Unhandled AddData type: " << addMe.type; in addTorrent()
980 [addMe](RpcResponse const& r) in addTorrent()
989 q->add([addMe](RpcResponse const& r) in addTorrent()
1011 if (trashOriginal && addMe.type == AddData::FILENAME) in addTorrent()
1013 q->add([addMe]() in addTorrent()
1015 QFile original(addMe.filename); in addTorrent()
1024 void Session::addTorrent(AddData const& addMe) in addTorrent() argument
[all …]
/dports/net-p2p/transmission-gtk/transmission-3.00/qt/
H A DSession.cc941 void Session::addTorrent(AddData const& addMe, tr_variant* args, bool trashOriginal) in addTorrent() argument
951 switch (addMe.type) in addTorrent()
964 QByteArray const b64 = addMe.toBase64(); in addTorrent()
970 qWarning() << "Unhandled AddData type: " << addMe.type; in addTorrent()
980 [addMe](RpcResponse const& r) in addTorrent()
989 q->add([addMe](RpcResponse const& r) in addTorrent()
1011 if (trashOriginal && addMe.type == AddData::FILENAME) in addTorrent()
1013 q->add([addMe]() in addTorrent()
1015 QFile original(addMe.filename); in addTorrent()
1024 void Session::addTorrent(AddData const& addMe) in addTorrent() argument
[all …]
/dports/net-p2p/transmission-daemon/transmission-3.00/qt/
H A DSession.cc941 void Session::addTorrent(AddData const& addMe, tr_variant* args, bool trashOriginal) in addTorrent() argument
951 switch (addMe.type) in addTorrent()
964 QByteArray const b64 = addMe.toBase64(); in addTorrent()
970 qWarning() << "Unhandled AddData type: " << addMe.type; in addTorrent()
980 [addMe](RpcResponse const& r) in addTorrent()
989 q->add([addMe](RpcResponse const& r) in addTorrent()
1011 if (trashOriginal && addMe.type == AddData::FILENAME) in addTorrent()
1013 q->add([addMe]() in addTorrent()
1015 QFile original(addMe.filename); in addTorrent()
1024 void Session::addTorrent(AddData const& addMe) in addTorrent() argument
[all …]
/dports/net-p2p/transmission-cli/transmission-3.00/qt/
H A DSession.cc941 void Session::addTorrent(AddData const& addMe, tr_variant* args, bool trashOriginal) in addTorrent() argument
951 switch (addMe.type) in addTorrent()
964 QByteArray const b64 = addMe.toBase64(); in addTorrent()
970 qWarning() << "Unhandled AddData type: " << addMe.type; in addTorrent()
980 [addMe](RpcResponse const& r) in addTorrent()
989 q->add([addMe](RpcResponse const& r) in addTorrent()
1011 if (trashOriginal && addMe.type == AddData::FILENAME) in addTorrent()
1013 q->add([addMe]() in addTorrent()
1015 QFile original(addMe.filename); in addTorrent()
1024 void Session::addTorrent(AddData const& addMe) in addTorrent() argument
[all …]
/dports/www/transmission-web/transmission-3.00/qt/
H A DSession.cc941 void Session::addTorrent(AddData const& addMe, tr_variant* args, bool trashOriginal) in addTorrent() argument
951 switch (addMe.type) in addTorrent()
964 QByteArray const b64 = addMe.toBase64(); in addTorrent()
970 qWarning() << "Unhandled AddData type: " << addMe.type; in addTorrent()
980 [addMe](RpcResponse const& r) in addTorrent()
989 q->add([addMe](RpcResponse const& r) in addTorrent()
1011 if (trashOriginal && addMe.type == AddData::FILENAME) in addTorrent()
1013 q->add([addMe]() in addTorrent()
1015 QFile original(addMe.filename); in addTorrent()
1024 void Session::addTorrent(AddData const& addMe) in addTorrent() argument
[all …]
/dports/emulators/vice/vice-3.5/src/lib/liblame/ACM/tinyxml/
H A Dtinyxml.cpp966 void TiXmlAttributeSet::Add( TiXmlAttribute* addMe ) in Add() argument
968 assert( !Find( addMe->Name() ) ); // Shouldn't be multiply adding to the set. in Add()
970 addMe->next = &sentinel; in Add()
971 addMe->prev = sentinel.prev; in Add()
973 sentinel.prev->next = addMe; in Add()
974 sentinel.prev = addMe; in Add()
/dports/audio/lame/lame-3.100/ACM/tinyxml/
H A Dtinyxml.cpp966 void TiXmlAttributeSet::Add( TiXmlAttribute* addMe ) in Add() argument
968 assert( !Find( addMe->Name() ) ); // Shouldn't be multiply adding to the set. in Add()
970 addMe->next = &sentinel; in Add()
971 addMe->prev = sentinel.prev; in Add()
973 sentinel.prev->next = addMe; in Add()
974 sentinel.prev = addMe; in Add()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/ACM/tinyxml/
H A Dtinyxml.cpp966 void TiXmlAttributeSet::Add( TiXmlAttribute* addMe ) in Add() argument
968 assert( !Find( addMe->Name() ) ); // Shouldn't be multiply adding to the set. in Add()
970 addMe->next = &sentinel; in Add()
971 addMe->prev = sentinel.prev; in Add()
973 sentinel.prev->next = addMe; in Add()
974 sentinel.prev = addMe; in Add()
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/SafeSemaphore-0.10.1/src/Control/Concurrent/
H A DFairRWLock.hs439 rcs' <- addMe rcs
446 addMe :: TSet -> IO TSet
447 addMe rcs | Set.member me rcs = error (imp "enterQueueR.addMe when already in set" me) function
492 rcs' <- addMe rcs
499 addMe :: TSet -> IO TSet
500 addMe rcs | Set.member me rcs = error (imp "enterQueueL.addMe when already in set" me) function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Didentityholder.cs637 Object addMe = null; in SetIdentity()
640 addMe = idObj; in SetIdentity()
645 addMe = new WeakReference(idObj); in SetIdentity()
649 URITable.Add(uriKey, addMe); in SetIdentity()
/dports/math/ogdf/OGDF/src/ogdf/energybased/
H A DTutteLayout.cpp111 NodeArray<bool> addMe(GC,true); in setFixedNodes() local
119 if(addMe[w]) { in setFixedNodes()
121 addMe[w] = false; in setFixedNodes()
/dports/graphics/cal3d/cal3d-20060720/src/cal3d/
H A Dtinyxml.cpp1067 void TiXmlAttributeSet::Add( TiXmlAttribute* addMe ) in Add() argument
1069 assert( !Find( addMe->Name() ) ); // Shouldn't be multiply adding to the set. in Add()
1071 addMe->next = &sentinel; in Add()
1072 addMe->prev = sentinel.prev; in Add()
1074 sentinel.prev->next = addMe; in Add()
1075 sentinel.prev = addMe; in Add()
/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/
H A DListServerConnection.h66 void addMe(PingPacket pingInfo, std::string publicizedAddress,
/dports/games/bzflag/bzflag-2.4.22/src/bzfs/
H A DListServerConnection.h66 void addMe(PingPacket pingInfo, std::string publicizedAddress,
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/TinyXML/
H A Dtinyxml.cpp1233 void TiXmlAttributeSet::Add( TiXmlAttribute* addMe ) in Add() argument
1235 assert( !Find( addMe->Name() ) ); // Shouldn't be multiply adding to the set. in Add()
1237 addMe->next = &sentinel; in Add()
1238 addMe->prev = sentinel.prev; in Add()
1240 sentinel.prev->next = addMe; in Add()
1241 sentinel.prev = addMe; in Add()
/dports/games/pink-pony/pink-pony-1.4.1/external/tinyXML/
H A Dtinyxml.cpp1516 void TiXmlAttributeSet::Add( TiXmlAttribute* addMe ) in Add() argument
1519 assert( !Find( TIXML_STRING( addMe->Name() ) ) ); // Shouldn't be multiply adding to the set. in Add()
1521 assert( !Find( addMe->Name() ) ); // Shouldn't be multiply adding to the set. in Add()
1524 addMe->next = &sentinel; in Add()
1525 addMe->prev = sentinel.prev; in Add()
1527 sentinel.prev->next = addMe; in Add()
1528 sentinel.prev = addMe; in Add()
/dports/textproc/tinyxml/tinyxml/
H A Dtinyxml.cpp1491 void TiXmlAttributeSet::Add( TiXmlAttribute* addMe ) in Add() argument
1494 assert( !Find( TIXML_STRING( addMe->Name() ) ) ); // Shouldn't be multiply adding to the set. in Add()
1496 assert( !Find( addMe->Name() ) ); // Shouldn't be multiply adding to the set. in Add()
1499 addMe->next = &sentinel; in Add()
1500 addMe->prev = sentinel.prev; in Add()
1502 sentinel.prev->next = addMe; in Add()
1503 sentinel.prev = addMe; in Add()

12345