Home
last modified time | relevance | path

Searched refs:Done (Results 1 – 25 of 236) sorted by relevance

12345678910

/netbsd-src/etc/pam.d/
H A DTODO7 ftpd - Done, needs testing and review, working
13 login - Done, needs testing and review, working
15 passwd - Done, needs testing and review, working
17 rsh - Done, needs testing and review, working
18 racoon - Done, needs testing and review, working
19 rexecd - Done, needs testing and review, working
20 rsh - Done, needs testing and review, working
21 sshd - Done, needs testing and review, working
22 su - Done, needs testing and review, working
24 telnetd - Done, needs testing and review, working
[all …]
/netbsd-src/tests/usr.bin/c++/
H A Dt_tsan_vptr_race.sh68 virtual void Done() { done = true; }
75 obj->Done();
102 virtual void Done() { done = true; }
109 obj->Done();
141 virtual void Done() { done = true; }
148 obj->Done();
181 virtual void Done() { done = true; }
188 obj->Done();
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dsread.c80 goto Done; in OpenSimpleReadFile()
95 goto Done; in OpenSimpleReadFile()
185 goto Done; in OpenSimpleReadFile()
203 goto Done; in OpenSimpleReadFile()
266 goto Done; in OpenSimpleReadFile()
277 Done: in OpenSimpleReadFile()
H A Dinit.c129 goto Done; in InitializeUnicodeSupport()
156 goto Done; in InitializeUnicodeSupport()
161 Done: in InitializeUnicodeSupport()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp53 bool Done = false; in decode() local
54 while (!Done) { in decode()
72 Done = true; in decode()
182 bool Done = false; in lookup() local
185 while (!Done) { in lookup()
199 Done = true; in lookup()
H A DInlineInfo.cpp132 bool Done = false; in lookup() local
133 while (!Done) in lookup()
134 Done = lookup(GR, Data, Offset, ChildBaseAddr, Addr, SrcLocs, Err); in lookup()
H A DLineTable.cpp71 bool Done = false; in parse() local
72 while (!Done) { in parse()
79 Done = true; in parse()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dnfs_start.c311 amd_state = Done; in run_rpc()
413 amd_state = Done; in mount_automounter()
441 amd_state = Done; in mount_automounter()
454 if (run_rpc() != Done) { in mount_automounter()
456 amd_state = Done; in mount_automounter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLoopTraversal.cpp44 bool Done = isBlockDone(ActiveMBB); in traverse() local
45 MBBTraversalOrder.push_back(TraversedMBBInfo(ActiveMBB, Primary, Done)); in traverse()
53 if (Done) in traverse()
H A DScheduleDAG.cpp270 bool Done = true; in ComputeDepth() local
278 Done = false; in ComputeDepth()
283 if (Done) { in ComputeDepth()
301 bool Done = true; in ComputeHeight() local
309 Done = false; in ComputeHeight()
314 if (Done) { in ComputeHeight()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DThreading.h93 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator
132 flag.status = Done; in call_once()
138 while (tmp != Done) { in call_once()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DEscapeEnumerator.h35 bool Done; variable
44 Builder(F.getContext()), Done(false), in F()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLoopTraversal.h98 bool Done = true)
99 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {} in MBB()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp158 bool Done = true; in EmitMSInlineAsmStr() local
162 default: Done = false; break; in EmitMSInlineAsmStr()
167 if (Done) break; in EmitMSInlineAsmStr()
303 bool Done = true; in EmitGCCInlineAsmStr() local
307 default: Done = false; break; in EmitGCCInlineAsmStr()
335 if (Done) break; in EmitGCCInlineAsmStr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp689 bool Done = false; in resolveFrameIndex() local
691 Done = rewriteARMFrameIndex(MI, i, BaseReg, Off, TII); in resolveFrameIndex()
694 Done = rewriteT2FrameIndex(MI, i, BaseReg, Off, TII, this); in resolveFrameIndex()
696 assert(Done && "Unable to resolve frame index!"); in resolveFrameIndex()
697 (void)Done; in resolveFrameIndex()
802 bool Done = false; in eliminateFrameIndex() local
804 Done = rewriteARMFrameIndex(MI, FIOperandNum, FrameReg, Offset, TII); in eliminateFrameIndex()
807 Done = rewriteT2FrameIndex(MI, FIOperandNum, FrameReg, Offset, TII, this); in eliminateFrameIndex()
809 if (Done) in eliminateFrameIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp31 if (Done) in Next()
50 Done = true; in Next()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp242 bool Done = convert(In); in visitBlock() local
243 if (HasCutoff && Done) in visitBlock()
245 Changed |= Done; in visitBlock()
H A DHexagonPeephole.cpp234 bool Done = false; in runOnMachineFunction() local
250 Done = true; in runOnMachineFunction()
256 if (!Done) { in runOnMachineFunction()
H A DHexagonExpandCondsets.cpp1078 bool Done = predicate(*I, (Opc == Hexagon::A2_tfrt), UpdRegs); in predicateInBlock() local
1079 if (!Done) { in predicateInBlock()
1089 Changed |= Done; in predicateInBlock()
1206 bool Done = false; in coalesceSegments() local
1229 Done = coalesceRegisters(RD, RegisterRef(S1)); in coalesceSegments()
1230 if (Done) { in coalesceSegments()
1236 if (!Done && S2.isReg()) { in coalesceSegments()
1240 Done = coalesceRegisters(RD, RegisterRef(S2)); in coalesceSegments()
1241 if (Done) { in coalesceSegments()
1247 Changed |= Done; in coalesceSegments()
H A DHexagonGenPredicate.cpp523 bool Done = convertToPredForm(MI); in runOnMachineFunction() local
524 if (Done) { in runOnMachineFunction()
531 auto Done = [Processed] (MachineInstr *MI) -> bool { in runOnMachineFunction() local
534 PUsers.remove_if(Done); in runOnMachineFunction()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/
H A Dzlib.adb46 Done : Flate_End_Function; component
78 Done => Thin.DeflateEnd'Access),
80 Done => Thin.InflateEnd'Access));
145 Code := Flate (Filter.Compression).Done (To_Thin_Access (Filter.Strm));
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/
H A Dzlib.adb46 Done : Flate_End_Function; component
78 Done => Thin.DeflateEnd'Access),
80 Done => Thin.InflateEnd'Access));
145 Code := Flate (Filter.Compression).Done (To_Thin_Access (Filter.Strm));
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/
H A Dzlib.adb46 Done : Flate_End_Function; component
78 Done => Thin.DeflateEnd'Access),
80 Done => Thin.InflateEnd'Access));
145 Code := Flate (Filter.Compression).Done (To_Thin_Access (Filter.Strm));
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp141 bool Done = false; in GlobalModuleIndex() local
142 while (!Done) { in GlobalModuleIndex()
156 Done = true; in GlobalModuleIndex()
557 bool Done = false; in loadModuleFile() local
558 while (!Done) { in loadModuleFile()
566 Done = true; in loadModuleFile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIntervalIterator.h147 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt)); variable
149 if (Done) return *this; // Found a new interval! Use it!

12345678910