Home
last modified time | relevance | path

Searched refs:nchecks (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libexpat/tests/
H A Dminicheck.c201 runner->nchecks++; in srunner_run_all()
238 int passed = runner->nchecks - runner->nfailures; in srunner_summarize()
239 double percentage = ((double)passed) / runner->nchecks; in srunner_summarize()
241 printf("%d%%: Checks: %d, Failed: %d\n", display, runner->nchecks, in srunner_summarize()
H A Dminicheck.h105 int nchecks; member
/openbsd/lib/libcrypto/bn/
H A Dbn.h420 int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb);
421 int BN_is_prime_fasttest_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx,