Searched refs:NUM_REPEATS (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Decstresstest.c19 #define NUM_REPEATS "1000000" macro
129 if (!atoi64(NUM_REPEATS, &num_repeats)) {
130 TEST_error("Cannot parse " NUM_REPEATS);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Decstresstest.c19 #define NUM_REPEATS "1000000" macro
131 if (!opt_intmax(NUM_REPEATS, &num_repeats)) {
132 TEST_error("Cannot parse " NUM_REPEATS);

Completed in 183 milliseconds