Searched refs:cleared (Results 1 – 25 of 172) sorted by relevance
1234567
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | ProgressBar.py | 240 self.cleared = 1 #: true if we haven't drawn the bar yet. 247 if self.cleared: 249 self.cleared = 0 279 if not self.cleared: 287 self.cleared = 1
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| H A D | depcomp | 238 cleared=no 240 case $cleared in no) 242 cleared=yes
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| H A D | object2.t | 121 ok($destroyed[$ID], 'Hash object removed from cleared normal array'); 145 ok($destroyed[$ID], 'Array object removed from cleared normal array'); 169 ok($destroyed[$ID], 'Scalar object removed from cleared normal array'); 196 ok($destroyed[$ID], 'Hash object removed from cleared normal hash'); 220 ok($destroyed[$ID], 'Array object removed from cleared normal hash'); 244 ok($destroyed[$ID], 'Scalar object removed from cleared normal hash'); 271 ok($destroyed[$ID], 'Hash object removed from cleared shared array'); 295 ok($destroyed[$ID], 'Array object removed from cleared shared array'); 319 ok($destroyed[$ID], 'Scalar object removed from cleared shared array'); 346 ok($destroyed[$ID], 'Hash object removed from cleared shared hash'); [all …]
|
| /openbsd-src/regress/sbin/pfctl/ |
| H A D | pfr1.ok | 47 1 table/stats cleared. 61 rules cleared
|
| H A D | pfr2.ok | 47 1 table/stats cleared. 61 rules cleared
|
| H A D | pfr14.ok | 62 1 table/stats cleared. 77 rules cleared
|
| H A D | pfr7.ok | 8 rules cleared
|
| H A D | pfr15.ok | 20 rules cleared
|
| H A D | pfr8.ok | 18 rules cleared
|
| H A D | pfr11.ok | 32 rules cleared
|
| H A D | pfr10.ok | 42 rules cleared
|
| H A D | pfr12.ok | 40 rules cleared
|
| H A D | pfr3.ok | 56 rules cleared
|
| H A D | pfr13.ok | 436 rules cleared
|
| H A D | pfr9.ok | 93 rules cleared
|
| H A D | pfr4.ok | 193 rules cleared
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | depcomp | 399 cleared=no 401 case $cleared in 404 cleared=yes ;;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrFormats.td | 64 // is set if the result is zero and cleared otherwise. 72 // the same but different from the sign bit of the result and cleared 73 // otherwise. For other RI instructions, `V' is cleared. 76 // For arithmetic instructions, `C' is set/cleared if there is/is_not 81 // operations, `C' is cleared. 139 // is cleared. Only arithmetic instructions and shifts modify `C'. Right 309 // 0100 C' [CC, carry cleared] 313 // 1000 V' [VC, oVerflow cleared]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| H A D | mbimbf.t | 55 is($class->precision(), undef, "... and now P must be cleared"); 57 is($class->accuracy(), undef, "... and now A must be cleared");
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/lsan/ |
| H A D | lsan_allocator.cpp | 86 bool cleared) { in Allocate() argument 104 if (cleared && allocator.FromPrimary(p)) in Allocate()
|
| H A D | lsan_allocator.h | 25 bool cleared);
|
| /openbsd-src/sys/arch/i386/isa/ |
| H A D | icu.s | 91 jnc 1b # some intr cleared the in-memory bit
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | bitmap.c | 839 BITMAP_WORD cleared = a_elt->bits[ix] & b_elt->bits[ix]; in bitmap_and_compl_into() local 840 BITMAP_WORD r = a_elt->bits[ix] ^ cleared; in bitmap_and_compl_into() 843 changed |= cleared; in bitmap_and_compl_into() 1027 BITMAP_WORD cleared = a_elt->bits[ix] & b_elt->bits[ix]; in bitmap_compl_and_into() local 1028 BITMAP_WORD r = b_elt->bits[ix] ^ cleared; in bitmap_compl_and_into()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | ARCMT.cpp | 34 bool cleared = false; in clearDiagnostic() local 43 cleared = true; in clearDiagnostic() 56 return cleared; in clearDiagnostic()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/ |
| H A D | merge.t | 110 "cleared the shared requirement",
|
1234567