Home
last modified time | relevance | path

Searched defs:ptx (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dpolicyestimator_tests.cpp71 CTransactionRef ptx = mpool.get(txHashes[9-h].back()); in BOOST_FIXTURE_TEST_SUITE() local
147 CTransactionRef ptx = mpool.get(txHashes[j].back()); in BOOST_FIXTURE_TEST_SUITE() local
168 CTransactionRef ptx = mpool.get(hash); in BOOST_FIXTURE_TEST_SUITE() local
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dpolicyestimator_tests.cpp71 CTransactionRef ptx = mpool.get(txHashes[9-h].back()); in BOOST_FIXTURE_TEST_SUITE() local
147 CTransactionRef ptx = mpool.get(txHashes[j].back()); in BOOST_FIXTURE_TEST_SUITE() local
168 CTransactionRef ptx = mpool.get(hash); in BOOST_FIXTURE_TEST_SUITE() local
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dpow_tests.cpp72 BOOST_AUTO_TEST_CASE(CheckProofOfWork_test_overflow_target)
147 BOOST_CHECK_EQUAL(consensus.nPowTargetTimespan % consensus.nPowTargetSpacing, 0);
170 BOOST_AUTO_TEST_CASE(ChainParams_REGTEST_sanity)
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/test/
H A Dpolicyestimator_tests.cpp71 CTransactionRef ptx = mpool.get(txHashes[9-h].back()); in BOOST_FIXTURE_TEST_SUITE() local
147 CTransactionRef ptx = mpool.get(txHashes[j].back()); in BOOST_FIXTURE_TEST_SUITE() local
168 CTransactionRef ptx = mpool.get(hash); in BOOST_FIXTURE_TEST_SUITE() local
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/test/
H A Dpolicyestimator_tests.cpp71 CTransactionRef ptx = mpool.get(txHashes[9-h].back()); in BOOST_FIXTURE_TEST_SUITE() local
147 CTransactionRef ptx = mpool.get(txHashes[j].back()); in BOOST_FIXTURE_TEST_SUITE() local
168 CTransactionRef ptx = mpool.get(hash); in BOOST_FIXTURE_TEST_SUITE() local
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dpolicyestimator_tests.cpp71 CTransactionRef ptx = mpool.get(txHashes[9-h].back()); in BOOST_FIXTURE_TEST_SUITE() local
147 CTransactionRef ptx = mpool.get(txHashes[j].back()); in BOOST_FIXTURE_TEST_SUITE() local
168 CTransactionRef ptx = mpool.get(hash); in BOOST_FIXTURE_TEST_SUITE() local
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dpolicyestimator_tests.cpp71 CTransactionRef ptx = mpool.get(txHashes[9-h].back()); in BOOST_FIXTURE_TEST_SUITE() local
147 CTransactionRef ptx = mpool.get(txHashes[j].back()); in BOOST_FIXTURE_TEST_SUITE() local
168 CTransactionRef ptx = mpool.get(hash); in BOOST_FIXTURE_TEST_SUITE() local
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dpolicyestimator_tests.cpp71 CTransactionRef ptx = mpool.get(txHashes[9-h].back()); in BOOST_FIXTURE_TEST_SUITE() local
147 CTransactionRef ptx = mpool.get(txHashes[j].back()); in BOOST_FIXTURE_TEST_SUITE() local
168 CTransactionRef ptx = mpool.get(hash); in BOOST_FIXTURE_TEST_SUITE() local
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dpolicyestimator_tests.cpp71 CTransactionRef ptx = mpool.get(txHashes[9-h].back()); in BOOST_FIXTURE_TEST_SUITE() local
147 CTransactionRef ptx = mpool.get(txHashes[j].back()); in BOOST_FIXTURE_TEST_SUITE() local
168 CTransactionRef ptx = mpool.get(hash); in BOOST_FIXTURE_TEST_SUITE() local
/dports/net-p2p/litecoin/litecoin-0.18.1/src/test/
H A Dpolicyestimator_tests.cpp71 CTransactionRef ptx = mpool.get(txHashes[9-h].back()); in BOOST_FIXTURE_TEST_SUITE() local
147 CTransactionRef ptx = mpool.get(txHashes[j].back()); in BOOST_FIXTURE_TEST_SUITE() local
168 CTransactionRef ptx = mpool.get(hash); in BOOST_FIXTURE_TEST_SUITE() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Conversion/GPUToCUDA/
H A DConvertKernelFuncToCubin.cpp105 std::string ptx; in translateModuleToPtx() local
119 GpuKernelToCubinPass::compilePtxToCubinForTesting(const std::string &ptx, in compilePtxToCubinForTesting()
147 auto ptx = translateModuleToPtx(llvmModule, *targetMachine); in convertModuleToCubin() local
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/zmq/
H A Dzmqnotificationinterface.cpp142 void CZMQNotificationInterface::TransactionAddedToMempool(const CTransactionRef& ptx, uint64_t memp… in TransactionAddedToMempool()
151 void CZMQNotificationInterface::TransactionRemovedFromMempool(const CTransactionRef& ptx, MemPoolRe… in TransactionRemovedFromMempool()
163 for (const CTransactionRef& ptx : pblock->vtx) { in BlockConnected() local
178 for (const CTransactionRef& ptx : pblock->vtx) { in BlockDisconnected() local
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/zmq/
H A Dzmqnotificationinterface.cpp142 void CZMQNotificationInterface::TransactionAddedToMempool(const CTransactionRef& ptx, uint64_t memp… in TransactionAddedToMempool()
151 void CZMQNotificationInterface::TransactionRemovedFromMempool(const CTransactionRef& ptx, MemPoolRe… in TransactionRemovedFromMempool()
163 for (const CTransactionRef& ptx : pblock->vtx) { in BlockConnected() local
178 for (const CTransactionRef& ptx : pblock->vtx) { in BlockDisconnected() local
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/zmq/
H A Dzmqnotificationinterface.cpp142 void CZMQNotificationInterface::TransactionAddedToMempool(const CTransactionRef& ptx, uint64_t memp… in TransactionAddedToMempool()
151 void CZMQNotificationInterface::TransactionRemovedFromMempool(const CTransactionRef& ptx, MemPoolRe… in TransactionRemovedFromMempool()
163 for (const CTransactionRef& ptx : pblock->vtx) { in BlockConnected() local
178 for (const CTransactionRef& ptx : pblock->vtx) { in BlockDisconnected() local
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/zmq/
H A Dzmqnotificationinterface.cpp142 void CZMQNotificationInterface::TransactionAddedToMempool(const CTransactionRef& ptx, uint64_t memp… in TransactionAddedToMempool()
151 void CZMQNotificationInterface::TransactionRemovedFromMempool(const CTransactionRef& ptx, MemPoolRe… in TransactionRemovedFromMempool()
163 for (const CTransactionRef& ptx : pblock->vtx) { in BlockConnected() local
178 for (const CTransactionRef& ptx : pblock->vtx) { in BlockDisconnected() local
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/zmq/
H A Dzmqnotificationinterface.cpp142 void CZMQNotificationInterface::TransactionAddedToMempool(const CTransactionRef& ptx, uint64_t memp… in TransactionAddedToMempool()
151 void CZMQNotificationInterface::TransactionRemovedFromMempool(const CTransactionRef& ptx, MemPoolRe… in TransactionRemovedFromMempool()
163 for (const CTransactionRef& ptx : pblock->vtx) { in BlockConnected() local
178 for (const CTransactionRef& ptx : pblock->vtx) { in BlockDisconnected() local
/dports/net-p2p/bitcoin/bitcoin-22.0/src/zmq/
H A Dzmqnotificationinterface.cpp142 void CZMQNotificationInterface::TransactionAddedToMempool(const CTransactionRef& ptx, uint64_t memp… in TransactionAddedToMempool()
151 void CZMQNotificationInterface::TransactionRemovedFromMempool(const CTransactionRef& ptx, MemPoolRe… in TransactionRemovedFromMempool()
163 for (const CTransactionRef& ptx : pblock->vtx) { in BlockConnected() local
178 for (const CTransactionRef& ptx : pblock->vtx) { in BlockDisconnected() local
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/test/
H A Dpolicyestimator_tests.cpp78 std::shared_ptr<const CTransaction> ptx = mpool.get(txHashes[9-h].back()); in BOOST_FIXTURE_TEST_SUITE() local
174 std::shared_ptr<const CTransaction> ptx = mpool.get(txHashes[j].back()); in BOOST_FIXTURE_TEST_SUITE() local
197 std::shared_ptr<const CTransaction> ptx = mpool.get(hash); in BOOST_FIXTURE_TEST_SUITE() local
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/test/
H A Dpolicyestimator_tests.cpp78 std::shared_ptr<const CTransaction> ptx = mpool.get(txHashes[9-h].back()); in BOOST_FIXTURE_TEST_SUITE() local
174 std::shared_ptr<const CTransaction> ptx = mpool.get(txHashes[j].back()); in BOOST_FIXTURE_TEST_SUITE() local
197 std::shared_ptr<const CTransaction> ptx = mpool.get(hash); in BOOST_FIXTURE_TEST_SUITE() local
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/test/
H A Dpolicyestimator_tests.cpp78 std::shared_ptr<const CTransaction> ptx = mpool.get(txHashes[9-h].back()); in BOOST_FIXTURE_TEST_SUITE() local
174 std::shared_ptr<const CTransaction> ptx = mpool.get(txHashes[j].back()); in BOOST_FIXTURE_TEST_SUITE() local
197 std::shared_ptr<const CTransaction> ptx = mpool.get(hash); in BOOST_FIXTURE_TEST_SUITE() local
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/zmq/
H A Dzmqnotificationinterface.cpp161 void CZMQNotificationInterface::TransactionAddedToMempool(const CTransactionRef& ptx) in TransactionAddedToMempool()
184 for (const CTransactionRef& ptx : pblock->vtx) { in BlockConnected() local
192 for (const CTransactionRef& ptx : pblock->vtx) { in BlockDisconnected() local
/dports/net-p2p/litecoin/litecoin-0.18.1/src/zmq/
H A Dzmqnotificationinterface.cpp161 void CZMQNotificationInterface::TransactionAddedToMempool(const CTransactionRef& ptx) in TransactionAddedToMempool()
184 for (const CTransactionRef& ptx : pblock->vtx) { in BlockConnected() local
192 for (const CTransactionRef& ptx : pblock->vtx) { in BlockDisconnected() local
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/zmq/
H A Dzmqnotificationinterface.cpp161 void CZMQNotificationInterface::TransactionAddedToMempool(const CTransactionRef& ptx) in TransactionAddedToMempool()
184 for (const CTransactionRef& ptx : pblock->vtx) { in BlockConnected() local
192 for (const CTransactionRef& ptx : pblock->vtx) { in BlockDisconnected() local
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/zmq/
H A Dzmqnotificationinterface.cpp159 void CZMQNotificationInterface::TransactionAddedToMempool(const CTransactionRef& ptx) in TransactionAddedToMempool()
182 for (const CTransactionRef& ptx : pblock->vtx) { in BlockConnected() local
190 for (const CTransactionRef& ptx : pblock->vtx) { in BlockDisconnected() local
/dports/audio/ardour6/Ardour-6.8.0/libs/gtkmm2ext/gtkmm2ext/
H A Drgb_macros.h91 #define BUF_PTR(inbuf, ptx, pty) \ argument
93 #define BUF_INBOUNDS_X(inbuf, ptx) \ argument
97 #define PAINT_DOT(inbuf, colr, colg, colb,ptx, pty) \ argument
105 #define FAST_PAINT_DOT(inbuf, colr, colg, colb,ptx, pty) \ argument
111 #define PAINT_DOTA(inbuf, colr, colg, colb, cola, ptx, pty) \ argument
119 #define FAST_PAINT_DOTA(inbuf, colr, colg, colb, cola, ptx, pty) \ argument
182 #define PAINT_VERT(inbuf, colr, colg, colb, ptx, pty0, pty1) \ argument
201 #define FAST_PAINT_VERT(inbuf, colr, colg, colb, ptx, pty0, pty1) \ argument
218 #define PAINT_VERTA(inbuf, colr, colg, colb, cola, ptx, pty0, pty1) \ argument
238 #define PAINT_VERTA_GR(inbuf, colr, colg, colb, cola, ptx, pty0, pty1, origin_y, obj_top) \ argument

12345678910>>...16