Home
last modified time | relevance | path

Searched refs:txHeight (Results 1 – 25 of 29) sorted by relevance

12

/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/policy/
H A Dfees.cpp348 unsigned int txHeight = entry.GetHeight(); in processTransaction() local
356 if (txHeight < nBestSeenHeight) { in processTransaction()
380 double curPri = entry.GetPriority(txHeight); in processTransaction()
381 mapMemPoolTxs[hash].blockHeight = txHeight; in processTransaction()
387 mapMemPoolTxs[hash].bucketIndex = priStats.NewTx(txHeight, curPri); in processTransaction()
392 mapMemPoolTxs[hash].bucketIndex = feeStats.NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/policy/
H A Dfees.cpp348 unsigned int txHeight = entry.GetHeight(); in processTransaction() local
356 if (txHeight < nBestSeenHeight) { in processTransaction()
380 double curPri = entry.GetPriority(txHeight); in processTransaction()
381 mapMemPoolTxs[hash].blockHeight = txHeight; in processTransaction()
387 mapMemPoolTxs[hash].bucketIndex = priStats.NewTx(txHeight, curPri); in processTransaction()
392 mapMemPoolTxs[hash].bucketIndex = feeStats.NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/policy/
H A Dfees.cpp348 unsigned int txHeight = entry.GetHeight(); in processTransaction() local
356 if (txHeight < nBestSeenHeight) { in processTransaction()
380 double curPri = entry.GetPriority(txHeight); in processTransaction()
381 mapMemPoolTxs[hash].blockHeight = txHeight; in processTransaction()
387 mapMemPoolTxs[hash].bucketIndex = priStats.NewTx(txHeight, curPri); in processTransaction()
392 mapMemPoolTxs[hash].bucketIndex = feeStats.NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/policy/
H A Dfees.cpp551 unsigned int txHeight = entry.GetHeight(); in processTransaction() local
559 if (txHeight != nBestSeenHeight) { in processTransaction()
578 mapMemPoolTxs[hash].blockHeight = txHeight; in processTransaction()
579 unsigned int bucketIndex = feeStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
581 unsigned int bucketIndex2 = shortStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
583 unsigned int bucketIndex3 = longStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/policy/
H A Dfees.cpp551 unsigned int txHeight = entry.GetHeight(); in processTransaction() local
559 if (txHeight != nBestSeenHeight) { in processTransaction()
578 mapMemPoolTxs[hash].blockHeight = txHeight; in processTransaction()
579 unsigned int bucketIndex = feeStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
581 unsigned int bucketIndex2 = shortStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
583 unsigned int bucketIndex3 = longStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/policy/
H A Dfees.cpp512 unsigned int txHeight = entry.GetHeight(); in processTransaction() local
520 if (txHeight != nBestSeenHeight) { in processTransaction()
539 mapMemPoolTxs[hash].blockHeight = txHeight; in processTransaction()
540 unsigned int bucketIndex = feeStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
542 unsigned int bucketIndex2 = shortStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
544 unsigned int bucketIndex3 = longStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/policy/
H A Dfees.cpp516 unsigned int txHeight = entry.GetHeight(); in processTransaction() local
524 if (txHeight != nBestSeenHeight) { in processTransaction()
543 mapMemPoolTxs[hash].blockHeight = txHeight; in processTransaction()
544 unsigned int bucketIndex = feeStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
546 unsigned int bucketIndex2 = shortStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
548 unsigned int bucketIndex3 = longStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/policy/
H A Dfees.cpp512 unsigned int txHeight = entry.GetHeight(); in processTransaction() local
520 if (txHeight != nBestSeenHeight) { in processTransaction()
539 mapMemPoolTxs[hash].blockHeight = txHeight; in processTransaction()
540 unsigned int bucketIndex = feeStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
542 unsigned int bucketIndex2 = shortStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
544 unsigned int bucketIndex3 = longStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/policy/
H A Dfees.cpp512 unsigned int txHeight = entry.GetHeight(); in processTransaction() local
520 if (txHeight != nBestSeenHeight) { in processTransaction()
539 mapMemPoolTxs[hash].blockHeight = txHeight; in processTransaction()
540 unsigned int bucketIndex = feeStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
542 unsigned int bucketIndex2 = shortStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
544 unsigned int bucketIndex3 = longStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/policy/
H A Dfees.cpp551 unsigned int txHeight = entry.GetHeight(); in processTransaction() local
559 if (txHeight != nBestSeenHeight) { in processTransaction()
578 mapMemPoolTxs[hash].blockHeight = txHeight; in processTransaction()
579 unsigned int bucketIndex = feeStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
581 unsigned int bucketIndex2 = shortStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
583 unsigned int bucketIndex3 = longStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/policy/
H A Dfees.cpp541 unsigned int txHeight = entry.GetHeight(); in processTransaction() local
549 if (txHeight != nBestSeenHeight) { in processTransaction()
568 mapMemPoolTxs[hash].blockHeight = txHeight; in processTransaction()
569 unsigned int bucketIndex = feeStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
571 unsigned int bucketIndex2 = shortStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
573 unsigned int bucketIndex3 = longStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/policy/
H A Dfees.cpp541 unsigned int txHeight = entry.GetHeight(); in processTransaction() local
549 if (txHeight != nBestSeenHeight) { in processTransaction()
568 mapMemPoolTxs[hash].blockHeight = txHeight; in processTransaction()
569 unsigned int bucketIndex = feeStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
571 unsigned int bucketIndex2 = shortStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
573 unsigned int bucketIndex3 = longStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/policy/
H A Dfees.cpp541 unsigned int txHeight = entry.GetHeight(); in processTransaction() local
549 if (txHeight != nBestSeenHeight) { in processTransaction()
568 mapMemPoolTxs[hash].blockHeight = txHeight; in processTransaction()
569 unsigned int bucketIndex = feeStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
571 unsigned int bucketIndex2 = shortStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
573 unsigned int bucketIndex3 = longStats->NewTx(txHeight, (double)feeRate.GetFeePerK()); in processTransaction()
/dports/games/kubrick/kubrick-21.12.3/src/
H A Dgameglview.h111 GLfloat txHeight; variable
H A Dgameglview.cpp137 txHeight = bgHeight / (GLfloat) bgTextureSize; in loadBackground()
237 glTexCoord2f (txWidth, txHeight); in drawPictureBackground()
240 glTexCoord2f (0.0, txHeight); in drawPictureBackground()
/dports/emulators/aranym/aranym-1.1.0/src/
H A Dhostscreen_opengl.cpp370 GLfloat txWidth = width, txHeight = height; in drawSurfaceToScreen() local
373 txHeight /= (GLfloat) sdl_surf->h; in drawSurfaceToScreen()
377 gl.Scalef(txWidth,txHeight,1.0); in drawSurfaceToScreen()
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dvalidate.go874 func CheckTransactionInputs(tx *btcutil.Tx, txHeight int32, utxoView *UtxoViewpoint, chainParams *c…
897 blocksSincePrev := txHeight - originHeight
904 originHeight, txHeight,
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dvalidate.go874 func CheckTransactionInputs(tx *btcutil.Tx, txHeight int32, utxoView *UtxoViewpoint, chainParams *c…
897 blocksSincePrev := txHeight - originHeight
904 originHeight, txHeight,
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dvalidate.go874 func CheckTransactionInputs(tx *btcutil.Tx, txHeight int32, utxoView *UtxoViewpoint, chainParams *c…
897 blocksSincePrev := txHeight - originHeight
904 originHeight, txHeight,
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dvalidate.go874 func CheckTransactionInputs(tx *btcutil.Tx, txHeight int32, utxoView *UtxoViewpoint, chainParams *c…
897 blocksSincePrev := txHeight - originHeight
904 originHeight, txHeight,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/blockchain/
H A Dvalidate.go874 func CheckTransactionInputs(tx *btcutil.Tx, txHeight int32, utxoView *UtxoViewpoint, chainParams *c…
897 blocksSincePrev := txHeight - originHeight
904 originHeight, txHeight,
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/blockchain/
H A Dvalidate.go874 func CheckTransactionInputs(tx *btcutil.Tx, txHeight int32, utxoView *UtxoViewpoint, chainParams *c…
897 blocksSincePrev := txHeight - originHeight
904 originHeight, txHeight,
/dports/emulators/bochs/bochs-2.7/iodev/display/
H A Dvgacore.h101 virtual void get_text_snapshot(Bit8u **text_snapshot, unsigned *txHeight,
H A Dsvga_cirrus.h73 unsigned *txHeight, unsigned *txWidth);
/dports/emulators/bochs/bochs-2.7/gui/
H A Dgui.cc445 unsigned line_addr, txt_addr, txHeight, txWidth; in make_text_snapshot() local
447 DEV_vga_get_text_snapshot(&raw_snap, &txHeight, &txWidth); in make_text_snapshot()
448 clean_snap = new char[txHeight*(txWidth+2)+1]; in make_text_snapshot()
450 for (unsigned i=0; i<txHeight; i++) { in make_text_snapshot()

12