Searched refs:clear (Results 1 - 25 of 1843) sorted by relevance

1234567891011>>

/openbsd-current/games/backgammon/common_source/
H A Dboard.c37 clear();
/openbsd-current/lib/libssl/test/
H A Dtestenc11 $cmd enc < $test.cipher >$test.clear
12 cmp $test $test.clear
17 /bin/rm $test.cipher $test.clear
21 $cmd enc -a -d < $test.cipher >$test.clear
22 cmp $test $test.clear
27 /bin/rm $test.cipher $test.clear
34 $cmd $i -bufsize 157 -d -k test < $test.$i.cipher >$test.$i.clear
35 cmp $test $test.$i.clear
40 /bin/rm $test.$i.cipher $test.$i.clear
45 $cmd $i -bufsize 157 -a -d -k test < $test.$i.cipher >$test.$i.clear
[all...]
/openbsd-current/regress/usr.bin/openssl/
H A Dtestenc.sh14 $cmd enc < $test.cipher >$test.clear
15 cmp $test $test.clear
20 /bin/rm $test.cipher $test.clear
24 $cmd enc -a -d < $test.cipher >$test.clear
25 cmp $test $test.clear
30 /bin/rm $test.cipher $test.clear
49 $cmd $i -bufsize 157 -d -k test < $test.$i.cipher >$test.$i.clear
50 cmp $test $test.$i.clear
55 /bin/rm $test.$i.cipher $test.$i.clear
60 $cmd $i -bufsize 157 -a -d -k test < $test.$i.cipher >$test.$i.clear
[all...]
/openbsd-current/gnu/llvm/llvm/lib/MCA/
H A DIncrementalSourceMgr.cpp22 void IncrementalSourceMgr::clear() { function in class:IncrementalSourceMgr
23 Staging.clear();
24 InstStorage.clear();
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_printer_test.cpp23 str.clear();
27 str.clear();
31 str.clear();
35 str.clear();
39 str.clear();
43 str.clear();
47 str.clear();
58 str.clear();
63 str.clear();
92 str.clear();
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DIntEqClasses.h49 /// clear - Clear all classes so that grow() will assign a unique class to
51 void clear() { function in class:llvm::IntEqClasses
52 EC.clear();
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBError.h49 m_str.clear();
57 m_str.clear();
64 m_str.clear();
70 m_str.clear();
76 m_str.clear();
84 m_str.clear();
H A DDNBThreadResumeActions.h56 m_actions.clear();
57 m_signal_handled.clear();
/openbsd-current/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.h77 void clear() { function in class:llvm::objcarc::ProvenanceAnalysis
78 CachedResults.clear();
79 UnderlyingObjCPtrCache.clear();
/openbsd-current/games/backgammon/teachgammon/
H A Dttext2.c138 clear();
164 clear();
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h24 void clear() { function in class:scudo::ScopedString
25 String.clear();
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Derase_fn_imps.hpp61 clear() function in class:PB_DS_CLASS_C_DEC
63 base_type::clear();
64 m_rc.clear();
88 m_rc.clear();
/openbsd-current/games/backgammon/backgammon/
H A Dtext.c110 clear();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp8018.C32 void clear() { function in class:RefA
43 ~RefA() { clear(); }
48 clear();
56 clear();
/openbsd-current/lib/libc/arch/mips64/string/
H A Dbzero.S40 blt a1, 12, smallclr # small amount to clear?
45 SWHI zero, 0(a0) # clear 1, 2, or 3 bytes to align
53 daddu a0, a0, 4 # clear words
60 daddu a0, a0, 1 # clear bytes
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsCCState.h106 OriginalArgWasF128.clear();
107 OriginalArgWasFloat.clear();
108 OriginalArgWasFloatVector.clear();
109 CallOperandIsFixed.clear();
133 OriginalArgWasFloat.clear();
134 OriginalArgWasF128.clear();
135 OriginalArgWasFloatVector.clear();
154 OriginalArgWasFloat.clear();
155 OriginalArgWasF128.clear();
156 OriginalArgWasFloatVector.clear();
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineDominators.cpp60 CriticalEdgesToSplit.clear();
61 NewBBs.clear();
72 CriticalEdgesToSplit.clear();
150 NewBBs.clear();
151 CriticalEdgesToSplit.clear();
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/istream_extractor_arith/
H A D07.cc71 is.clear();
76 is.clear();
81 is.clear();
96 is.clear();
102 is.clear();
111 is.clear();
139 is.clear();
147 is.clear();
158 is.clear();
/openbsd-current/sys/lib/libkern/arch/mips64/
H A Dbzero.S44 blt a1, 12, .Lsmallclr # small amount to clear?
49 SWHI zero, 0(a0) # clear 1, 2, or 3 bytes to align
57 PTR_ADDU a0, a0, 4 # clear words
61 blt a1, 24, .Lsmallclr # small amount to clear?
66 SDHI zero, 0(a0) # clear 1, 2, or 3 bytes to align
74 PTR_ADDU a0, a0, 8 # clear words
82 PTR_ADDU a0, a0, 1 # clear bytes
/openbsd-current/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorOptions.h246 RemappedFiles.clear();
247 RemappedFileBuffers.clear();
253 Includes.clear();
254 MacroIncludes.clear();
255 ChainedIncludes.clear();
257 ImplicitPCHInclude.clear();
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h33 void clear() { InstNumberMap.clear(); } function in class:llvm::InstructionOrdering
120 void clear() { VarEntries.clear(); } function in class:llvm::DbgValueHistoryMap
144 void clear() { LabelInstr.clear(); } function in class:llvm::DbgLabelInstrMap
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp48 clear();
76 void DWARFDebugAranges::clear() { function in class:DWARFDebugAranges
77 Endpoints.clear();
78 Aranges.clear();
79 ParsedCUOffsets.clear();
120 Endpoints.clear();
/openbsd-current/gnu/usr.bin/perl/dist/Term-Complete/t/
H A DComplete.t39 $out->clear();
46 $out->clear();
53 $out->clear();
98 sub clear {
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSemaFixItUtils.h79 void clear() { function in struct:clang::ConversionFixItGenerator
80 Hints.clear();
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h64 DWARFDebugRangeList() { clear(); }
66 void clear();

Completed in 409 milliseconds

1234567891011>>