Home
last modified time | relevance | path

Searched refs:cleared (Results 1 – 25 of 172) sorted by relevance

1234567

/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A DProgressBar.py240 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 Ddepcomp238 cleared=no
240 case $cleared in no)
242 cleared=yes
/openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dobject2.t121 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 Dpfr1.ok47 1 table/stats cleared.
61 rules cleared
H A Dpfr2.ok47 1 table/stats cleared.
61 rules cleared
H A Dpfr14.ok62 1 table/stats cleared.
77 rules cleared
H A Dpfr7.ok8 rules cleared
H A Dpfr15.ok20 rules cleared
H A Dpfr8.ok18 rules cleared
H A Dpfr11.ok32 rules cleared
H A Dpfr10.ok42 rules cleared
H A Dpfr12.ok40 rules cleared
H A Dpfr3.ok56 rules cleared
H A Dpfr13.ok436 rules cleared
H A Dpfr9.ok93 rules cleared
H A Dpfr4.ok193 rules cleared
/openbsd-src/gnu/usr.bin/texinfo/
H A Ddepcomp399 cleared=no
401 case $cleared in
404 cleared=yes ;;
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrFormats.td64 // 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 Dmbimbf.t55 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 Dlsan_allocator.cpp86 bool cleared) { in Allocate() argument
104 if (cleared && allocator.FromPrimary(p)) in Allocate()
H A Dlsan_allocator.h25 bool cleared);
/openbsd-src/sys/arch/i386/isa/
H A Dicu.s91 jnc 1b # some intr cleared the in-memory bit
/openbsd-src/gnu/gcc/gcc/
H A Dbitmap.c839 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 DARCMT.cpp34 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 Dmerge.t110 "cleared the shared requirement",

1234567