Home
last modified time | relevance | path

Searched refs:vAffected (Results 1 – 4 of 4) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/gia/
H A DgiaGlitch.c61 Vec_Int_t * vAffected; // the affected nodes member
152 p->vAffected = Vec_IntAlloc( 1000 ); in Gli_ManAlloc()
175 Vec_IntFree( p->vAffected ); in Gli_ManStop()
513 Vec_IntClear( p->vAffected ); in Gli_ManGlitching()
515 Vec_IntPush( p->vAffected, Handle ); in Gli_ManGlitching()
517 while ( Vec_IntSize(p->vAffected) > 0 ) in Gli_ManGlitching()
521 Gli_ManForEachEntry( p->vAffected, p, pThis, i ) in Gli_ManGlitching()
534 Vec_IntClear( p->vAffected ); in Gli_ManGlitching()
542 Vec_IntPush( p->vAffected, pThis->Handle ); in Gli_ManGlitching()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/
H A Dwallet.cpp3200 std::vector<CKeyID> vAffected; in GetKeyBirthTimes() local
3210 CAffectedKeysVisitor(*this, vAffected).Process(txout.scriptPubKey); in GetKeyBirthTimes()
3211 BOOST_FOREACH(const CKeyID &keyid, vAffected) { in GetKeyBirthTimes()
3217 vAffected.clear(); in GetKeyBirthTimes()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Dwallet.cpp3200 std::vector<CKeyID> vAffected; in GetKeyBirthTimes() local
3210 CAffectedKeysVisitor(*this, vAffected).Process(txout.scriptPubKey); in GetKeyBirthTimes()
3211 BOOST_FOREACH(const CKeyID &keyid, vAffected) { in GetKeyBirthTimes()
3217 vAffected.clear(); in GetKeyBirthTimes()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Dwallet.cpp3200 std::vector<CKeyID> vAffected; in GetKeyBirthTimes() local
3210 CAffectedKeysVisitor(*this, vAffected).Process(txout.scriptPubKey); in GetKeyBirthTimes()
3211 BOOST_FOREACH(const CKeyID &keyid, vAffected) { in GetKeyBirthTimes()
3217 vAffected.clear(); in GetKeyBirthTimes()