Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 25 of 1037) sorted by relevance

12345678910>>...42

/netbsd/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A Dfallback.pm92 my $checked = $d;
98 $checked =
104 split(m|/|, $checked))
105 unless -e $checked && -d $checked;
108 unless -e $checked && -d $checked;
109 push @INC, $checked;
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcheckedint.d820 assert(checked(42) <= checked!void(42));
821 assert(checked!void(42) <= checked(42u));
822 assert(checked!void(42) <= checked!(void*)(42u));
1051 assert(checked(42) + checked!void(42u) == 84);
1052 assert(checked!void(42) + checked(42u) == 84);
1063 assert(checked!MyHook(42) + checked(42u) == 84);
1064 assert(checked!void(42) + checked!MyHook(42u) == 84);
3472 assert(checked(42).toHash() == checked(42).toHash());
3473 assert(checked(12).toHash() != checked(19).toHash());
3534 assert(checked!Hook1(c).toHash() != checked!Hook2(c));
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D15-test_genrsa.t33 my $checked = int(($good + $bad + 1) / 2);
35 2 ** $checked ], stderr => undef))) {
36 note 2 ** $checked, " bits is good";
37 $good = $checked;
39 note 2 ** $checked, " bits is bad";
40 $bad = $checked;
/netbsd/crypto/external/bsd/openssl/dist/test/recipes/
H A D15-test_genrsa.t48 my $checked = int(($good + $bad + 1) / 2);
49 my $bits = 2 ** $checked;
55 note 2 ** $checked, " bits is good";
56 $good = $checked;
58 note 2 ** $checked, " bits is bad";
59 $bad = $checked;
/netbsd/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/resources/
H A Dselectable.js16 Inputs[i].checked = SummaryCheckButton.checked;
36 if (CheckButton.checked) {
39 returnObjById("AllBugsCheck").checked = true;
45 returnObjById("AllBugsCheck").checked = false;
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dcheckedint.d300 auto a = checked(42L);
581 assert(checked(42) <= checked!void(42));
582 assert(checked!void(42) <= checked(42u));
583 assert(checked!void(42) <= checked!(void*)(42u));
672 auto b = checked!void(42);
792 const a = checked(42);
795 assert(checked(42) + checked!void(42u) == 84);
796 assert(checked!void(42) + checked(42u) == 84);
807 assert(checked!MyHook(42) + checked(42u) == 84);
808 assert(checked!void(42) + checked!MyHook(42u) == 84);
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog.gimple-classes175 (chkp_copy_bounds_for_assign): Add checked cast.
1733 use the type-checked local.
1746 checked cast within "case GIMPLE_ASSIGN".
1762 is_gimple_call and repeated checked casts.
2151 we've checked the code is GIMPLE_LABEL.
2334 (ncd_of_cand_and_phis): Add a checked cast.
2367 from checked cast to gimple_phi.
2425 than a plain gimple, via a checked cast.
3650 checked cast to gimple_asm; add a new one.
3973 checked cast, using it for typesafety.
[all …]
/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_sync.cc153 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local
157 if (!has_something && checked > (128 << 10)) in ResetRange()
161 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local
167 if (!has_something && checked > (512 << 10)) in ResetRange()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_sync.cc155 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local
159 if (!has_something && checked > (128 << 10)) in ResetRange()
163 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local
169 if (!has_something && checked > (512 << 10)) in ResetRange()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_sync.cc153 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local
157 if (!has_something && checked > (128 << 10)) in ResetRange()
161 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local
167 if (!has_something && checked > (512 << 10)) in ResetRange()
/netbsd/external/lgpl3/mpc/dist/tests/
H A Dpow_z.dat29 # ROP_RE is checked against Re(op1^op2) rounded to the precision PREC_ROP_RE
31 # ROP_IM is checked against Im(op1^op2) rounded to the precision PREC_ROP_IM
34 # "?" ternary value not checked
47 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
H A Datanh.dat30 # ROP_RE is checked against Re(atan op) rounded to the precision PREC_ROP_RE
32 # ROP_IM is checked against Im(atan op) rounded to the precision PREC_ROP_IM
35 # "?" ternary value not checked
48 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
H A Dacosh.dat30 # ROP_RE is checked against Re(acos op) rounded to the precision PREC_ROP_RE
32 # ROP_IM is checked against Im(acos op) rounded to the precision PREC_ROP_IM
35 # "?" ternary value not checked
48 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
H A Dadd.dat29 # ROP_RE is checked against Re(op1 + op2) rounded to the precision PREC_ROP_RE
31 # ROP_IM is checked against Im(op1 + op2) rounded to the precision PREC_ROP_IM
34 # "?" ternary value not checked
47 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
H A Dadd_fr.dat29 # ROP_RE is checked against Re(op1 + op2) rounded to the precision PREC_ROP_RE
31 # ROP_IM is checked against Im(op1) rounded to the precision PREC_ROP_IM
34 # "?" ternary value not checked
47 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
H A Dasinh.dat30 # ROP_RE is checked against Re(asin op) rounded to the precision PREC_ROP_RE
32 # ROP_IM is checked against Im(asin op) rounded to the precision PREC_ROP_IM
35 # "?" ternary value not checked
48 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
H A Dabs.dat29 # ROP is checked against abs(op) rounded to the precision PREC_ROP
32 # "?" ternary value not checked
44 # The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
/netbsd/external/gpl2/xcvs/dist/contrib/
H A Dsccs2rcs.in228 echo checked out of SCCS
253 echo initial rev checked into RCS without description
260 echo initial rev checked into RCS
285 echo checked into RCS
H A Drcs2sccs.sh86 echo checked out of RCS
108 echo initial rev checked into SCCS
131 echo checked into SCCS
/netbsd/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin-driver.c223 const char *checked = validate_macosx_version_min (new_flag); in darwin_default_min_version() local
224 if (checked == NULL) in darwin_default_min_version()
229 new_flag = xstrndup (checked, strlen (checked)); in darwin_default_min_version()
H A Ddarwin-driver.cc223 const char *checked = validate_macosx_version_min (new_flag); in darwin_default_min_version() local
224 if (checked == NULL) in darwin_default_min_version()
229 new_flag = xstrndup (checked, strlen (checked)); in darwin_default_min_version()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin-driver.c223 const char *checked = validate_macosx_version_min (new_flag); in darwin_default_min_version() local
224 if (checked == NULL) in darwin_default_min_version()
229 new_flag = xstrndup (checked, strlen (checked)); in darwin_default_min_version()
/netbsd/external/gpl3/gcc/dist/maintainer-scripts/
H A DREADME4 checked in here to be automatically checked out and used by gccadmin,
/netbsd/external/gpl3/gcc.old/dist/maintainer-scripts/
H A DREADME4 checked in here to be automatically checked out and used by gccadmin,
/netbsd/external/mpl/dhcp/dist/common/
H A Dns_name.c341 int checked; in MRns_name_unpack() local
344 checked = 0; in MRns_name_unpack()
362 checked += n + 1; in MRns_name_unpack()
382 checked += 2; in MRns_name_unpack()
388 if (checked >= eom - msg) { in MRns_name_unpack()

12345678910>>...42