| /minix3/crypto/external/bsd/openssl/dist/crypto/bn/ |
| H A D | bn_depr.c | 96 int BN_is_prime(const BIGNUM *a, int checks, in BN_is_prime() argument 102 return BN_is_prime_ex(a, checks, ctx_passed, &cb); in BN_is_prime() 105 int BN_is_prime_fasttest(const BIGNUM *a, int checks, in BN_is_prime_fasttest() argument 112 return BN_is_prime_fasttest_ex(a, checks, ctx_passed, in BN_is_prime_fasttest()
|
| H A D | bn_prime.c | 170 int checks = BN_prime_checks_for_size(bits); in BN_generate_prime_ex() local 199 i = BN_is_prime_fasttest_ex(ret, checks, ctx, 0, cb); in BN_generate_prime_ex() 212 for (i = 0; i < checks; i++) { in BN_generate_prime_ex() 241 int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, in BN_is_prime_ex() argument 244 return BN_is_prime_fasttest_ex(a, checks, ctx_passed, 0, cb); in BN_is_prime_ex() 247 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, in BN_is_prime_fasttest_ex() argument 260 if (checks == BN_prime_checks) in BN_is_prime_fasttest_ex() 261 checks = BN_prime_checks_for_size(BN_num_bits(a)); in BN_is_prime_fasttest_ex() 321 for (i = 0; i < checks; i++) { in BN_is_prime_fasttest_ex()
|
| /minix3/external/public-domain/xz/dist/src/xz/ |
| H A D | list.c | 109 uint32_t checks; member 637 uint32_t checks, bool space_after_comma) in get_check_names() argument 639 assert(checks != 0); in get_check_names() 648 if (checks & (UINT32_C(1) << i)) { in get_check_names() 675 char checks[CHECKS_STR_SIZE]; in print_info_basic() local 676 get_check_names(checks, lzma_index_checks(xfi->idx), false); in print_info_basic() 687 checks, in print_info_basic() 706 uint32_t checks, uint64_t stream_padding) in print_adv_helper() argument 709 get_check_names(checks_str, checks, true); in print_adv_helper() 912 char checks[CHECKS_STR_SIZE]; in print_info_robot() local [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/utils/ |
| H A D | update_llc_test_checks.py | 87 checks = [] 108 checks.append((check_prefixes, llc_cmd_args)) 111 for prefixes, _ in checks: 114 for prefixes, llc_args in checks: 142 prefix_set = set([prefix for prefixes, _ in checks for prefix in prefixes]) 156 for prefixes, _ in checks:
|
| /minix3/crypto/external/bsd/openssl/dist/apps/ |
| H A D | prime.c | 63 int checks = 20; in MAIN() local 94 checks = atoi(*++argv); in MAIN() 138 BN_is_prime_ex(bn, checks, NULL, NULL) ? "" : "not "); in MAIN()
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/ |
| H A D | a15-mla.ll | 4 ; This test checks that the VMLxForwarting feature is disabled for A15. 15 ; This tests checks that VMLA FP patterns can be matched in instruction selection when targeting 25 ; This tests checks that FP VMLA instructions are not expanded into separate multiply/addition
|
| /minix3/external/bsd/llvm/dist/llvm/test/Assembler/ |
| H A D | 2002-04-07-HexFloatConstants.ll | 1 ; This testcase checks to make sure that the assembler can handle floating 2 ; point constants in IEEE hex format. This also checks that the disassembler,
|
| /minix3/crypto/external/bsd/openssl/dist/doc/crypto/ |
| H A D | BN_generate_prime.pod | 14 int BN_is_prime(const BIGNUM *a, int checks, void (*callback)(int, int, 17 int BN_is_prime_fasttest(const BIGNUM *a, int checks, 72 probabilistic primality test with B<checks> iterations. If 73 B<checks == BN_prime_checks>, a number of iterations is used that 86 prime with an error probability of less than 0.25^B<checks>, and
|
| H A D | RSA_check_key.pod | 15 This function validates RSA keys. It checks that B<p> and B<q> are 18 It also checks that B<d*e = 1 mod (p-1*q-1)>, 36 and public exponent elements populated. It performs integrity checks on all
|
| H A D | X509_NAME_add_entry_by_txt.pod | 49 apply length checks according to the relevant standards. This is 52 If instead an ASN1 type is used no checks are performed and the 107 not understand multicharacter types, performs no length checks and
|
| /minix3/external/bsd/llvm/dist/clang/docs/ |
| H A D | SanitizerSpecialCaseList.rst | 19 or :doc:`MemorySanitizer` may want to disable or alter some checks for 66 # Turn off checks for the source file (use absolute path or path relative 69 # Turn off checks for a particular functions (use mangled names):
|
| /minix3/external/bsd/bind/dist/unit/atf-src/m4/ |
| H A D | compiler-flags.m4 | 37 dnl selected. This fact would confuse the flag checks below because we would 56 dnl flag checks (unless we are checking for -Werror already). 124 dnl The checks are performed independently and only when all the checks are 143 dnl The checks are performed independently and only when all the checks are
|
| /minix3/external/bsd/bind/dist/unit/atf-src/ |
| H A D | INSTALL | 81 You do not need to be root to do this, even though some checks will not 117 build-time-specific checks are used. 124 build-time-specific checks are used. 132 the build-time-specific checks are used. 139 whenever the build-time-specific checks are used. 146 build-time-specific checks are used. 153 the build-time-specific checks are used.
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/DeadArgElim/ |
| H A D | keepalive.ll | 9 ; This checks if the return value attributes are not removed 15 ; This checks if the struct doesn't get non-packed
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/ |
| H A D | icmp-range.ll | 2 ; These should be InstSimplify checks, but most of the code 48 ; Cheaper checks (most values in range meet requirements)
|
| /minix3/external/bsd/nvi/dist/motif_l/ |
| H A D | m_search.c | 396 Widget box, form, label, text, checks, buttons, form2; local 464 checks = create_check_boxes( form, toggle_data, XtNumber(toggle_data) ); 466 checks = (Widget) __vi_create_search_toggles( form, search_toggles ); 468 XtVaSetValues( checks,
|
| /minix3/external/public-domain/xz/dist/m4/ |
| H A D | tuklib_common.m4 | 8 # Common checks for tuklib.
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenOpenCL/ |
| H A D | denorms-are-zero.cl | 3 // This test just checks that the -cl-denorms-are-zero argument is accepted
|
| /minix3/external/bsd/llvm/dist/llvm/test/Bitcode/ |
| H A D | invalid.ll | 6 ; The test checks that LLVM reports the error and doesn't access freed memory
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Thumb/ |
| H A D | iabs.ll | 10 ; This test just checks that 4 instructions were emitted
|
| /minix3/external/bsd/llvm/dist/llvm/test/Instrumentation/AddressSanitizer/ |
| H A D | do-not-instrument-llvm-metadata.ll | 1 ; This test checks that we are not instrumenting globals in llvm.metadata.
|
| /minix3/external/bsd/bind/dist/unit/atf-src/atf-sh/ |
| H A D | atf-check.cpp | 576 run_status_checks(const std::vector< status_check >& checks, in run_status_checks() argument 581 for (std::vector< status_check >::const_iterator iter = checks.begin(); in run_status_checks() 582 !ok && iter != checks.end(); iter++) { in run_status_checks() 677 run_output_checks(const std::vector< output_check >& checks, in run_output_checks() argument 682 for (std::vector< output_check >::const_iterator iter = checks.begin(); in run_output_checks() 683 iter != checks.end(); iter++) { in run_output_checks()
|
| /minix3/external/bsd/atf/dist/atf-sh/ |
| H A D | atf-check.cpp | 579 run_status_checks(const std::vector< status_check >& checks, in run_status_checks() argument 584 for (std::vector< status_check >::const_iterator iter = checks.begin(); in run_status_checks() 585 !ok && iter != checks.end(); iter++) { in run_status_checks() 680 run_output_checks(const std::vector< output_check >& checks, in run_output_checks() argument 685 for (std::vector< output_check >::const_iterator iter = checks.begin(); in run_output_checks() 686 iter != checks.end(); iter++) { in run_output_checks()
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/ |
| H A D | micromips-directives.ll | 1 ; This test checks if the '.set [no]micromips' directives
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/SimplifyCFG/ |
| H A D | 2003-08-17-BranchFold.ll | 1 ; This test checks to make sure that 'br X, Dest, Dest' is folded into
|