Home
last modified time | relevance | path

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

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