Searched refs:checks (Results 1 - 23 of 23) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_depr.c96 int BN_is_prime(const BIGNUM *a, int checks, argument
102 return BN_is_prime_ex(a, checks, ctx_passed, &cb);
105 int BN_is_prime_fasttest(const BIGNUM *a, int checks, argument
112 return BN_is_prime_fasttest_ex(a, checks, ctx_passed,
H A Dbn_prime.c170 int checks = BN_prime_checks_for_size(bits); local
199 i = BN_is_prime_fasttest_ex(ret, checks, ctx, 0, cb);
212 for (i = 0; i < checks; i++) {
241 int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, argument
244 return BN_is_prime_fasttest_ex(a, checks, ctx_passed, 0, cb);
247 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, argument
260 if (checks == BN_prime_checks)
261 checks = BN_prime_checks_for_size(BN_num_bits(a));
321 for (i = 0; i < checks; i++) {
/freebsd-9.3-release/crypto/openssl/apps/
H A Dprime.c63 int checks = 20; local
78 else if (!strcmp(*argv, "-checks"))
82 checks = atoi(*++argv);
113 BN_is_prime_ex(bn, checks, NULL, NULL) ? "" : "not ");
123 BIO_printf(bio_err, "%-14s number of checks\n", "-checks <n>");
/freebsd-9.3-release/contrib/xz/src/xz/
H A Dlist.c106 uint32_t checks; member in struct:__anon4539
588 /// \param checks Bit mask of Checks to print
595 uint32_t checks, bool space_after_comma)
597 assert(checks != 0);
606 if (checks & (UINT32_C(1) << i)) {
633 char checks[CHECKS_STR_SIZE]; local
634 get_check_names(checks, lzma_index_checks(xfi->idx), false);
645 checks,
664 uint32_t checks, uint64_t stream_padding)
667 get_check_names(checks_str, checks, tru
594 get_check_names(char buf[CHECKS_STR_SIZE], uint32_t checks, bool space_after_comma) argument
662 print_adv_helper(uint64_t stream_count, uint64_t block_count, uint64_t compressed_size, uint64_t uncompressed_size, uint32_t checks, uint64_t stream_padding) argument
868 char checks[CHECKS_STR_SIZE]; local
980 char checks[CHECKS_STR_SIZE]; local
1037 char checks[CHECKS_STR_SIZE]; local
[all...]
/freebsd-9.3-release/gnu/usr.bin/dtc/
H A DMakefile11 SRCS= dtc.c checks.c fstree.c livetree.c treesource.c data.c \
/freebsd-9.3-release/release/scripts/
H A Dcheckindex.pl5 # This program checks the packages/INDEX file to verify that
27 This program checks the packages INDEX file to verify that the
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dindex.c177 uint32_t checks; member in struct:lzma_index_s
390 i->checks = 0;
581 uint32_t checks = i->checks; local
586 checks |= UINT32_C(1) << s->stream_flags.check;
588 return checks;
851 dest->checks = lzma_index_checks(dest) | src->checks;
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex489 format, \dtc performs a number of checks on the tree:
491 \item \emph{syntactic structure}: \dtc checks that node and property
493 It checks that a node does not have multiple properties or subnodes
495 \item \emph{semantic structure}: In some cases, \dtc checks that
497 values. For example, it checks that \texttt{reg} properties have a
500 checks that properties such as \texttt{interrupt-parent} contain a
502 \item \emph{Linux requirements}: \dtc checks that the device tree
507 These checks are useful to catch simple problems with the device tree,
532 number of checks on the device tree, they are rather haphazard. In
/freebsd-9.3-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh34 # Recent NTP checks for new file daily, so there's nothing to do
77 <none> - ntpd checks file daily
/freebsd-9.3-release/share/mk/
H A Dbsd.sys.mk6 # Enable various levels of compiler warning checks. These may be
/freebsd-9.3-release/contrib/gcc/cp/
H A Dsemantics.c99 maintains a VEC of all deferred checks.
130 /* The current mode of access checks. */
161 /* Resume deferring access checks again after we stopped doing
172 /* Stop deferring access checks. */
182 /* Discard the current deferred access checks and restore the
194 /* Returns a TREE_LIST representing the deferred checks.
209 /* Take current deferred checks and combine with the
210 previous states if we also defer checks previously.
211 Otherwise perform checks now. */
220 VEC (deferred_access_check,gc) *checks;
[all...]
H A Dparser.c49 /* A token's value and its associated deferred access checks and
56 /* The checks that have been associated with value. */
57 VEC (deferred_access_check, gc)* checks;
3935 /* Retrieve any deferred checks. Do not pop this access checks yet
3939 token->u.tree_check_value->checks = get_deferred_access_checks ();
7440 /* Defer access checks until we know what is being declared; the
7441 checks for names appearing in the decl-specifier-seq should be
7460 /* We no longer need to defer access checks. */
7518 /*checks
11166 cp_parser_init_declarator(cp_parser* parser, cp_decl_specifier_seq *decl_specifiers, VEC (deferred_access_check,gc)* checks, bool function_definition_allowed_p, bool member_p, int declares_class_or_enum, bool* function_definition_p) argument
15910 cp_parser_single_declaration(cp_parser* parser, VEC (deferred_access_check,gc)* checks, bool member_p, bool* friend_p) argument
[all...]
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in89 checks its 'cvsacl' file to see if any of the files being committed
467 At the end of all the 'cvsacl' line checks, check to see if there
853 # This subroutine checks for a match between the directory or file pattern
862 # contain a mixture of files from different branches, this routine checks to
/freebsd-9.3-release/sys/cam/ctl/
H A DREADME.ctl.txt296 ctl_scsiio_precheck() This where all of the initial checks are done, and I/O
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY123 fix various problems with IPv6 header checks: TCP/UDP checksum validation
890 further ftp proxy security checks
1754 Filter matching doesn't not match rule which checks tcp flags on packets
2104 added some checks to ipllog() to not log more than is present (for short
2273 (These can possibly slip by checks for the various flags). Short UDP
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex490 % defines \thisenv, so the current environment is known; @end checks
1690 % Count depth in font-changes, for error checks
2034 % Need this before the \...aftertitlepage checks so that if they are
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex499 % defines \thisenv, so the current environment is known; @end checks
1766 % Count depth in font-changes, for error checks
2197 % Need this before the \...aftertitlepage checks so that if they are
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex491 % defines \thisenv, so the current environment is known; @end checks
1700 % Count depth in font-changes, for error checks
2096 % Need this before the \...aftertitlepage checks so that if they are
/freebsd-9.3-release/contrib/gcc/
H A Dconfigure868 enable expensive run-time checks. With LIST,
869 enable only specific categories of checks.
6474 # Enable expensive internal checks
6481 # Determine the default checks.
6523 # these enable particular checks
7943 # works later. *sigh* This needs to come before all header checks.
14702 # Target-specific assembler checks.
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dconfigure855 --enable-checking enable expensive run-time checks
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dconfigure1454 --enable-gcc-hardening enable compiler security checks
6123 # 'pass_all' -- all dependencies passed with no checks.
15148 # Various other checks:
/freebsd-9.3-release/contrib/binutils/gas/
H A Dconfigure1013 --enable-checking enable run-time checks
4026 # 'pass_all' -- all dependencies passed with no checks.
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfigure878 --enable-concept-checks use Boost-derived template checks [default=no]
4187 # 'pass_all' -- all dependencies passed with no checks.
8011 # Check whether --enable-concept-checks or --disable-concept-checks was given.
8017 *) { { echo "$as_me:$LINENO: error: Argument to enable/disable concept-checks must be yes or no" >&5
8018 echo "$as_me: error: Argument to enable/disable concept-checks must be yes or no" >&2;}
[all...]

Completed in 668 milliseconds