Home
last modified time | relevance | path

Searched refs:full_dataset_2048 (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/ethash/lib/ethash/
H A Dethash.cpp168 auto* full_dataset_2048 = reinterpret_cast<hash2048*>(l1_cache); in create_epoch_context() local
169 for (uint32_t i = 0; i < progpow::l1_cache_size / sizeof(full_dataset_2048[0]); ++i) in create_epoch_context()
170 full_dataset_2048[i] = calculate_dataset_item_2048(*context, i); in create_epoch_context()
H A Dprogpow.cpp302 auto* full_dataset_2048 = reinterpret_cast<hash2048*>(full_dataset_1024); in hash() local
303 hash2048& item = full_dataset_2048[index]; in hash()