Home
last modified time | relevance | path

Searched refs:TryAgain (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/external/bsd/gnu-efi/dist/lib/
H A Dmisc.c162 BOOLEAN TryAgain; in GrowBuffer() local
176 TryAgain = FALSE; in GrowBuffer()
186 TryAgain = TRUE; in GrowBuffer()
196 if (!TryAgain && EFI_ERROR(*Status) && *Buffer) { in GrowBuffer()
201 return TryAgain; in GrowBuffer()
/netbsd/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1124 TryAgain: in ReduceInsts()
1158 goto TryAgain; // I wish I had a multi-level break here! in ReduceInsts()
1165 goto TryAgain; in ReduceInsts()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1073 Value *TryAgain = Builder.CreateICmpNE( in insertRMWLLSCLoop() local
1075 Builder.CreateCondBr(TryAgain, LoopBB, ExitBB); in insertRMWLLSCLoop()