Home
last modified time | relevance | path

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

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/ethash/lib/ethash/
H A Dmanaged.cpp76 shared_context_full = create_epoch_context_full(epoch_number); in update_local_context_full()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/ethash/include/ethash/
H A Dethash.hpp119 inline epoch_context_full_ptr create_epoch_context_full(int epoch_number) noexcept in create_epoch_context_full() function
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/ethash/test/unittests/
H A Dtest_progpow.cpp94 auto ctxp = ethash::create_epoch_context_full(0); in TEST()
H A Dtest_ethash.cpp571 context = create_epoch_context_full(epoch_number); in TEST()