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

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_depr.c94 int BN_is_prime(const BIGNUM *a, int checks, void (*callback)(int,int,void *), argument
99 return BN_is_prime_ex(a, checks, ctx_passed, &cb);
102 int BN_is_prime_fasttest(const BIGNUM *a, int checks, argument
109 return BN_is_prime_fasttest_ex(a, checks, ctx_passed,
H A Dbn_prime.c166 int checks = BN_prime_checks_for_size(bits); local
199 i=BN_is_prime_fasttest_ex(ret,checks,ctx,0,cb);
211 for (i=0; i<checks; i++)
238 int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, BN_GENCB *cb) argument
240 return BN_is_prime_fasttest_ex(a, checks, ctx_passed, 0, cb);
243 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, argument
256 if (checks == BN_prime_checks)
257 checks = BN_prime_checks_for_size(BN_num_bits(a));
320 for (i = 0; i < checks; i++)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dprime.c64 int checks=20; local
80 else if(!strcmp(*argv,"-checks"))
84 checks=atoi(*++argv);
118 BN_is_prime_ex(bn,checks,NULL,NULL) ? "" : "not ");
128 BIO_printf(bio_err,"%-14s number of checks\n","-checks <n>");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dprime.c62 int checks=20; local
78 else if(!strcmp(*argv,"-checks"))
82 checks=atoi(*++argv);
116 BN_is_prime(bn,checks,NULL,NULL,NULL) ? "" : "not ");
126 BIO_printf(bio_err,"%-14s number of checks\n","-checks <n>");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/macros/
H A DMakefile.am4 config-checks.m4 \
H A DMakefile.in40 $(top_srcdir)/macros/config-checks.m4 \
244 config-checks.m4 \
H A DMakefile40 $(top_srcdir)/macros/config-checks.m4 \
244 config-checks.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_prime.c141 int checks = BN_prime_checks_for_size(bits); local
176 i=BN_is_prime_fasttest(rnd,checks,callback,ctx,cb_arg,0);
188 for (i=0; i<checks; i++)
211 int BN_is_prime(const BIGNUM *a, int checks, void (*callback)(int,int,void *), argument
214 return BN_is_prime_fasttest(a, checks, callback, ctx_passed, cb_arg, 0);
217 int BN_is_prime_fasttest(const BIGNUM *a, int checks, argument
232 if (checks == BN_prime_checks)
233 checks = BN_prime_checks_for_size(BN_num_bits(a));
294 for (i = 0; i < checks; i++)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/test/nls/
H A Dtest-codeset.c133 static int checks() function
197 int ret = checks();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doptions.c146 options->args.checks.num_shorthand_ops = 0;
147 options->args.checks.num_major_ops = 0;
148 options->args.checks.has_block_type = false;
149 options->args.checks.has_except_block_type = false;
195 if(options->args.checks.num_major_ops > 0) {
196 if(options->args.checks.num_major_ops > 1) {
200 else if(options->args.checks.num_shorthand_ops > 0) {
229 if(options->args.checks.has_block_type && options->args.checks.has_except_block_type) {
674 options->args.checks
[all...]
H A Doptions.h202 } checks; member in struct:__anon894::__anon896
H A Doperations.c77 else if(options->args.checks.num_major_ops > 0) {
78 FLAC__ASSERT(options->args.checks.num_shorthand_ops == 0);
79 FLAC__ASSERT(options->args.checks.num_major_ops == 1);
80 FLAC__ASSERT(options->args.checks.num_major_ops == options->ops.num_operations);
83 else if(options->args.checks.num_shorthand_ops > 0) {
84 FLAC__ASSERT(options->args.checks.num_shorthand_ops == options->ops.num_operations);
537 if(options->args.checks.has_block_type) {
538 FLAC__ASSERT(!options->args.checks.has_except_block_type);
540 else if(options->args.checks.has_except_block_type)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/boot/simple/rw4/
H A Drw4_init.S58 lis r10,0x0000 # cause PB0_PESR machine checks
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/lib/
H A Dstrnlen_user.S91 EX(l32i, a9, a4, 4, lenfixup) # load 4 bytes for remaining checks
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/
H A Dmaint.mk71 ## Sanity checks. ##
81 local-checks-available = \
83 .PHONY: $(local-checks-available)
90 local-check := $(filter-out $(local-checks-to-skip), $(local-checks-available))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/contrib/a2boot/
H A DMakefile44 $(top_srcdir)/macros/config-checks.m4 \
H A DMakefile.in44 $(top_srcdir)/macros/config-checks.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A DMakefile.in46 $(top_srcdir)/macros/config-checks.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/afppasswd/
H A DMakefile.in44 $(top_srcdir)/macros/config-checks.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/misc/
H A DMakefile.in45 $(top_srcdir)/macros/config-checks.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/contrib/printing/
H A DMakefile.in43 $(top_srcdir)/macros/config-checks.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/doc/
H A DMakefile.in42 $(top_srcdir)/macros/config-checks.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A DMakefile.in46 $(top_srcdir)/macros/config-checks.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A DMakefile.in48 $(top_srcdir)/macros/config-checks.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A DMakefile.in47 $(top_srcdir)/macros/config-checks.m4 \

Completed in 182 milliseconds

12345678