Home
last modified time | relevance | path

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

/dports/net-p2p/cpuminer/cpuminer-2.5.0/
H A Dsha2.c475 const uint32_t *ptarget, uint32_t max_nonce, unsigned long *hashes_done) in scanhash_sha256d_4way() argument
519 } while (n < max_nonce && !work_restart[thr_id].restart); in scanhash_sha256d_4way()
534 const uint32_t *ptarget, uint32_t max_nonce, unsigned long *hashes_done) in scanhash_sha256d_8way() argument
578 } while (n < max_nonce && !work_restart[thr_id].restart); in scanhash_sha256d_8way()
588 uint32_t max_nonce, unsigned long *hashes_done) in scanhash_sha256d() argument
601 max_nonce, hashes_done); in scanhash_sha256d()
606 max_nonce, hashes_done); in scanhash_sha256d()
628 } while (n < max_nonce && !work_restart[thr_id].restart); in scanhash_sha256d()
H A Dminer.h155 const uint32_t *ptarget, uint32_t max_nonce, unsigned long *hashes_done);
160 uint32_t max_nonce, unsigned long *hashes_done, int N);
H A Dcpu-miner.c1111 uint32_t max_nonce; in miner_thread() local
1203 max_nonce = end_nonce; in miner_thread()
1205 max_nonce = work.data[19] + max64; in miner_thread()
1214 max_nonce, &hashes_done, opt_scrypt_n); in miner_thread()
1219 max_nonce, &hashes_done); in miner_thread()
H A Dscrypt.c704 uint32_t max_nonce, unsigned long *hashes_done, int N) in scanhash_scrypt() argument
757 } while (n < max_nonce && !work_restart[thr_id].restart); in scanhash_scrypt()