![]() |
Bitcoin ABC 0.32.6
P2P Digital Currency
|
Go to the source code of this file.
Macros | |
| #define | UNUSED(x) (void)(x) |
| #define | BUFSIZE (3 * 32) |
Functions | |
| void | bench_multiset (void *arg, int iters) |
| void | bench_multiset_setup (void *arg) |
| void | run_multiset_bench (int iters, int argc, char **argv) |
Variables | |
| secp256k1_context * | ctx |
| #define BUFSIZE (3 * 32) |
Definition at line 17 of file bench_impl.h.
| #define UNUSED | ( | x | ) | (void)(x) |
Definition at line 15 of file bench_impl.h.
| void bench_multiset | ( | void * | arg, |
| int | iters | ||
| ) |
Definition at line 19 of file bench_impl.h.
| void bench_multiset_setup | ( | void * | arg | ) |
| void run_multiset_bench | ( | int | iters, |
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 44 of file bench_impl.h.
| secp256k1_context* ctx |
Definition at line 13 of file bench_impl.h.