Searched refs:nchecks (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libexpat/tests/ |
H A D | minicheck.c | 201 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 D | minicheck.h | 105 int nchecks; member
|
/openbsd/lib/libcrypto/bn/ |
H A D | bn.h | 420 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,
|