Home
last modified time | relevance | path

Searched refs:Dead (Results 1 – 25 of 102) sorted by relevance

12345

/netbsd/games/robots/
H A Dplay_level.c74 while (!Dead && Num_robots > 0) { in play_level()
82 Dead = true; in play_level()
83 if (!Dead) in play_level()
98 if (!Dead) { in play_level()
H A Dmove_robs.c89 Dead = true; in move_robots()
113 if (Dead || Num_robots <= 0) in move_robots()
H A Dextern.c48 bool Dead; /* Player is now dead */ variable
H A Dinit_field.c83 Dead = false; in init_field()
H A Drobots.h89 extern bool Dead, Full_clear, Jump, Newscore, Real_time, Running,
H A Dmain.c176 for (Level = Start_level; !Dead; Level++) { in main()
/netbsd/external/bsd/tcpdump/dist/tests/
H A Dospf6_print_lshdr-oobr.out4 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
9 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
14 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
19 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
24 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
29 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
H A Dospf3_ah-vv.out4 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
9 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
14 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
20 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
26 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
32 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
38 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
48 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
57 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
103 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
[all …]
H A Dospf3_bc-vv.out4 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
9 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
14 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
19 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
24 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
29 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
231 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
282 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
311 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
318 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
[all …]
H A Dospf3_mp-vv.out4 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
9 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
14 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
19 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
24 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
30 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
217 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
223 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
797 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
803 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
[all …]
H A Dospf3_auth-vv.out4 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.2, Priority 1
H A Dospf3_nbma-vv.out4 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
10 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
16 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
219 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
741 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
749 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
757 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
778 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
815 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
886 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
[all …]
H A Dlmp-v.out40 Hello Dead Interval: 15
65 Hello Dead Interval: 15
108 Verify Dead Interval: 50
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp186 SmallVectorImpl<MachineInstr*> &Dead) { in foldAsLoad() argument
239 Dead.push_back(DefMI); in foldAsLoad()
393 void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr *> &Dead, in eliminateDeadDefs() argument
400 while (!Dead.empty()) in eliminateDeadDefs()
401 eliminateDeadDef(Dead.pop_back_val(), ToShrink, AA); in eliminateDeadDefs()
409 if (foldAsLoad(LI, Dead)) in eliminateDeadDefs()
414 if (!LIS.shrinkToUses(LI, &Dead)) in eliminateDeadDefs()
H A DReachingDefAnalysis.cpp645 InstSet &Dead) const { in collectKilledOperands()
646 Dead.insert(MI); in collectKilledOperands()
647 auto IsDead = [this, &Dead](MachineInstr *Def, MCRegister PhysReg) { in collectKilledOperands()
664 return llvm::set_is_subset(Uses, Dead); in collectKilledOperands()
672 collectKilledOperands(Def, Dead); in collectKilledOperands()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h53 SmallVectorImpl<WeakTrackingVH> &Dead,
60 SmallVectorImpl<WeakTrackingVH> &Dead);
/netbsd/usr.bin/calendar/calendars/
H A Dcalendar.music21 01/31 The Grateful Dead are busted in New Orleans, 1970
49 03/08 Ron "Pigpen" McKernan (Grateful Dead) dies in California, 1973
119 08/01 Birth of Jerome "Jerry" Garcia (Grateful Dead), 1942
122 08/09 Death of Jerome "Jerry" Garcia (Grateful Dead), 1995
133 09/08 Ron "Pigpen" McKernan (Grateful Dead) is born in San Bruno,
153 10/16 Bob Weir (Grateful Dead) is born in San Francisco, 1947
H A Dcalendar.lotr9 02/26 Aragorn takes the Paths of the Dead (LOTR)
/netbsd/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Drfc3706.txt14 A Traffic-Based Method of Detecting Dead Internet
31 The method, called Dead Peer Detection (DPD) uses IPSec traffic
60 RFC 3706 Detecting Dead IKE Peers February 2004
107 practice of those implementations. This scheme, called Dead Peer
116 RFC 3706 Detecting Dead IKE Peers February 2004
172 RFC 3706 Detecting Dead IKE Peers February 2004
228 RFC 3706 Detecting Dead IKE Peers February 2004
284 RFC 3706 Detecting Dead IKE Peers February 2004
340 RFC 3706 Detecting Dead IKE Peers February 2004
396 RFC 3706 Detecting Dead IKE Peers February 2004
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h107 bool foldAsLoad(LiveInterval *LI, SmallVectorImpl<MachineInstr *> &Dead);
246 void eliminateDeadDefs(SmallVectorImpl<MachineInstr *> &Dead,
H A DMachineInstrBuilder.h50 Dead = 0x10, enumerator
105 flags & RegState::Dead,
512 return B ? RegState::Dead : 0; in getDeadRegState()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp547 for (auto *Dead : Killed) in INITIALIZE_PASS() local
548 BasicBlocks.insert(Dead->getParent()); in INITIALIZE_PASS()
565 for (auto *Dead : Killed) { in INITIALIZE_PASS() local
566 if (MachineOperand *MO = Dead->findRegisterUseOperand(ARM::ITSTATE)) { in INITIALIZE_PASS()
567 MachineInstr *IT = RDA.getMIOperand(Dead, *MO); in INITIALIZE_PASS()
570 CurrentBlock.erase(Dead); in INITIALIZE_PASS()
598 LLVM_DEBUG(for (auto *Dead : Killed) in INITIALIZE_PASS()
599 dbgs() << " - " << *Dead); in INITIALIZE_PASS()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp221 Dead.push_back(std::make_pair(I, SI)); in CleanupPointerRootUsers()
229 Dead.push_back(std::make_pair(I, MSI)); in CleanupPointerRootUsers()
238 Dead.push_back(std::make_pair(I, MTI)); in CleanupPointerRootUsers()
249 Dead.clear(); in CleanupPointerRootUsers()
256 for (int i = 0, e = Dead.size(); i != e; ++i) { in CleanupPointerRootUsers()
257 if (IsSafeComputationToRemove(Dead[i].first, GetTLI)) { in CleanupPointerRootUsers()
258 Dead[i].second->eraseFromParent(); in CleanupPointerRootUsers()
259 Instruction *I = Dead[i].first; in CleanupPointerRootUsers()
1296 bool Dead; in deleteIfDead() local
1300 Dead = GV.use_empty(); in deleteIfDead()
[all …]
/netbsd/games/quiz/datfiles/
H A Dflowers12 Dead leaves:Melancholy
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DPasses.rst380 ``-adce``: Aggressive Dead Code Elimination
465 ``-dce``: Dead Code Elimination
468 Dead code elimination is similar to :ref:`dead instruction elimination
472 ``-deadargelim``: Dead Argument Elimination
475 This pass deletes dead arguments from internal functions. Dead argument
483 ``-deadtypeelim``: Dead Type Elimination
492 ``-die``: Dead Instruction Elimination
495 Dead instruction elimination performs a single pass over the function, removing
498 ``-dse``: Dead Store Elimination
518 ``-globaldce``: Dead Global Elimination
[all …]

12345