Searched refs:prior (Results 1 - 25 of 175) sorted by relevance

1234567

/macosx-10.9.5/IOPCIFamily-224.92.1/
H A Drballoc.c184 struct vtd_rblock * prior = NULL; local
201 prior = next;
210 if (prior)
212 next = RB_NEXT(vtd_rbaddr_list, &bf->rbaddr_list, prior);
213 if (addr != prior->end)
215 prior = NULL;
219 // coalesce to end of prior
220 addr = prior->start;
225 if (!prior)
228 prior
275 struct vtd_rblock * prior = NULL; local
357 struct vtd_rblock * prior = RB_ROOT(&bf->rbaddr_list); local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dchatwidget.rb87 cmd, prior = tk_split_simplelist(hook)
88 [procedure(cmd), number(prior)]
93 def hook_add(type, *args, &blk) # args -> [prior, cmd], [prior], [cmd]
96 if prior = args.shift
97 if !prior.kind_of?(Numeric)
98 cmd = prior
99 if (prior = args.shift) && !prior.kind_of?(Numeric) # error
100 args.unshift(prior)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A DAT386.el49 (define-key AT386-keypad-map "V" [prior]) ;; PgUp
H A Dlk201.el14 (define-key function-key-map "\e[5~" [prior])
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineLoopInfo.cpp53 MachineBasicBlock *PriorMBB = prior(MachineFunction::iterator(TopMBB));
57 PriorMBB = prior(MachineFunction::iterator(TopMBB));
66 if (BotMBB != prior(End)) {
H A DCodePlacementOpt.cpp136 MachineFunction::iterator OldBeginPrior = prior(Begin);
137 MachineFunction::iterator OldEndPrior = prior(End);
141 prior(Begin)->updateTerminator();
159 HasAnalyzableTerminator(prior(MachineFunction::iterator(TopMBB)))) {
174 if (!HasAnalyzableTerminator(prior(MachineFunction::iterator(Pred))))
187 MachineFunction::iterator Prior = prior(Begin);
209 if (!HasAnalyzableTerminator(prior(MachineFunction::iterator(Prior))))
211 // Ok, the block prior to Begin will be moved along with the rest.
261 !HasFallthrough(prior(MachineFunction::iterator(TopMBB))) &&
275 if (InsertPt != MF.begin() && HasAnalyzableTerminator(prior(InsertP
[all...]
H A DLatencyPriorityQueue.cpp127 if (Best != prior(Queue.end()))
136 if (I != prior(Queue.end()))
H A DRegisterScavenging.cpp370 MachineBasicBlock::iterator II = prior(I);
375 II = prior(UseMI);
379 ScavengeRestore = prior(UseMI);
H A DMachineBlockPlacement.cpp498 BB = *llvm::prior(Chain.end());
502 assert(*llvm::prior(Chain.end()) == BB);
533 BB = *llvm::prior(Chain.end());
638 if (*I != *llvm::prior(Chain.end()))
742 (!PredChain || *PI == *llvm::prior(PredChain->end()))) {
752 MachineBasicBlock *Bottom = *llvm::prior(LoopChain.end());
980 MachineBasicBlock *PrevBB = llvm::prior(MachineFunction::iterator(*BI));
1053 MachineBasicBlock *LayoutPred = *llvm::prior(BI);
H A DSlotIndexes.cpp132 IndexList::iterator startItr = prior(curItr);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/IO/
H A DSessionSet.pm100 my $prior = defined $self->{$select}->exists($handle);
101 if (defined $act && $act != $prior) {
108 return $prior;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/IO/
H A DSessionSet.pm104 my $prior = defined $self->{$select}->exists($handle);
105 if (defined $act && $act != $prior) {
112 return $prior;
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tkDND/
H A Dtkdnd.rb101 #def dnd_bindtarget(type, event, cmd=Proc.new, prior=50, *args)
103 # if prior.kind_of?(Numeric)
106 # prior)
109 # install_bind_for_event_class(DND_Subst, cmd, prior, *args))
121 prior = 50
122 prior = args.shift unless args.empty?
125 if prior.kind_of?(Numeric)
128 prior)
131 install_bind_for_event_class(DND_Subst, cmd, prior, *args))
149 #def dnd_bindsource(type, cmd=Proc.new, prior
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dedt-lk201.el55 ("SELECT" . [select]) ("PREVIOUS" . [prior]) ("NEXT" . [next])
H A Dedt-pc.el84 ("FIND" . [insert]) ("INSERT" . [home]) ("REMOVE" . [prior])
/macosx-10.9.5/ruby-104/ruby/lib/rexml/validation/
H A Drelaxng.rb268 @prior = @previous.pop
269 return @prior.next( event )
280 return [ @prior.expected, @events[0] ].flatten if @current == 0
302 @prior = @previous.pop
303 return @prior.next( event ) if @current == 0
309 return [ @prior.expected, @events[0] ].flatten if @current == 0
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A DProcess.inc46 // GetNativeSystemInfo. However, this interface is not present prior
H A DDynamicLibrary.inc51 // Ignore VC++ runtimes prior to 7.1. Somehow some of them get loaded
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dicuplug.h323 * @param prior pass in 'NULL' to get the first (most recent) plug,
324 * otherwise pass the value returned on a prior call to uplug_nextPlug
329 uplug_nextPlug(UPlugData *prior);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMHazardRecognizer.cpp54 I = llvm::prior(I);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DFault.pm15 SOAP::Fault - encapsulates SOAP faults prior to their serialization or after their deserialization
19 This class encapsulates SOAP faults prior to their serialization or after their deserialization. The methods available are a constructor and four accessors. Each accessor creates an object on demand, just as the other classes do, when called as a static method. Like other accessors in the SOAP::Lite package, they return the object itself when setting the attribute.
/macosx-10.9.5/CPANInternal-140/XML-Parser/
H A DMakefile.PL43 Expat must be installed prior to building XML::Parser and I can't find
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DSTLExtras.h145 // next/prior - These functions unlike std::advance do not modify the
150 // prior(myIt) returns copy of myIt decremented once
151 // prior(myIt, n) returns copy of myIt decremented n times
167 inline ItTy prior(ItTy it, Dist n) function in namespace:llvm
174 inline ItTy prior(ItTy it) function in namespace:llvm
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLoopInfo.cpp430 Loop *Subloop = *llvm::prior(Unloop->end());
431 Unloop->removeChildLoop(llvm::prior(Unloop->end()));
555 LI.addTopLevelLoop(Unloop->removeChildLoop(llvm::prior(Unloop->end())));
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dechistory.el84 (define-key electric-history-map [prior] 'scroll-down)

Completed in 214 milliseconds

1234567